Spring Boot 1.4.0.RC1 available now
It is my pleasure to announce that the release candidate of Spring Boot 1.4 is available now from the Spring milestone repository. This milestone concludes 6 months of work in the 1.4 line, closing over 140 issues and pull requests! Thanks to everyone that has contributed.
Highlights of the new release include:
- Unified
@EntityScan
for JPA, MongoDB, Neo4j, Couchbase and Cassandra - Auto-configured
RestTemplateBuilder
- Support for pure rest client tests via
@RestClientTest
- Support for Jest (Elasticsearch rest client)
- Upgrades to Spring Integration 4.3, Spring AMQP 1.6, Spring REST Docs 1.1, MongoDB Java Driver 3 and more …