assertj / assertj/assertj-assertions-generator-maven-plugin
allow the jakarta version of `@Generated` instead of the javax one.
Open
- Dominant language
- Java
- Stars
- 30
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
all javax modules are being replaced with jakarta, this includes `@javax.annotation.Generated`. This is replaced by `@jakarta.annotation.Generated`, allow users to choose which annotation they want on the generated classes.
(Related to https://github.com/assertj/assertj-assertions-generator/issues/194 )
(I'm also making a PR for this one)
Contributor guide
Assessment
This issue has not been assessed yet.