`jackson-module-jakarta-xmlbind-annotations` should use a Jakarta namespaced Activation API
See original GitHub issueCurrently the com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations
uses uses jakarta.activation:jakarta.activation-api:1.2.2
. This is a javax
namespaced API. The version 2.0.1 should be used to align with jakarta.xml.bind:jakarta.xml.bind-api:3.0.1
.
If this can also be backported to 2.13 please let me know as this is a blocker for RESTEasy and WildFly to be able to upgrade.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
jakarta.activation version conflict in 2.13 · Issue #152 - GitHub
1 (Jakarta XML Bind transitive dependency), because they're both using same module name. To fix this you probably should either exclude jakarta.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ugh. Apologies for the mess here. It does sound like something we’d want for 2.13 too. I’ll add a note on PR.
No worries. Thanks for the update!