Spring Security Kerberos 2.0.0 available now
I'm happy to announce that a Spring Security Kerberos 2.0.0
is now available from maven central.
I'm happy to announce that a Spring Security Kerberos 2.0.0
is now available from maven central.
I'm happy to announce that a Spring Security Kerberos 2.0.0-RC2
milestone is now available via https://repo.spring.io/milestone. This release candidate were created because project upgraded to use recently released spring-security
6.1.0
.
Spring Shell 2.1.10, 3.0.4 and 3.1.0 are now available
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Shell 2.1.10
, 3.0.4
and 3.1.0
has been released and are now available from Maven Central.
Please see the release notes 2.1.10, release notes 3.0.4 and release notes 3.1.0 for more details.
Thanks to all those who have contributed with issue reports and pull requests.
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2022.0.3 Release Train is available today. The release can be found in Maven Central. You can check out the 2022.0.3 release notes for more information.
This release provides compatibility with Spring Boot 3.1.x.
See all issues and pull requests for this release here.
There is a known defect in Spring Cloud Config related to locating the config server via service discovery. In order to activate this feature in this release you will need to set spring.cloud.config.discovery.enabled=true
and spring.cloud.config.discovery.serviceId
in an…
I happy to announce that Spring Boot 2.5.15
and 2.6.15
have been released and are now available from Maven Central.
This release follows a request from a customer with commercial support that was looking to have the ability to upgrade to later versions of SnakeYAML.
This release also includes fixes for CVE-2023-20883: Spring Boot Welcome Page DoS Vulnerability as well as CVE-2023-20873: Security Bypass With Wildcard Pattern Matching on Cloud Foundry.
If you're interested in purchasing commercial support for Spring, please see https://spring.io/support.
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.7.12
has been released and is now available from Maven Central.
This release includes 28 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
This release includes a fix for CVE-2023-20883: Spring Boot Welcome Page DoS Vulnerability.
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.0.7
has been released and is now available from Maven Central.
This release includes 54 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
This release includes a fix for CVE-2023-20883: Spring Boot Welcome Page DoS Vulnerability.
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter…
Dear Spring community,
Hope you enjoy Spring IO anniversary in Barcelona these days. I'm not there this years for many reasons. Either way, it is my pleasure to announce that Spring Integration 6.1.0
is generally available now from Maven Central.
In addition, bug fixes version 5.5.18
has been released.
The Spring Integration 6.1
version is a natural evolution of 6.x
generation with fixes and improvements which didn't make it into 6.0
.
Plus we listen to community and make some possibly, but convenient for target projects breaking changes.
Some highlights of this new version include:
Upgrades to the latest dependencies, but only if they don't break the public API we expose
Added Protobuf transformers support (shout out to Christian Tzolov)
Migration of Zip extension to respective module in the core project
The MessageFilter
now emits a WARN log when a request message is dropped making it, technically, not silent as it was before
Now gateways and replying handlers don't block forever for sending and receiving operations.
On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 3.1.0 has been released and is available from Maven Central.
This release adds a significant number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.
The highlights of the 3.1 release include:
I'm pleased to announce that Spring for GraphQL 1.2.0 is now available on Maven Central. This version will ship with Spring Boot 3.1.0 later this week.
This is a new feature release for the Spring Boot 3.1.x generation. If you are still using Spring for GraphQL 1.0.x, please consider upgrading to Spring Boot 3.x as OSS support will end next November. We have also raised the baseline version for GraphQL Java to 20.x and we will align with the new GraphQL Java release policy from now on.
We have worked on the most popular issues from the community.
This release provides first-class support for pagination, seamlessly adapting Spring Data pagination to the GraphQL Cursor Connection specification, including support for the latest and greatest Scroll API in Spring Data 2023.01. To learn more about the pagination support in Spring GraphQL 1.2, check out the project's reference documentation…