Packages javax & jakarta #12056
Unanswered
AndwariAciel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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