Spring Boot 2.2.1 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.2.1 has been released and is now available from repo.spring.io and Maven Central.
This release includes 110 fixes, improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
For those of you upgrading from Spring Boot 2.2.0 to Spring Boot 2.2.1, if you relied on the @ConfigurationProperties
scanning support, please note that this feature is now disabled by default. Scanning of @ConfigurationProperties
needs to be explicitly opted into by adding the @ConfigurationPropertiesScan
annotation. More details related to this change can be found here…