Spring Boot 1.4.1 and 1.3.8 Available Now
It is my pleasure to announce that Spring Boot 1.4.1
and 1.3.8
haven been released and are available now from repo.spring.io and Maven Central.
Spring Boot 1.3.8 includes 35 fixes and a selection of improvements and dependency upgrades. The first maintenance release of the 1.4 line contains over 150 fixes, improvements and 3rd party dependency updates! Thanks to all that have contributed!
What's new?
We snuck in a few major improvements such as a new FailureAnalyzer
for NoSuchBeanDefinitionException
. If your code expects a bean to be present (typically via auto-configuration), you should now…