On behalf of the community, I’m pleased to announce the release of Spring Security 5.0.0 M5. This release includes bug fixes & new features. The primary focus is being based off of Spring Framework 5.0.0.RELEASE, Reactor Bismuth-RELEASE, and Spring Data Kay-RELEASE.
This release also lays the foundation for Reactive and OAuth2 auto configuration in Spring Boot 2.0.0.M5
On behalf of the community, I’m pleased to announce the general availability of Spring Vault 1.1.0 and the third milestone of Spring Vault 2.0, available from Maven Cental respective the milestone repository.
Highlights of Spring Vault 1.1 GA release are:
Pull-mode support for AppRole authentication.
Vault login using via AWS IAM.
Support of batch transit operations.
Rotation of generic secrets based on their lease duration.
Introduction of VaultEndpointProvider to configure endpoints dynamically.
Looking at Spring Vault 2.0 M3 you will find the following enhancements:
Vault repositories via @EnableVaultRepositories built on top of Spring Data KeyValue.
Support to create and modify Vault’s policies represented as JSON.
I am pleased to announce that the 2.0.0.RELEASE of Spring AMQP is now available in the Spring release repository and Maven Central.
First of all thanks to all community members for any feedback and contributions to make this new instalment of Spring for AMQP and RabbitMQ support project!
New spring-rabbit-junit artifact with some useful testing utilities including BrokerRunning JUnit @Rule;
The amqp-client library of version 5.0;
A DirectMessageListenerContainer to allow to consume messages directly on the client thread instead of queue-based logic in the SimpleMessageListenerContainer;
A ConnectionNameStrategy option for the ConnectionFactory to name target Broker connections for possible diagnostics;
new RabbitOperations.invoke() for batch of template operation on the dedicated, thread-bound channel;
It's my pleasure to announce that Spring REST Docs 1.2.2.RELEASE is available from Maven Central, JCenter, and our release repository. My thanks to everyone who contributed to this release by reporting bugs and opening pull requests.
It is my pleasure to announce that, after more than a year of milestones and RCs and almost two years of development overall, Spring Framework 5.0 is finally generally available as 5.0.0.RELEASE from repo.spring.io and Maven Central!
This brand-new generation of the framework is ready for 2018 and beyond: with support for JDK 9 and the Java EE 8 API level (e.g. Servlet 4.0), as well as comprehensive integration with Reactor 3.1, JUnit 5, and the Kotlin language. On top of that all, Spring Framework 5 comes with many functional API variants and introduces a dedicated…
It is my great pleasure to announce the GA release of Reactor Bismuth, which notably encompasses reactor-core3.1.0.RELEASE and reactor-netty0.7.0.RELEASE ?
With the release of Spring Framework 5.0 now just happening, you can imagine this is a giant step for Project Reactor :)
Like the bismuth crystal this release is intricate
The release contains a lot of changes and API polishing. For reactor-core you can find the exhaustive list in the release notes.
Important
There is a known (minor) issue with the reactor-core and reactor-testsources jars: They contain duplicate java source entries. See issue #887 for…