5.6.0 #1041
kobylynskyi
started this conversation in
🚀 Releases
5.6.0
#1041
Replies: 1 comment 2 replies
-
SBT plugin release |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
@Generated
annotation Support migration to Jakarta by allowing customization of@Generated
annotation #1016 New config to specify custom @Generated annotation #1016 #1036generatedAnnotation
@Generated
annotation (if value forgeneratedAnnotation
config is empty). Following classes will be looked (up in the same order):@jakarta.annotation.Generated
->@javax.annotation.processing.Generated
->@javax.annotation.Generated
. If none are present in the classpath then@Generated
annotation will not be added on top of the classes.generateNoArgsConstructorOnly
Compilation of generated classes fails if GraphQL Types have a lot of fields #1017 New config to generate only no-args constructor #1017 #1037Full Changelog: v5.5.0...v5.6.0
This discussion was created from the release 5.6.0.
Beta Was this translation helpful? Give feedback.
All reactions