-
Notifications
You must be signed in to change notification settings - Fork 426
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
Add jakarta Feature #1091
Add jakarta Feature #1091
Conversation
1df8dff
to
970e1c3
Compare
is there any chance to review this PR & merge for jakarta usage ? |
Thanks a lot for this PR @Fyro-Ing !! |
Hello @HugoMario could you please clarify what is the status of this PR ? |
Hi @VladPrudius |
ah cool, as I understand it is enough just to add |
Oh, but It wll be available in next release. Meantime you can use this snapshot version |
Got it. Thank you for your time. |
if (withXml && jakarta) { | ||
builder.append("import jakarta.xml.bind.annotation.*;\n"); | ||
} else if (withXml) { | ||
builder.append("import jakarta.xml.bind.annotation.*;\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like "import javax.xml.bind.annotation.*;\n" is expected here.
@HugoMario, Please correct me if I`m wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right
I'll try to push fix today
This is a proposition to include jakarta feature
#1054
only add jakarta Feature
upgrade spring boot3, java17 are some other features that need to be on dedicated PR