On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.20 and 6.2.7 are available now. Spring Framework 6.1.20 ships with 4 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.3.12. Spring Framework 6.2.7 ships with 25 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.4.6 and 3.5.0. CVE-2025-22233: The releases address CVE-2025-22233 for Spring Framework DataBinder Case Sensitive Match Exception (2nd update). Open source support for Spring Framework 5.…
On behalf of the Spring for GraphQL team, I am pleased to announce the availability of 1.4.0-RC1, our last stop before the generally available release.
In case you missed it, 1.4.0-M1 already shipped lots of new features and improvements. You can read the full changelog for 1.4.0-RC1 and the upgrade notes on our wiki. DataLoader observations The Spring for GraphQL instrumentation creates Micrometer Observations for GraphQL requests and DataFetcher operations.
Some data fetching operations are relying on batch loading calls to avoid the "N+1 problem".
In previous generations, one would not see…
I am pleased to announce that Spring for GraphQL 1.3.5 is now available on Maven Central. 1.3.5 closes 12 issues. This version will ship with Spring Boot 3.3.11 and 3.4.5, to be released next 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
On behalf of the team and everyone who has contributed, I am pleased to announce a new milestone for the next Spring Framework generation.
The fourth milestone continues delivering new features and refinements on top of 7.0.0-M1, 7.0.0-M2 and 7.0.0-M3. Class-File API usage for Java 24+ apps Spring Framework reads class bytecode to collect metadata about the application code.
Historically we have used a slim ASM fork for this purpose, through the MetadataReaderFactory and MetadataReader types in the org.springframework.core.type.classreading package.
Although Spring applications typically have…
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.19 and 6.2.6 are available now. Spring Framework 6.1.19 ships with 11 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.3.11. Spring Framework 6.2.6 ships with 35 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.4.5 and 3.5.0-RC1.
It's very unusual for us to ship new features in maintenance versions, but this version also brings first-class support for Bean Overrides with @ContextHierarchy.
Please…
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.2.5 is available now. Spring Framework 6.2.5 ships with 14 fixes and documentation improvements.
This is an out of cycle release fixing a JAR scanning regression introduced last week.
This version is right on time for the Spring Boot 3.4.4 and 3.5.0-M3 releases tomorrow. Project Page | GitHub | Issues | Documentation
On behalf of the Spring for GraphQL team, I am pleased to announce the availability of our first 1.4 milestone. Aligning with the GraphQL over HTTP specification The GraphQL over HTTP draft specification is making good progress,
so we have decided to fully align with it for our 1.4 release.
Previous versions of Spring for GraphQL already supported the official "application/graphql-response+json",
and it has been our default response media type for a while now. Usually, GraphQL HTTP clients should expect 4xx/5xx HTTP responses if the server is unavailable,
security credentials are missing or if…
On behalf of the team and everyone who has contributed, I am pleased to announce the third milestone of the next Spring Framework generation.
The third milestone continues delivering new features and refinements on top of 7.0.0-M1 and 7.0.0-M2. In this milestone, we are shipping the first step of our new "API versioning" feature for web applications.
Keep an eye for further improvements and documentation there, we're definitely interested in feedback from the community! By popular demand, the java Optional type is now better supported in SpEL expressions. Not only you can now call null-safe…
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.18 and 6.2.4 are available now. Spring Framework 6.1.18 ships with 11 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.3.10. Spring Framework 6.2.4 ships with 46 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.4.4 and 3.5.0-M3. Project Page | GitHub | Issues | Documentation
I am pleased to announce that Spring for GraphQL 1.3.4 is now available on Maven Central. 1.3.4 closes 14 issues. This version will ship with Spring Boot 3.3.9 and 3.4.3, to be released 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