Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn 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.
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 | Documentation | Stack Overflow | Gitter