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

Feature request: support JAXB 3.0 #132

Open
agusmba opened this issue Nov 17, 2021 · 2 comments
Open

Feature request: support JAXB 3.0 #132

agusmba opened this issue Nov 17, 2021 · 2 comments

Comments

@agusmba
Copy link

agusmba commented Nov 17, 2021

I'm aware this project is not being actively maintained, but the more active forks don't have open issues, so I'm opening it here in the hopes of reaching a broader audience.

From Jaxb's release pages:

New release for Jakarta EE 9. Adopts new API package namespace jakarta.xml.bind.*.

However this plugin still uses their 2.3.x versions, and generates code with the old namespace.

In addition to checking if JVM is v9 compatible to add extra dependencies, a prior check for JVM 11+ could be made to add the newer dependencies with the new namespaces (which would hopefully generate code with the new namespace)

Thanks to all involved in making this plugin!

@rowi1de
Copy link

rowi1de commented Jan 19, 2022

yupzip#5

@agusmba
Copy link
Author

agusmba commented Jan 19, 2022

Thanks! Looking at the code, if we're on java 11 for example, we should add the newer dependencies in gradle and the wsdl2java plugin will use them? (will it find them since the packaging is different?)

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