abhinav-phi commented on PR #2117: URL: https://github.com/apache/stormcrawler/pull/2117#issuecomment-5580272470
CI status note: the `rat` job fails in dependency resolution — this branch needs `com.github.crawler-commons:urlfrontier-API:2.6` for the batched PutDiscovered client, but the latest release on Maven Central is still **2.5** (the release is tracked upstream in apache/url-frontier#217). So the red CI here is an upstream-release wait, not a code problem; `build` correctly skips while `rat` can't resolve dependencies. Happy to proceed either way: 1. wait for the 2.6 release and let CI go green then (nothing to change on this branch), or 2. if you'd rather land the change sooner, I can look at whether the batched endpoint is callable with the 2.5 API classes (the client is generated from the same proto, so it may compile against 2.5 with the new URL) — say the word and I'll try it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
