-
Notifications
You must be signed in to change notification settings - Fork 51
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
Take over the remaining jaxb2_commons plugins #160
Comments
Hi @cachescrubber : I've done PR #165 to migrate to jakarta namespace and take back all plugins mentionned here (since not working with jakarta) |
Co-authored-by: Laurent SCHOELENS <[email protected]>
@cachescrubber PR merged |
@cachescrubber README.md has been up-to-date in jaxb-tools. You can use the following to build with remaining plugins mentioned in this issue without depending on external resources.
|
Hi @laurentschoelens I just gave it a try. This is where I come from:
If I understand you correctly, I should replace the individual plugin dependencies using
A plugin execution failed with the following error:
Using
|
Yes, I always mismatch |
Which version of cxf-plugin do you use ? |
|
Yes cxf 4.x is based on |
Okay, I misunderstood you regarding javax / jakarta. I updated my JavaEE branch (uising cxf 3.6.1) accordingly and It worked. |
Jakarta is on it's way. Should come soon |
I upgraded my build (see comment above) using
Everything is working as expected. @laurentschoelens and @mattrpav - Big thank you for keeping this up! |
There are a bunch of other community driven Jaxb2 / XJC plugins which are published under the groupId org.jvnet.jaxb2_commons
The repository is https://github.com/javaee/jaxb2-commons
It seems the basics plugin has origins there too. I stumbled upon those while trying to migrate builds that where using those to the JakartaEE9 era.
Here is a small PR of mine upgrading them: javaee/jaxb2-commons#46
@mattrpav The original javaee/jaxb2-commons project I mentioned seems to be abandoned. The plugins are published under the same groupId as the basics plugin. It seems this project is able to publish to maven central. So my question is if we could take over the remaining plugins and roll out a maintenance + JakarteEE9 ugrade release? I' happy to contribute and help out.
The text was updated successfully, but these errors were encountered: