Spring Framework 6.0.1 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.0.1
is available now.
Spring Framework 6.0.1
includes 21 fixes and improvements.
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.0.1
is available now.
Spring Framework 6.0.1
includes 21 fixes and improvements.
On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.4.0.
You can download it from Maven Central by using the module coordinates:
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:0.4.0'
See the release notes for complete details.
To get started using Spring Authorization Server, see the Getting Started chapter of the reference documentation and the samples to become familiar with setup and configuration.
We would love to gather your feedback as we strive to…
On behalf of the team and everyone who has contributed, we are very excited to announce the general availability of Spring Authorization Server 1.0.
You can download it from Maven Central by using the module coordinates:
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:1.0.0'
Spring Authorization Server has come a long way since its initial commit on April 2, 2020, as the APIs have stabilized and matured over this time. A lot of effort and care has been put into this project to ensure a robust foundation for its continued growth. This first major release delivers a full feature set…
On behalf of everyone involved, I'm pleased to announce that Spring for GraphQL 1.0.3 is now available from Maven Central. This version will be shipped with Spring Boot 2.7.6 due for release later this week.
This release includes a number of enhancements, documentation improvements, dependency upgrades, and a couple of bug fixes. Thanks to all those who have contributed with issue reports and pull requests.
We're also about to release the 1.1.0 release, targeting Spring Boot 3.0.
If you have general questions, please ask on stackoverflow.com using the spring-graphql
tag.
Project Page | GitHub | Issues | Documentation | …
Hi, Spring fans! It's Tuesday, the 22nd of November, 2022, as I write this, which means we're two days away from Spring Boot 3 and Thanksgiving. Spring Boot 3, I've written about in abundance so I won't rehash that. If you want to learn more about some of the amazing new features in Spring Framework 6 and Spring Boot 3, perhaps check out my Spring Tips installment introducing them in this episode:
And, of course, a major new feature in Spring Boot 3 is the new ahead-of-time (AOT) engine, about which I speak at great length in tomorrow's new installment of Spring Tips:
This video is done so…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring REST Docs 2.0.7.RELEASE
has been released and is now available from Maven Central.
This release includes 4 bug fixes and documentation improvements. Thanks to all those who have contributed with issue reports and pull requests.
Project Page | GitHub | Issues | Documentation | Stack Overflow | Gitter
On behalf of the team and everyone who has contributed, it is my pleasure to announce that Spring REST Docs 3.0.0
has been released and is now available from Maven Central.
This new major version of Spring REST Docs builds on Spring Framework 6.0 and requires Java 17. Thanks to all those who have contributed with issue reports and pull requests.
To learn more about Spring REST Docs 3.0, please refer to the release notes.
Project Page | GitHub | Issues | Documentation | Stack Overflow | Gitter
I am pleased to announce that new major releases (3.0.0) for Spring for Apache Kafka and Spring for RabbitMQ are now available.
The 3.0.x versions of these projects have the following common changes
they depend on Java version 17 or later
they depend on Spring Framework 6.0.x
support for creating native GraalVM applications
support for micrometer observability and tracing
Bill of Materials POMs are now provided to help with dependency management
support for a global single EmbeddedKafkaBroker
(across multiple test classes)
several enhancements for @RetryableTopic
(non-blocking retries)
KafkaTemplate
methods now return CompleteableFuture
instead of ListenableFuture
, which has been deprecated
On behalf of the team and everyone who has contributed, we are very excited to announce the general availability of Spring Security 6.0! In addition, we are pleased to announce the general availability of Spring Security 5.8, which is provided to simplify upgrading to 6.0.
Spring Security 6 requires JDK 17 and uses the jakarta
namespace. Among its many features, upgrading to Spring Security 6 will bring you:
Improved session management
Improved AOT processing
Security metrics and traces
Several defense-in-depth enhancements
A simplified authorization framework
Check out What’s New in Spring Security 5.8 and What’s New in Spring Security 6.0…
Greetings Spring community,
The Spring Web Services team has released 4.0.0 for general availability. This is the version of Spring WS you’ll need if you are building SOAP-based applications with Spring Boot 3.0.
4.0.x is the generation of Spring Web Services that works with Jakarta EE 9+, the version where the enterprise specs (JAX-WS, etc.) migrate from javax.
to jakarta.
package prefixes. Check out Juergen Holler’s blog post for more details about Spring Framework 6.0.
Being based upon Spring Framework 6.0, this is also the generation of Spring Web Services that is rebased on top of Java 1…