Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jackson-module-jakarta-xmlbind-annotations should use a Jakarta namespaced Activation API #175

Closed
jamezp opened this issue May 24, 2022 · 6 comments
Milestone

Comments

@jamezp
Copy link
Contributor

jamezp commented May 24, 2022

Currently 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.

@cowtowncoder
Copy link
Member

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.

@cowtowncoder cowtowncoder changed the title The jackson-module-jakarta-xmlbind-annotations should use a Jakarta namespaced Activation API jackson-module-jakarta-xmlbind-annotations should use a Jakarta namespaced Activation API May 25, 2022
cowtowncoder added a commit that referenced this issue May 25, 2022
#175: Migrate to a Jakarta namespaced activation API.
cowtowncoder added a commit that referenced this issue May 25, 2022
@jamezp
Copy link
Contributor Author

jamezp commented May 25, 2022

Excellent. Thanks for the quick turnaround on this! Should this be closed now since #177 is merged?

@cowtowncoder
Copy link
Member

cowtowncoder commented May 26, 2022

Yes, forgot to close.

Fixed for 2.13.4 and 2.14.0.

@cowtowncoder cowtowncoder added this to the 2.13.4 milestone May 26, 2022
@jamezp
Copy link
Contributor Author

jamezp commented Jul 7, 2022

@cowtowncoder Is there by chance a 2.13 or 2.14 release coming soon? I'd just like to integrate this into RESTEasy and WildFly.

@cowtowncoder
Copy link
Member

Probably not quite around the corner: hoping to finalize 2.14 soon but it'll take a while.
And 2.13.3 just got out so there's not much need for immediate 2.13.4.

@jamezp
Copy link
Contributor Author

jamezp commented Jul 8, 2022

No worries. Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants