pjfanning commented on issue #1998: URL: https://github.com/apache/pekko/issues/1998#issuecomment-3159935436
I copied over some of the broken Aeron/Artery tests to https://github.com/pjfanning/pekko-test to see what happens if I use released Pekko jars but ran with Java 24. The tests pass with older Java versions but fail with Java 24 due to the old version of Aeron jars that we use with our releases. The old Aeron jars are due to preserving Java 8 support. In Pekko main branch, I have upgraded Aeron jars to the latest. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
