On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.6.0-M1 has been released and is now available from https://repo.spring.io/milestone. This release includes 120 bug fixes, documentation improvements, and dependency upgrades. Notable new features include: Auto-configuration for Spring Data Envers More metrics support (including task execution and scheduling export and support for the Dynatrace v2 API) Auto-configured Spring Web Service Server Tests Improved Configuration of the Maven Plugin’s Start Goal Please see the release notes for more details…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.5.2 has been released and is now available from Maven Central. This release includes 53 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests. How can you help? If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag or chat with the community on Gitter. Project Page | GitHub…
In preparation for the GA release on May 20 2021, I am pleased to announce that Spring Boot 2.5.0-RC1 has been released and is available from our milestone repository. This release adds a number of new features and bug fixes. Highlights of the RC include: A new actuator endpoint for Quartz Support for database initialization with R2DBC Micometer metrics support for Spring Data repositories and MongoDB Support for Gradle 7.0 For a complete list of changes and upgrade instructions, please see the Spring Boot 2.5.0-RC1 Release Notes on the wiki and the updated reference documentation. If you want…
I am pleased to announce that the third milestone of Spring Boot 2.5 has been released and is available from our milestone repository. This release adds a number of new features and bug fixes. Highlights of this milestone include: OpenMetrics support for Prometheus Support for environment variable prefixes More Buildpack updates A fresh new look for the docs (including a "dark theme"). For a complete list of changes and upgrade instructions, please see the Spring Boot 2.5-M3 Release Notes on the wiki and the updated reference documentation. If you want to get started with 2.5 and try out the…
Continuing our monthly milestone release cadence, I am pleased to announce that the second milestone of Spring Boot 2.5 has been released and is available from our milestone repository. This release adds a number of new features and bug fixes. Highlights of this milestone include: Layered WARs support for use with Docker Custom Buildpack Builder Support Jetty 10 Support Early Support for Gradle 7 We've also made some significant behind-the-scenes changes to do with the way that schema.sql and data.sql files are processed. If you use those features, please try the milestone and let us know if…
Speaker: Phil Webb (@phillip_webb) Sorry for the small font! You might want to watch this at a computer in full screen. Timecodes Use the timecodes below if you want to jump to a specific part of the presentation: Intro 00:27 - Creating a Demo App Upgrading 07:24 - Version Number Changes 08:29 - JUnit Vintage Engine 09:07 - Legacy Config Data Mode 10:48 - Logback Property Changes and Property Migrator New Features 13:51 - Java 15 and Startup Logging 15:03 - Constructor Binding @ConfigurationProperties Updates 18:11 - ApplicationStartup Metrics (Flight Recorder and JSON) 24:49 - Changes to…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.4.2 has been released and is now available from Maven Central. This release includes a number bug fixes and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests. How can you help? If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag or chat with the community on Gitter. Project Page | GitHub | Issues…
On behalf of the team and everyone that contributed, I am pleased to announce that the third milestone of Spring Boot 2.4 has been released and is available from our milestone repository. This release closes 160 issues and pull requests. Thanks to all those who have contributed with issue reports and pull requests. Highlights of this milestone include: Java 15 support A new Startup actuator endpoint Docker authentication support Config data import improvements Numerous dependency upgrades For a complete list of changes and upgrade instructions, please see the Spring Boot 2.4 Release Notes on…
Spring Boot 2.4.0.M2 has just been released, and it brings with it some interesting changes to the way that application.properties and application.yml files are loaded. If your applications use the fairly typical setup of only using a single application.properties or application.yml file, then you’ll probably not notice any difference. If, however, you have applications that use more complex setups (such as profile specific properties), you might want to read on to learn about what we’ve changed and why. Why We’re Making These Changes With recent versions of Spring Boot we’ve been working hard…
On behalf of the team and everyone that contributed, I am pleased to announce that the second milestone of Spring Boot 2.4 has been released and is available from our milestone repository. This release closes just over 250 issues and pull requests. If you're trying this release with an existing Spring Boot 2.3 project, please note the slight change in the format of the version. 2.4.0-M2 is using our new versioning scheme. Highlights of this second milestone include: Spring Framework 5.3 M2 Spring Data 2020.0.0.M2 An update to the way that application.properties and application.yml files are…