wilkinsona opened a new issue, #1830: URL: https://github.com/apache/activemq/issues/1830
Upgrading Spring Boot to ActiveMQ 6.2.2 (from 6.2.1) has revealed what appears to be a Windows-specific regression in FactoryFinder. The failure's captured in [this build scan on our Develocity instance](https://ge.spring.io/s/gihhtiduzr4es/tests/task/:smoke-test:spring-boot-smoke-test-activemq-embedded:test/details/smoketest.activemq.embedded.SampleActiveMQApplicationTests/sendSimpleMessage(CapturedOutput)?expanded-stacktrace=WyIwLTEtMi0zLTQtNSJd&top-execution=2). As far as I can tell, the problem is due to `\` being used in the path of a classpath resource when it should be `/`. I suspect that it's https://github.com/apache/activemq/commit/c9d3963f20577cd1995fa2b442ec15f8c806e932 that introduced the problem. -- 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
