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 release of Spring Session 2.0.0.M5. This release brings a Redis ReactiveSessionRepository implementation. The webflux sample has been updated to demonstrate its use.
You can find the complete details of the release in the changelog
Hi Spring fans! Welcome to another installment of This Week in Spring! By happy coincidence, today is also Ada Lovelace day. According to the Finding Ada site: Ada Lovelace Day (ALD) is an international celebration day of the achievements of women in science, technology, engineering and maths (STEM). It aims to increase the profile of women in STEM and, in doing so, create new role models who will encourage more girls into STEM careers and support women already working in STEM. Happy Ada Lovelace day!
The JAX Innovation awards just took place. The Spring team has been a recipient of the award in a few cases over the years (and a nominee in even more cases), but this year was exceptional.
This year, the jury awarded Spring co-founder and lead engineer Juergen Hoeller (or Jürgen Höller, in his native (Austrian) German language) the Special Jury Award.
We don't normally talk about individuals on this blog, but few can be said to have done so much towards making Spring - and all that has come as a result of it - so successful as Juergen Hoeller has, and does.
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;
Hi Spring fans! In this tip, we'll look at the reactive programming support in Spring Security 5.0. We'll look at it in terms of its integration with Spring WebFlux, the reactive web runtime and framework in Spring Framework 5.