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
<springProfile>
and<springProperty>
tags. - Support for Apache Artemis (following the donation of HornetQ to Apache).
- A new AntLib module to help create executable jars from Apache Ant. …