I ran a git bisect to check the exact commit causing the error (it can't find a jetty.xml file) and it is this commit: https://github.com/apache/activemq/commit/ef1f7f540609170a8d05a8a93de04e4ba3649bca
That commit was cherry-picked yesterday from main, here is the original PR: https://github.com/apache/activemq/pull/1266 I tried running on the main branch and it's also broken there. On Wed, Jan 8, 2025 at 2:39 PM Christopher Shannon < christopher.l.shan...@gmail.com> wrote: > -1 > > I checked Jenkins and I am seeing new test failures: > https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ/job/activemq-6.1.x/60/testReport/ > > A local build also shows the same 2 failed tests in > org.apache.activemq.config.BrokerXmlConfigStartTest: > > > [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 1.029 s -- in org.apache.activemq.config.ValidateXMLConfigTest > [INFO] > [INFO] Results: > [INFO] > [ERROR] Errors: > [ERROR] BrokerXmlConfigStartTest.testStartBrokerUsingXmlConfig1:97 » > BeanDefinitionStore IOException parsing XML document from class path > resource [jetty.xml] > [ERROR] BrokerXmlConfigStartTest.testStartBrokerUsingXmlConfig1:97 » > BeanDefinitionStore IOException parsing XML document from class path > resource [jetty.xml] > [INFO] > [ERROR] Tests run: 16, Failures: 0, Errors: 2, Skipped: 0 > [INFO] > > On Wed, Jan 8, 2025 at 8:56 AM Jean-Baptiste Onofré <j...@nanthrax.net> > wrote: > >> Hi folks, >> >> I submit Apache ActiveMQ Classic 6.1.5 release to your vote. >> >> This release is a maintenance release on the 6.1.x series, including: >> - messages (in specific circumstances) can become stuck in queues >> - remove commons-io use (replaced by JDK methods) >> - several dependency updates, especially Spring 6.1.16, Jackson >> 2.18.2, Jolokia 2.1.2 (removing json-simple dependency), xstream >> 1.4.21 >> >> You can take a look on Release Notes for detail: >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355276 >> >> Staging Maven Repository: >> https://repository.apache.org/content/repositories/orgapacheactivemq-1416/ >> >> Staging Dist Repository: >> https://dist.apache.org/repos/dist/dev/activemq/activemq/6.1.5/ >> >> Git tag: >> activemq-6.1.5 >> >> Please vote to approve this release: >> [ ] +1 Approve the release >> [ ] 0 I don't care >> [ ] -1 Don't approve the release (please provide specific comment) >> >> This vote will be open for at least 72 hours. >> >> Thanks! >> Regards >> JB >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@activemq.apache.org >> For additional commands, e-mail: dev-h...@activemq.apache.org >> For further information, visit: https://activemq.apache.org/contact >> >> >>