AntonRoskvist commented on PR #6021: URL: https://github.com/apache/activemq-artemis/pull/6021#issuecomment-3468564809
Very nice @jbertram ! Coincidentally, I was just about to send a PR for just the Netty upgrade parts of this and was planning to add IO_URING support on top of that later (as in, I have part of the commit message typed out). I stopped shy of submitting it when I noticed the exact same failure I'm seeing here now, on: `org.apache.activemq.artemis.utils.ByteUtilTest#shouldZeroesLimitedDirectByteBuffer()` using JDK-25... so this is apparently an issue when using Netty 4.2 with JDK-25 and not with any IO_URING changes... I haven't figured out what the issue is yet though. -- 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
