jbertram commented on PR #5663: URL: https://github.com/apache/activemq-artemis/pull/5663#issuecomment-2891694545
@gemmellr, nice catch! The problem is resolved if I add this to the "artemis-core" `feature` in `artemis-features/src/main/resources/features.xml`: ```xml <bundle dependency="true">mvn:jakarta.servlet/jakarta.servlet-api/5.0.0</bundle> ``` However, I'd prefer not to have to do that. I'll open an issue on the Apache Commons project and see if they can't fix the issue at the source. -- 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
