Spring Boot 1.2.2 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a significant number of fixes and is a recommended upgrade for all users. We've also managed to sneak support for JMustache into this release, see this application for an example of how to use it. Project Page | GitHub | Issues | Documentation
Spring Boot 1.2.1 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes over 70 fixes and enhancements from 1.2.0 and fixes a number of bugs and regressions. If you are still using Spring Boot 1.1, now would be an excellent time to upgrade! Project Page | GitHub | Issues | Documentation
Spring Boot 1.1.10 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a small number of fixes and enhancements and is recommended for anyone that doesn't yet want to upgrade to the new 1.2.0 release. Project Page | GitHub | Issues | Documentation
I am pleased to announce that Spring Boot 1.2.0 has been released and is available from repo.spring.io and Maven Central. This release adds a significant number of new features and improvements over 1.1 and is a recommended upgrade for all users. For upgrade instructions and "new and noteworthy" features please see the release notes. Here are some of the highlights of this release: Servlet 3.1 Spring Boot now uses Servlet 3.1 when running with an embedded servlet container. Tomcat 8, Jetty 9 and Undertow 1.1 are all supported options. In addition, WebSocket support has been improved and is now…
I am pleased to announce that the second release candidate for Spring Boot 1.2.0 is available now in the Spring milestone repository. This is mainly a bug fix release, although we did manage to sneak in a fantastic community contribution which adds support for Undertow as an embedded Servlet container. For a complete list of changes, and for upgrade instructions, see the Spring Boot 1.2 Release Notes on the WIKI. The reference documentation has also been updated to cover new features. As usual, please report any problems using the project Issue tracker.
Spring Boot 1.1.9 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a number of fixes and third-party dependency updates. This release also upgrades to the latest Spring Framework, which includes an important security patch; as such it is highly recommended that all Spring Boot users upgrade. Project Page | GitHub | Issues | Documentation
I am pleased to announce that the first release candidate for Spring Boot 1.2.0 is available now in the Spring milestone repository. This release adds a number of improvements and new features over M2. Highlights include: Tomcat 8 or Jetty 9 as the default embedded servlet container (providing Servlet 3.1 support). A new @SpringBootApplication annotation. Access to start.spring.io using the spring init CLI command. Email support including a new spring-boot-starter-mail "starter POM". Additional health and metrics endpoints. For a complete list of changes, and for upgrade instructions, see the…
Spring Boot 1.1.8 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a security patch to the "white label error" page which prevents potential cross-site scripting attacks; as such it is a recommended upgrade for all Spring Boot users. For a complete list of changes please refer to the issue tracker. Project Page | GitHub | Issues | Documentation
I am pleased to announce that Spring Boot 1.2.0.M2 is available now in the Spring milestone repository. This release adds a number of improvements and new features over M1. Highlights include: Full configuration of Jackson ObjectMapper features from your application.properties file. Auto-configuration for Jersey. Support for Log4j2. Support for commons-dbcp2. A new "disk usage" health indicator. Improved RabbitMQ auto-configuration. For a complete list of changes, and for upgrade instructions, see the Spring Boot 1.2 Release Notes on the WIKI. The reference documentation also continues to be…
Spring Boot 1.1.7 has been released and is available now from repo.spring.io and Maven Central. This maintenance release is a recommended upgrade for all Spring Boot users. For a complete list of changes please refer to the issue tracker. Project Page | GitHub | Issues | Documentation