Author: cold gg www.oschina.net/news/115701…
Spring Boot 2.3.0 has been released with the following updates:
Depend on the upgrade
New versions of core components rely on upgrades
-
Spring Data Neumann
-
Spring bases for 1.1
-
Spring Integration 5.3
-
Spring Kafka 2.5
-
Spring Security 5.3
-
Spring Session Dragonfruit
Three-party component dependency
-
Cassandra Driver 4.6
-
Couchbase Client 3.0
-
Elasticsearch 7.6
-
Kafka 2.5
-
1.5 Micrometer
-
Directing a 4.0
Support Java 14
Spring Boot 2.3.0 supports Java 14 and is also compatible with Java 11 and Java 8.
Docker container support
Spring Boot 2.3.0 adds features to help package Spring Boot applications directly into Docker images.
-
Support for Cloud Native Buildpacks
-
Maven plugin adds spring-boot:build-image, gradle adds bootBuildImage task to help build images quickly
-
Support for JAR layering to better optimize the packaging image process
Graceful shutdown
Graceful shutdown is currently supported by four built-in embedded Web servers (Jetty, Reactor Netty, Tomcat, and Undertow) as well as responsive and servlet-based Web applications.
When the shutdown buffer time is configured, the Web server will no longer allow new requests upon shutdown and will wait for the buffer time for active requests to complete.
Service availability probe
Spring Boot 2.3.0 has built-in application availability judgment to track whether an application is handling active status and ready to handle requests.
Other changes
For detailed Release logs, refer to Spring-boot-2.3-release-Notes. You can also find a list of classes and methods that are not recommended to be removed in the next release.
So far, Spring Boot has had more than 680 code commits and over 26,000 commits.
Read more on my blog:
1.Java JVM, Collections, Multithreading, new features series tutorials
2.Spring MVC, Spring Boot, Spring Cloud series tutorials
3.Maven, Git, Eclipse, Intellij IDEA series tools tutorial
4.Java, backend, architecture, Alibaba and other big factory latest interview questions
Life is good. See you tomorrow