AntonRoskvist commented on PR #6021: URL: https://github.com/apache/activemq-artemis/pull/6021#issuecomment-3472240167
> 2. If you go there it means that you are not starting artemis or the test with the "right" parameters to still use `Unsafe` in a JAVA 25 world... I don't fully understand the implication of this... say a user starts up a version of the broker using Netty 4.2, JDK 25 and does _not_ allow `Unsafe` access... would they see issues with this particular test or could they wind up hitting a `java.lang.IndexOutOfBoundsException` in a running brokers regular handling of ByteBuffers? I'm guessing it's specific to the test otherwise there should be some explicit check for these conditions when starting up the broker... -- 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] For further information, visit: https://activemq.apache.org/contact
