Open aevers1967 opened 9 months ago
useJakartaValidation
is not supposed to generate import jakarta.annotation.Generated;
since as the configuration name implies it is related to validation and neither javax.annotation.Generated
nor jakarta.annotation.Generated
are part of validation-api
, both belong to annotation-api
.
This has been discussed in #1461
We are upgrading to jakarta and the tool does not generate. import jakarta.annotation.Generated;
maven configuration