Spring Boot 1.3.0.M2 Available Now
Spring Boot v1.3.0.M2 is available now from the Spring milestone repository. This release closes a whopping 73 issues and merges 59 pull-requests! Thanks to everyone that has contributed. Highlights of the new release include: Auto-configuration support for jOOQ. Hypermedia support for actuator endpoints. Support for ANSI color banner.txt files. An improved way to access ApplicationArguments. New /flyway, /liquibase and /logfile actuator endpoints. Auto-configuration support for Spring Session with Redis. Property based configuration of Spring's "resource chains". New logback
Spring Boot 1.2.5 released
Spring Boot 1.2.5 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a number of fixes and most importantly updates the managed Spring Framework dependency to version 4.1.7 (which includes an important security fix). We recommend that all Spring Boot users upgrade. Project Page | GitHub | Issues | Documentation
DevTools in Spring Boot 1.3
Spring Boot 1.3 will ship with a brand new module called spring-boot-devtools. The aim of this module is to try and improve the development-time experience when working on Spring Boot applications. To use the module you simply need to add it as a dependency in your Maven POM: or your Gradle build file: Once included, the spring-boot-devtools module provides a number of nice features that we cover below (If you can't be bother to read the text, skip to the end of the post for a short video). Property Defaults If you've used templating technologies such as Thymeleaf with Spring Boot 1.2, you…
Spring Boot 1.3.0.M1 Available Now
I'm pleased to announce that Spring Boot v1.3.0.M1 is available now from the Spring milestone repository. This release builds on Spring Framework 4.2.0.RC1 and provides a number of improvements and new features over Spring Boot 1.2. Highlights include: A new spring-boot-devtools module with support for automatic restart, LiveReload and remote update. Extensive caching support for EhCache, Hazelcast, Infinispan, Redis, Guava or any compliant JSR-107 (JCache) implementation. Cache metric information is now also exposed via the actuator (when the underlying technology supports it). Improved…
Spring Boot 1.2.3 released
Spring Boot 1.2.3 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a small number of fixes and is a recommended upgrade for all users. Project Page | GitHub | Issues | Documentation
Spring Boot 1.1.12 released
Spring Boot 1.1.12 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a small number of fixes and is recommended for anyone still on the 1.1.x line. This the last planned release from the 1.1.x branch so please consider upgrading to 1.2.3 if you haven't already. Project Page | GitHub | Issues | Documentation
Spring Boot 1.1.11 released
Spring Boot 1.1.11 has been released and is available now from repo.spring.io and Maven Central. This maintenance release includes a number of fixes and is recommended for anyone still on the 1.1.x line. We're only planning critical bug fixes for 1.1.x from now on so please consider upgrading to 1.2.2 if possible. Project Page | GitHub | Issues | Documentation
Spring Boot 1.2.2 released
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 released
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 released
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