Packages javax & jakarta #12056
Replies: 1 comment
-
This is why the README and examples had:
Since 1.64.0 you could have set the generated code option |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am currently generating code with maven and this plugin like this:
My problem is, that the generated code contains @javax.annotation.Generated annotation but I am using java 21 where this has moved to @jakarta.annotation.Generated and this breaks my maven install.
Isn't there an option or something to support jakarta packages?
Beta Was this translation helpful? Give feedback.
All reactions