Spring LDAP 2.3.6 and 2.4.0-M2 released
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring LDAP 2.3.6
(release notes) and 2.4.0-M2
(release notes) are available now.
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring LDAP 2.3.6
(release notes) and 2.4.0-M2
(release notes) are available now.
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Shell 2.1.0-M2
has been released and is now available from https://repo.spring.io/milestone.
We previously had a milestone M1, named 3.0.0-M1
which we soon after its release realised that it was a mistake to pump major version for this rework to make codebase better for Spring Boot 2.x. We want to avoid confusing versioning when spring-shell upgrades and baselines with Spring Boot 3.x. Thus having said that, Spring Shell 2.1.x is going to be for Spring Boot 2.6.x and future Spring Shell 3.x for Spring Boot 3.x…
Dear Spring Community,
I am happy to announce the 4.13.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
On behalf of the community, I am pleased to announce that the Milestone 1 (M1) of the Spring Cloud 2022.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2022.0 release notes for more information.
See the project page for all the issues and pull requests included in this release.
The 2022.0.0-M1 release is all about compatibility with Spring Framework 6.0.0-M2, Spring Boot 3.0.0-M1, Java 17, Jakarta EE, and all the other milestones of Spring projects such as Spring Security, Spring…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Native 0.11.2
has been released and is now available from https://repo.spring.io/release.
This release includes 30 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.2.2.
You can download it from Maven Central by using the module coordinates:
compile 'org.springframework.security:spring-security-oauth2-authorization-server:0.2.2'
See the release notes for complete details.
To get started using Spring Authorization Server, see the sample to become familiar with setup and configuration.
We would love to gather your feedback as we strive to improve and build upon this release.
On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Initializr 0.12.0 has been released and is now available from Maven Central.
This release includes 10 fixes, improvements and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
For full upgrade instructions and new and noteworthy features please see the release notes.
GitHub | Issues | Documentation | Stack Overflow | Gitter
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.5.9
has been released and is now available from Maven Central.
This release includes 32 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
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 | …
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.7.0-M1
has been released and is now available from https://repo.spring.io/milestone.
This release includes 111 bug fixes, documentation improvements, and dependency upgrades. Notable new features include:
Please see the release notes for more details and upgrade instructions.
Thanks to all those who have contributed with issue reports and pull requests.
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.0-M1
has been released and is now available from https://repo.spring.io/milestone.
This milestone starts our exciting journey to the next generation of the Spring Framework and raises our baseline from Java 8 to Java 17. We are planning to release a new milestone of Spring Boot 3.0 every two months. M2 should arrive on March 24 and we are planning on a GA release in late November.
If you are trying an existing application with Spring Boot 3.0 you'll need to be aware that we've migrated all Java EE APIs to their equivalent Jakarta EE variant. For most users, this means you'll need to replace any javax
imports with jakarta
. For example, javax.servlet.Filter
would be replaced with jakarta.servlet.Filter
…