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

Support of jakarta.xml.bind-api v3.0.0 #26439

Closed
drz0910 opened this issue Jan 25, 2021 · 2 comments
Closed

Support of jakarta.xml.bind-api v3.0.0 #26439

drz0910 opened this issue Jan 25, 2021 · 2 comments
Labels
status: duplicate A duplicate of another issue

Comments

@drz0910
Copy link

drz0910 commented Jan 25, 2021

From jakarta.xml.bind-api v3.0.0, the namespace has been changed to jakarta.xml.bind.* instead of javax.xml.bind
The last working version is jakarta.xml.bind-api v2.7.8

The org.springframework.http.codec.support.BaseDefaultCodecs file hardcoded javax.xml.bind namespace with
jaxb2Present = ClassUtils.isPresent("javax.xml.bind.Binder", classLoader);
So it's not working for the newer version of jakarta.xml.bind-api.

Would the support be considered to add in any near future release? Thanks!

Affects: <5.3.2>


@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 25, 2021
@andrei-ivanov
Copy link

See #25354

@sbrannen
Copy link
Member

Closing as a duplicate of #25354.

@sbrannen sbrannen added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants