mdedetrich opened a new pull request, #809: URL: https://github.com/apache/pekko-connectors/pull/809
Currently the Pekko artifacts/snapshots are broken, here are the stats from today ``` latest = 1.1.0-M1+65-53ed673e-SNAPSHOT (not working) 2 days = 1.1.0-M1+64-600516f4-SNAPSHOT (not working) 3 days = 1.1.0-M1+58-20bcdd5f-SNAPSHOT (working) 4 days = 1.1.0-M1+57-eb3ae265-SNAPSHOT (working) one week = 1.1.0-M1+56-67d9adfa-SNAPSHOT (working) ``` The commit which broke the changes is https://github.com/apache/pekko-connectors/pull/801. The issue here is if you set `currentVersion` to some version, that is actually setting the minimum bound. More specifically, at work I had my pekko core version still set to 1.1.0 but if I set pekko-connectors to a not working snapshot (lets say `1.1.0-M1+65-53ed673e-SNAPSHOT`) then it would fail with class not found errors. This is because Pekko is doing a check on the major/minor version, so we have to use the latest 1.0.x version. -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org