-
Notifications
You must be signed in to change notification settings - Fork 29
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
Incompatibility with Jakarta > 2.3.3 #34
Comments
Hi! Can you give us some more info about the problems you are having? I'm not sure what you mean when you say that it runs without problems with jakarta > 2.3.3. But yeah, maybe could version bump as 2.3.3 looks pretty old now. We are currently doing some other difficult upgrades right now, so I'm not sure when we could get to it. If you can give me a bit more info I will follow up and see what we can do. Thanks, Will |
Hi, we are fundamentally using a newer JAXB version in our application. With this the current JAXB annotations don't seem to work anymore resp. are not observed. Possibly because of the "javax." namespace. For example, un/marshalling no longer works here. I bumped the version in orcid-model for testing and everything works fine. This is what I meant with "it works without problems". I could provide this as a pull request. |
Thanks for the additional info! @TomDemeranville Do you want to add this to the back log? |
Hi, is there any news regarding this yet or possibly workaround we could use? |
The jaxb factories are not compatible with jakarta > 2.3.3. Are there any plans for a version bump? It seems to run without problems with jakarta > 2.3.3...
The text was updated successfully, but these errors were encountered: