Spring Boot 1.0.0.RC5 Available Now
Spring Boot 1.0.0.RC5 has been released and is available in the repo.spring.io repository. This is mainly a bug fix release, although a couple of new features have been added:
- A new
@IntegrationTest
annotation has been added to help when writing integration tests for Spring Boot. - The CRaSH shell now exposes an
endpoint
command that can be used to obtain actuator information.
We now also have a fairly comprehensive reference manual.
This is the last planned release candidate, so please give it a try and report any bugs. We plan to release GA very soon.