DEV Community

Cover image for 🎀 Spring Boot 2.7.0 Released
adriens for opt-nc

Posted on

🎀 Spring Boot 2.7.0 Released

📢 About

Spring Boot 2.7.0 has just been released :

Spring Boot 2.7.0 Released with Support for GraphQL, Podman and Cache2k - InfoQ

VMware has released Spring Boot 2.7.0, the latest and final branch of the 2.x series. This latest version of Spring Boot includes support for Spring for GraphQL 1.0; support for the Podman container engine; dependency management and auto-configuration for Cache2k; and new test annotations for ElasticSearch and CouchBase.

favicon infoq.com

👉 Let's summarize what it brings and what's the next step.

🛍️ What it brings

🧰 Testing related features

Hot news around testing as new test annotations are coming for :

📖 /actuator/info related features

JavaInfoContributor and OsInfoContributor classes have been improved and can now expose more information about :

  • Java version & vendor
  • Underlying OS

⬆️ Dependencies updates

🛤️ Head to Spring Boot 3.0

Based on Spring Framework 6.0, Spring Boot 3.0 will be the next major revision and will require Java 17 or above.

☝️ Spring Boot 3.0, planned for November 2022, will be the next version.

Spring Boot 3.0 will also support AOT (ahead-of-time) compilation and native executables thanks to Spring Native.

Top comments (8)

Collapse
 
adriens profile image
adriens opt-nc

One more step nearer to 3.x :

Collapse
 
adriens profile image
adriens opt-nc
Collapse
 
adriens profile image
adriens opt-nc
Collapse
 
adriens profile image
adriens opt-nc
Collapse
 
adriens profile image
adriens opt-nc
Collapse
 
adriens profile image
adriens opt-nc
Collapse
 
adriens profile image
adriens opt-nc
Collapse
 
adriens profile image
adriens opt-nc

Related content :

IntelliJ IDEA 2022.2 EAP 5: Support for Spring 6 and Spring Boot 3 Features, Enhanced HTTP Client, Kubernetes Updates and More | The IntelliJ IDEA Blog

IntelliJ IDEA 2022.2 EAP 5 is now available! You can get the new build from our website, through the free Toolbox App, or as a snap for Ubuntu. This build brings numerous framework-specific updates

favicon blog.jetbrains.com