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

Migrate JAXB-referring tests to Jakarta EE 9 #408

Closed
tamersaadeh opened this issue May 23, 2020 · 2 comments
Closed

Migrate JAXB-referring tests to Jakarta EE 9 #408

tamersaadeh opened this issue May 23, 2020 · 2 comments
Milestone

Comments

@tamersaadeh
Copy link
Contributor

Jakarta EE 9 platform renames all the "old" namespaces from javax.xml.bind.* to jakarta.xml.bind.*. This pull request performs this migration so that when Jacakrta EE 9 is released in June 2020 it will be compatible. Initial PR in #407.

@cowtowncoder cowtowncoder added the 3.x Issue planned for 3.x (and not 2.x) label May 24, 2020
@cowtowncoder
Copy link
Member

Will most likely not proceed with this change until Jackson 3.0 (master); but even with it need to carefully orchestrate this as the change has high chance of breaking lots of users, use cases.

@cowtowncoder cowtowncoder changed the title Migrate to Jakarta EE 9 Migrate JAXB-referring tests to Jakarta EE 9 Nov 14, 2020
@cowtowncoder
Copy link
Member

As per comments on PR, later changes for Jackson 2.13 allowed this to be done: simple change of annotations would not have worked (since Jackson's annotation introspector needed changes).

Thanks!

@cowtowncoder cowtowncoder added 2.13 and removed 3.x Issue planned for 3.x (and not 2.x) labels Jul 3, 2021
@cowtowncoder cowtowncoder added this to the 2.13.0-rc1 milestone Jul 3, 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

2 participants