wilkinsona commented on pull request #3846: URL: https://github.com/apache/activemq-artemis/pull/3846#issuecomment-966270674
Thanks for taking a look at this, @clebertsuconic. While the changes appear to fix the minimal reproducer I provided in ARTEMIS-3546, I don't think they're sufficient to fully address the problem. The `-all` artifact still contains shaded Apache Johnzon classes that refer to `javax.json` and a `/META-INF/services/javax.json.spi.JsonProvider` file as well. Furthermore, switching to the `artemis-jakarta-client` artifact shows that it still has transitive dependencies on `jakarta.json-api-1.1.6` and `johnzon-core-0.9.5` which are EE 8 artifacts. -- 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]
