Spring Integration 6.2 Milestone 1 Available
Dear Spring community,
On behalf of Spring Integration team, it is my pleasure to announce 6.2.0-M1
version which is available from Spring Milestone repository.
In addition, bug fixes version 6.1.2
has been released as well into Maven Central.
The Spring Integration 6.2
version is based on the Spring Framework 6.1.0-M2
(can be upgraded to the latest 6.1.0-M3
) and includes many internal improvements and refactoring to support JVM virtual thread and project CRaC effort.
Some highlights of this new version include:
-
Upgrades to the latest dependencies, some of they are release candidates and milestones
-
We now use
org.eclipse.angus:jakarta.mail
as Java Mail API implementation which replacescom.sun.mail.imap
package with theorg.eclipse.angus.mail.imap
. Therefore this some kind of breaking change -
A
spring-integration-debezium
module has been introduced with aDebeziumMessageProducer
implementation and respective infrastructure, including Java DSL (shout out to Christian Tzolov) -
Pollers now can be configured with an ISO 8601 duration format for delays
-
Components which logic is based on thread executors now expose a proper
…AsyncTaskExecutor
option to let end-user to opt-in for a newVirtualThreadTaskExecutor
from Spring Framework.
Spring Framework 6.1 M3 released
On behalf of the Spring Framework framework team, it is my pleasure to announce that the third Spring Framework 6.1 milestone release is available from repo.spring.io/milestone now. This release was not initially scheduled and acts as a quick follow-up to 6.1.0-M2 last week, right on time for the Spring Boot milestone.
Spring Framework 6.1.0-M3 ships a few fixes and improvements, including early support for JDK 22.
What's next
Check out our What's New page for details about the specific features shipped so far. We are resuming with the usual schedule and we will ship the next milestone in a…
Spring for GraphQL 1.2.2 released
I'm pleased to announce that Spring for GraphQL 1.2.2 is now available on Maven Central.
This maintenance release in the 1.2.x generation includes 13 fixes and documentation improvements, including 1 regression. This version will be shipped with Spring Boot 3.1.2, to be released later this week.
How can you help?
If you have general questions, please ask on stackoverflow.com using the spring-graphql
tag.
Project Page | GitHub | Issues | Documentation | Stack Overflow
Spring Session 3.2.0-M1 released!
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Session 3.2.0-M1 is available now. This release comes with the support for using different strategies to generate session identifiers. Make sure to check it out and give your feedback.
To learn more about that release, please visit the releases page.
Spring Data 2023.0.2, 2022.0.8, and 2021.2.14 available now
On behalf of the team, I’m pleased to announce the availability of Spring Data 2023.0.2
, 2022.0.8
, and 2021.2.14
service releases. These releases ship with selected improvements, including fixes for regressions.
The upcoming Spring Boot releases will pick up these for your convenience.
2023.0.2
- Spring Data Commons
3.1.2
- Javadoc - Documentation - Changelog - Spring Data JPA
3.1.2
- Javadoc - Documentation - Changelog - Spring Data for Apache Cassandra
4.1.2
- Javadoc - Documentation - Changelog - Spring Data MongoDB
4.1.2
- Javadoc - Documentation - Changelog - Spring Data KeyValue
3.1.2
- Javadoc - Documentation - Changelog - Spring Data Neo4j
7.1.2
- Javadoc - Documentation - Changelog - Spring Data LDAP
3.1.2
- Javadoc - Documentation - Changelog - Spring Data REST
4.1.2
- Javadoc - Documentation - Changelog - Spring Data Redis
3.1.2
- Javadoc - Documentation - Changelog - Spring Data Elasticsearch
5.1.2
- Javadoc - Documentation - …
Spring HATEOAS 1.5.5, 2.0.5, 2.1.1 and 2.2 M1 released
I'm happy to announce the releases of Spring HATEOAS 1.5.5, 2.0.5, 2.1.1 and 2.2 M1. The releases primarily contain a few bug fixes, dependency upgrades and a fix for CVE-2023-34036 potentially and only affecting applications using Spring HATEOAS with Spring WebFlux. Make sure to consult the advisory and update to the latest versions.
The releases will be also included in the upcoming releases of Spring Boot 2.7.14, 3.0.9, 3.1.2 and 3.2 M1.
Spring Data 2023.1.0-M1 released
On behalf of everyone who has contributed, it is my pleasure to announce the first milestone release of Spring Data 2023.1
being available from our repo.spring.io/milestone repository now. This release introduces the main themes for the 2023.1
generation, with initial features for all of our themes:
- Embracing JDK 21 LTS
- Support for Kotlin Value Classes
Limit
support for Repository Query Methods- Schema and SpEL support for Spring Data JDBC
Check out our release notes about the specific features across our protfolio and the individual modules. The upcoming Spring Boot 3.2 M1 milestone integrates with this milestone release. Please give 2023.1.0-M1
an early try and let us know how it goes, helping us…
Spring Web Flow 3.0.0 Released
I'm pleased to announce the availability of Spring Web Flow 3.0.0. This release is all about compatibility with Spring Framework 6 and Jakarta EE. The spring-webflow-sampes have been updated, and the commit history provides an example of changes necessary to upgrade. One significant change is the need to remove Tiles which has not migrated to Jakarta EE. The booking-mvc sample now uses Thymeleaf Layouts instead.
Once again special thanks to Ian Young, Scott Cantor, and Gábor Lipták for your help to make these updates available to the community!
Spring Framework 5.2.25.RELEASE, 5.3.29 and 6.0.11 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 5.2.25.RELEASE
, 5.3.29
and 6.0.11
are available now.
Spring Framework 5.2.25.RELEASE
ships with 2 fixes improvements. This is an out-of-cycle release that will not be shipped with a new Spring Boot version, as Spring Boot 2.3.x is EOL.
Spring Framework 5.3.29
ships with 22 fixes and documentation improvements, including 3 fixes for regressions. This version will be shipped with Spring Boot 2.7.14, to be released next week.
Spring Framework 6.0.11
ships with 71 fixes and documentation improvements, including 7 fixes for regressions. This version will be shipped with Spring Boot 3.0.9 and 3.1.2, to be released next week…