You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the generator with spring boot 3.*, the imports will fail as the package javax.validation has been renamed to jakarta.validation
Description
Please try answering few of those questions
What changes have to be introduced?
add the following code to the parameters of package.json (or pick a better naming):
"jakartaForKafkaValidation": {
"description": "To check if the target framework will leverage on javax.validation or jakarta.validation package for kafka",
"default": "false",
"required": false
}
in $$message$$.java replace the import of javax.validation with
Will this be a breaking change?
not with a safe default
How could it be implemented/designed?
please see my previous answers: note that is an advise as I do not know in detail the templating engine. Sadly I cannot contribute due to company policies
The text was updated successfully, but these errors were encountered:
Reason/Context
While using the generator with spring boot 3.*, the imports will fail as the package javax.validation has been renamed to jakarta.validation
Description
Please try answering few of those questions
not with a safe default
please see my previous answers: note that is an advise as I do not know in detail the templating engine. Sadly I cannot contribute due to company policies
The text was updated successfully, but these errors were encountered: