DEV Community

Cover image for 📢 Spring Boot 3.0 Goes GA 🚀
adriens
adriens

Posted on • Edited on

📢 Spring Boot 3.0 Goes GA 🚀

📢 Announce

Since today, the long awaited Spring Boot 3 has been released today :

According to the releaseNote :

This release is the culmination of 12 months work and over 5700 commits by 151 different individuals. A massive thank you to everyone that has contributed, and to all the early adopters that have been providing vital feedback on the milestones.

This is the first major revision of Spring Boot since 2.0 was released 4.5 years ago. It’s also the first GA version of Spring Boot that provides support for Spring Framework 6.0 and GraalVM.

Highlights of the new release include:

There’s far too many features to list them all here in detail, so head over to the release notes page on our wiki to find out more.

📅 endoflife.date

Image description

🚀 Spring Boot 3.0 Goes GA 👏 #1904

Context

On behalf of the team, it is my very great pleasure to announce that Spring Boot 3.0 is now generally available and 3.0.0 can be found in Maven Central. https://spring.io/blog/2022/11/24/spring-boot-3-0-goes-ga

image

ℹ️ Official EOL elements

cf https://spring.io/projects/spring-boot#support

image

🔖 Ressources

Top comments (18)

Collapse
 
adriens profile image
adriens

Also coming to sdkman :

Collapse
 
adriens profile image
adriens

Collapse
 
adriens profile image
adriens
Collapse
 
adriens profile image
adriens
Collapse
 
adriens profile image
adriens
Collapse
 
adriens profile image
adriens
Collapse
 
adriens profile image
adriens
Collapse
 
adriens profile image
adriens • Edited
Collapse
 
adriens profile image
adriens

Some more details about SB3 :

Spring Boot 3 and Spring Framework 6 Use Java 17 and Jakarta EE 9, Support Native Java with GraalVM

VMware released Spring Framework 6 and Spring Boot 3, a new generation for the Spring ecosystem. Spring Framework 6 requires Java 17 and Jakarta EE 9. It also embeds observability through Micrometer with tracing and metrics. Spring Boot 3 requires Spring Framework 6. It has built-in support for creating native executables through static Ahead-of-Time (AOT) compilation with GraalVM Native Image.

favicon infoq.com
Collapse
 
adriens profile image
adriens