On behalf of the community, I'd like to announce the availability of the Spring Vault 2.1 release candidate. Spring Vault 2.1 requires JDK 8 or higher and specifically supports JDK 11 as the next long-term support release. This release ships with 15 tickets fixed along with some refinements for Java 9 to 11. The most notable changes are:
Support for Azure authentication with managed service instances on VMs.
GCP IAM authentication support on behalf of service accounts.
This release is compatible with Vault versions from 0.5.2 up to 0.11.1.
On behalf of the Spring Data team, I'd like to announce the availability of the Ingalls SR15 and Kay SR10 maintenance releases. Kay SR10 ships on top of the just-released Spring Framework 5.0.9. Spring Boot 2.0.5 is going to pick up Kay SR10 for your convenience. Ingalls SR15 will be picked up by Spring Boot 1.5.16. Both releases ship with mostly bugfixes and a few dependency upgrades.
We are pleased to announce that Spring Batch 4.1.0.M3 is now available on Github and the Pivotal download repository. What's new in this milestone? Here is a list of new features and enhancements:
JSR-305 support
The main theme of this milestone is adding support for JSR-305 annotations. We leveraged Spring Framework's Null-safety annotations and added them where appropriate in all public APIs of Spring Batch.
These annotations will not only enforce null-safety when using Spring Batch APIs, but also can be used by IDEs to provide useful information related to nullability. For example, if a user wants to implement the ItemReader interface, any IDE supporting JSR-30…
Both releases primarily deliver bug fixes and dependency version updates along with some minor improvements. Of particular note is that these align with recentreleases of Spring Boot.
For a complete list of changes, please refer to the 2.0.4 changelog and 2.1.0.M2 changelog.
On behalf of the team and everyone that contributed, I am pleased to announce that the second milestone of Spring Boot 2.1 has been released and is available from our milestone repository. This release closes 75 issues and pull requests!
This second milestone aligns with Spring Framework 5.1.RC2 and is the first release with support of Java 11.
Other highlights of this second milestone include:
Auto-configuration for task execution (@EnableAsync) and task scheduling (@EnableScheduling)