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
I expected that when using the plugin, classes with Jakarta annotations would be generated. For example, a parameter that cannot be null would have the @NotNull annotation in the generated class and this would be validated.
However, I'm encountering the class being generated with comments about the attribute that serve no purpose.
For example, I have a "name" attribute that is required and in the generated class it is presented like this:
I expected that when using the plugin, classes with Jakarta annotations would be generated. For example, a parameter that cannot be null would have the @NotNull annotation in the generated class and this would be validated.
However, I'm encountering the class being generated with comments about the attribute that serve no purpose.
For example, I have a "name" attribute that is required and in the generated class it is presented like this:
Is it possible to generate with these Jakarta Validation annotations? If so, how to configure the maven plugin to achieve this result.
Below is my current configuration:
The text was updated successfully, but these errors were encountered: