Re: Release?

2024-05-03 Thread Richard Zowalla
Hi folks, I quickly chatted with Julien off-list. If no one objects, I am going to propose a first release candidate next week! Best Richard On 2024/05/02 16:30:22 Richard Zowalla wrote: > Ok so anything else? > We have release docs available ;-) > Anyone want to act as Release Manager for our f

Re: [I] Newer Elasticsearch Version deprecate the REST High Level Client in favour of the Java API Client [incubator-stormcrawler]

2024-05-03 Thread via GitHub
rzo1 closed issue #945: Newer Elasticsearch Version deprecate the REST High Level Client in favour of the Java API Client URL: https://github.com/apache/incubator-stormcrawler/issues/945 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [I] Newer Elasticsearch Version deprecate the REST High Level Client in favour of the Java API Client [incubator-stormcrawler]

2024-05-03 Thread via GitHub
rzo1 commented on issue #945: URL: https://github.com/apache/incubator-stormcrawler/issues/945#issuecomment-2092820610 We dropped ES, so closing this issue is ok now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [I] Add config to shard based on instance number instead of field [incubator-stormcrawler]

2024-05-03 Thread via GitHub
rzo1 closed issue #489: Add config to shard based on instance number instead of field URL: https://github.com/apache/incubator-stormcrawler/issues/489 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] ES IndexerBold - Fix behaviour of afterBulk [incubator-stormcrawler]

2024-05-03 Thread via GitHub
rzo1 closed issue #992: ES IndexerBold - Fix behaviour of afterBulk URL: https://github.com/apache/incubator-stormcrawler/issues/992 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[PR] #1207 -- add forbidden-apis [incubator-stormcrawler]

2024-05-03 Thread via GitHub
tballison opened a new pull request, #1208: URL: https://github.com/apache/incubator-stormcrawler/pull/1208 this just adds the plugin. I'll update the repo… o pass it in follow-on commits. This is just a WIP. Thank you for contributing to Apache StormCrawler. In order to strea

Re: [I] Add forbidden-apis [incubator-stormcrawler]

2024-05-03 Thread via GitHub
tballison commented on issue #1207: URL: https://github.com/apache/incubator-stormcrawler/issues/1207#issuecomment-2093053737 Working on this here: https://github.com/apache/incubator-stormcrawler/pull/1208 -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] Add forbidden-apis [incubator-stormcrawler]

2024-05-03 Thread via GitHub
tballison commented on issue #1207: URL: https://github.com/apache/incubator-stormcrawler/issues/1207#issuecomment-2093158410 K, that's ready for review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] #1207 -- add forbidden-apis [incubator-stormcrawler]

2024-05-03 Thread via GitHub
jnioche merged PR #1208: URL: https://github.com/apache/incubator-stormcrawler/pull/1208 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

Re: [PR] #1207 -- add forbidden-apis [incubator-stormcrawler]

2024-05-03 Thread via GitHub
jnioche commented on PR #1208: URL: https://github.com/apache/incubator-stormcrawler/pull/1208#issuecomment-2093285732 thanks @tballison -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[I] Apple Silicon emulation issue in unit tests [incubator-stormcrawler]

2024-05-03 Thread via GitHub
joshfischer1108 opened a new issue, #1209: URL: https://github.com/apache/incubator-stormcrawler/issues/1209 When compiling Stormcrawler from source on Apple Silicon we are hitting timeout issues in selenium tests due to emulation issues. ## Steps to reproduce: Using an Apple

Re: [I] Add forbidden-apis [incubator-stormcrawler]

2024-05-03 Thread via GitHub
rzo1 closed issue #1207: Add forbidden-apis URL: https://github.com/apache/incubator-stormcrawler/issues/1207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

Re: [I] Apple Silicon emulation issue in unit tests [incubator-stormcrawler]

2024-05-03 Thread via GitHub
joshfischer1108 commented on issue #1209: URL: https://github.com/apache/incubator-stormcrawler/issues/1209#issuecomment-2093827076 I'm looking at the test and see the below. Are these the timeouts? I've changed them to much higher values such as `10` and the tests seem to timeout ab

Re: [I] Apple Silicon emulation issue in unit tests [incubator-stormcrawler]

2024-05-03 Thread via GitHub
joshfischer1108 commented on issue #1209: URL: https://github.com/apache/incubator-stormcrawler/issues/1209#issuecomment-2093832637 I forgot to add the link. [Here is where I am looking](https://github.com/apache/incubator-stormcrawler/blob/c1088fb3ff3ca9ca99bcce108d8bb2b40b97c094/core/src

[PR] #1209 fix for emulation error in tests run on silicon [incubator-stormcrawler]

2024-05-03 Thread via GitHub
joshfischer1108 opened a new pull request, #1210: URL: https://github.com/apache/incubator-stormcrawler/pull/1210 This addresses the container emulation issue referenced in #1209 ### For all changes: - [x] Is there a issue associated with this PR? Is it referenced in the commit me

Re: [PR] #1209 fix for emulation error in tests run on silicon [incubator-stormcrawler]

2024-05-03 Thread via GitHub
rzo1 commented on code in PR #1210: URL: https://github.com/apache/incubator-stormcrawler/pull/1210#discussion_r1589882794 ## core/src/test/java/org/apache/stormcrawler/protocol/selenium/ProtocolTest.java: ## @@ -51,7 +51,8 @@ public class ProtocolTest extends AbstractProtocolT