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

Remove jackson-module-jaxb-annotations runtime dependency (leave as test dep) #462

Closed
cowtowncoder opened this issue Apr 2, 2021 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

Currently XML module has strict dependency to JAXB annotations module, to allow for using JAXBAnnotationIntrospector for some XML-specific setup not exposed via standard AnnotationIntrospector. This is unfortunate as it brings in JAXB api dependency which has become a regular cluster-fudge with Javax/Jakarta fiasco.
Even if we solve the problem wrt JAXB (JAKB?) introspector, this likely just doubles the problem as there are now 2 alternative possibilities.

So let's figure out a way to remove this particular problem by adding a small shim ("XML annotation add-ons" or something) in databind, and let JAXB annotations module and XML format module interact via that mini API, avoiding direct dependency in either direction.

@cowtowncoder cowtowncoder changed the title Remove jackson-module-jaxb-annotations runtime dependency (may leave as test dep) Remove jackson-module-jaxb-annotations runtime dependency (leave as test dep) Apr 2, 2021
@cowtowncoder cowtowncoder added this to the 2.13.0 milestone Apr 2, 2021
cowtowncoder added a commit that referenced this issue Apr 2, 2021
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

No branches or pull requests

1 participant