-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Spring Initializr 0.11 Release Notes
The Spring conventions have been upgraded so that it is no longer possible to create a project with Spring Boot 2.0.x, 2.1.x, or 2.2.x. Spring Boot 2.2.x is EOL since July 2021.
As part of this, support for the following has been removed as well:
-
JUnit 4
-
Gradle 4 and 5
Support for Gradle 7 is available and automatically used for Spring Boot 2.5+ projects.
Spring Initializr 0.11 moves to Spring Boot 2.5.
Numerous third-party dependencies have also been updated, some of the more noteworthy of which are the following:
-
Gradle 7.2
-
Maven 3.8.2
Apart from the changes listed above, there have also been lots of minor tweaks and improvements including:
-
Maven properties use a shortcut notation if no value is provided.
-
Provide a mapping strategy for Gradle plugins that don’t have a plugin marker artifact.
-
MutableDescription
now allows to remove a dependency. -
Improve
cURL
examples to useGET
rather thanPOST
. -
Improve
MavenDependency
to specify whether snapshots and releases are available.