You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered:
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?)
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:
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!
The text was updated successfully, but these errors were encountered: