-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Spring Initializr 0.20 Release Notes
Stéphane Nicoll edited this page Jul 10, 2023
·
2 revisions
Code generation has been improved in the following areas:
-
Method bodies can now define arbitrary statements using
CodeBlock
. -
Annotations support has been greatly improved, with namely support of nested annotations.
-
Support for Gradle 6.
-
[Java|Kotlin|Groovy] expressions are deprecated in favor of
CodeBlock
. -
A number of methods on
Annotation
have been deprecated in favor of the container andAnnotation#of
. -
A
Parameter
should be created using the builder and its public constructor is now deprecated.