Spring Data 2024.0.2 and 2023.1.8 released
On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2024.0.2
and 2023.1.8
service releases. These releases ship with dependency upgrades, fixes for regressions and selected improvements.
The upcoming Spring Boot releases 3.3.2
, respective 3.2.8
will pick up the above releases by next week.
2024.0.2
- Spring Data Commons
3.3.2
- Javadoc - Documentation - Changelog - Spring Data JPA
3.3.2
- Javadoc - Documentation - Changelog - Spring Data MongoDB
4.3.2
- Javadoc - Documentation - Changelog - Spring Data for Apache Cassandra
4.3.2
- Javadoc - Documentation - Changelog - Spring Data Neo4j
7.3.2
- Javadoc - Documentation - Changelog - Spring Data KeyValue
3.3.2
- Javadoc - Documentation - Changelog - Spring Data LDAP
3.3.2
- Javadoc - Documentation - Changelog - Spring Data REST
4.3.2
- Javadoc - Documentation - Changelog - Spring Data Redis
3.3.2
- Javadoc - Documentation - Changelog - Spring Data Elasticsearch
5.3.2
- Javadoc - Documentation - …
Spring Framework 6.1.11 Available Now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.11
is available now.
Spring Framework 6.1.11
ships with 31 fixes and documentation improvements. This version will be shipped with Spring Boot 3.2.8 and Spring Boot 3.3.2 next week.
Spring Framework 6.2.0-M5 Available Now
We are happy to announce the availability of the fifth milestone of Spring Framework 6.2. We shipped quite a few features since our last M4 release.
Spring Framework 6.2.0-M5 is available from repo.spring.io/milestone now, check out the detailed changelog for this version.
Native Support
We have significantly improved the developer experience of registering reflection hints. @RegisterReflection
has been introduced to easily register hints against arbitrary data types, and @ReflectionScan
lets you opt-in for scanning of any reflection hints on arbitrary classes, not only Spring beans.
Web and…
Spring Cloud 2023.0.3 (aka Leyton) Has Been Released
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2023.0.3 Release Train is available today. The release can be found in Maven Central.
Notable Changes in the 2023.0.3 Release Train
This release is based on Spring Boot 3.2.7 and it primarily contains bugfixes and dependency upgrades.
See the GitHub project for all changes made in this release.
The following modules were updated as part of 2023.0.3:
Module | Version | Issues |
---|---|---|
Spring Cloud Vault | 4.1.3 | |
Spring Cloud Bus | 4.1.2 | |
Spring Cloud Zookeeper | 4.1.2 | |
Spring Cloud Kubernetes | 3.1.3 | (issues) |
Spring Cloud Task | 3.1.2 | (issues) |
Spring Cloud Function | 4.1.3 | (issues) |
Spring Cloud Commons | 4.1.4 | (issues) |
Spring Cloud OpenFeign | 4.1.3 | (issues) |
Spring Cloud CircuitBreaker | 3.1.2 | (issues) |
Spring Cloud Starter Build | 2023.0.3 | |
Spring Cloud Stream | 4.1.3 | |
Spring Cloud Gateway | 4.1.5 | (issues) |
Spring Cloud Consul | 4.1.2 | |
Spring Cloud Contract | 4.1.4 | (issues) |
Spring Cloud Config | 4.1.3 | (issues) |
Spring Cloud Build | 4.1.3 | |
Spring Cloud Netflix | 4.1.3 | (issues) | …
Spring Modulith 1.1.6 and 1.2.1 released
I am delighted to announce the availability of Spring Modulith 1.1.6 and 1.2.1. The releases contain a few bug fixes, minor new features and the usual dependency upgrades. The highlights are the following:
- The ability to configure an
ApplicationModuleDetectionStrategy
viaspring.modulith.detection-strategy
– GH-656. - Fixes in dependency verifications involving named interfaces – GH-661, GH-662.
- Upgrades to Spring Boot 3.2.7 (GH-675) and 3.3.1 (GH-678).
Find more information about the releases in the full change logs for 1.1.6 and 1.2.1.
Spring Boot 3.2.7 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.2.7
has been released and is now available from Maven Central.
This release includes 51 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
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.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
Spring Boot 3.3.1 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.1
has been released and is now available from Maven Central.
This release includes 68 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
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.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
Spring Authorization Server 1.3.1 and 1.2.5 available now
On behalf of the team and everyone who has contributed, it is my pleasure to announce the releases of Spring Authorization Server 1.3.1 and 1.2.5.
See the 1.3.1 and 1.2.5 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.
Spring Framework 6.1.10 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.10
is available now. This 6.1.x release fixes a few regressions that were shipped in 6.1.9 last week.
Spring Framework 6.1.10
ships with 12 fixes and documentation improvements. This version will be shipped with Spring Boot 3.2.7 and Spring Boot 3.3.1 tomorrow.