-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add Jakarta-variant of "JAXB" annotations: jackson-module-jakarta-xmlbind-annotations
#130
Milestone
Comments
Added new variant:
|
cc @GedMarc I think that due to complications with dependencies, this is the route to take. Work so far:
And then I'll need to tackle RS side. I think |
cowtowncoder
changed the title
Consider adding Jakarta-variant of "JAXB" annotations -- jackson-module-jakb-annotations ?
Add Jakarta-variant of "JAXB" annotations: Apr 25, 2021
jackson-module-jakarta-xmlbind-annotations
cowtowncoder
added a commit
that referenced
this issue
Apr 25, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, with Javax->Jakarta developments wherein JAXB api is now forked hard, we have an attempted workaround of using classifier "jakarta", publishing 2 jar variants.
But this seems to have issues at least wrt OSGi; so maybe we better bite the bullet, create 2nd module with copied code but covering Jakarta variant of XML binding API.
Also see my question on what to call "new" JAXB:
jakartaee/jaxb-api#179
This would be for Jackson 2.13. Trade-off as I see it:
The text was updated successfully, but these errors were encountered: