cshannon commented on PR #1831: URL: https://github.com/apache/activemq/pull/1831#issuecomment-4134754321
> @cshannon you can see the [failures for our CI build](https://github.com/spring-projects/spring-boot/actions/runs/23548119491). The upgrade fails on JDK 17, 21, 25, and 26 (Liberica) on Microsoft Windows Server 2025 (10.0.26100). > > Perhaps the above would help you reproduce? @snicoll - Thanks for pointing that out, that was very helpful! I cloned Spring Boot and ran the ActiveMQ tests against 6.2.2 with the same JDK and was able to reproduce the test failure as soon in the logs in your CI builds, so that was good news I could reproduce it. I then updated my local spring boot build to use a snapshot ActiveMQ build based on this PR and I confirmed the test now passes again and is fixed. I will go ahead and merge this and we will get a 6.2.3 build out soon that will include this fix. -- 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
