Spring AI 1.0 GA Released

Releases | Mark Pollack | May 20, 2025 | ...

On behalf of the Spring AI engineering team and everyone who contributed to this release, I am very excited to announce the general availability of Spring AI 1.0. We have a great release blog lined up for you.

Getting Started

All the new bits are in maven central. Use the provided bom to import the dependencies.

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.ai</groupId>
            <artifactId>spring-ai-bom</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope…

Spring Authorization Server 1.5 goes GA

Releases | Joe Grandja | May 20, 2025 | ...

On behalf of the team and everyone who has contributed, it is my pleasure to announce the release of Spring Authorization Server 1.5.

The 1.5 release contains a few noteworthy new features:

  • Add support for OAuth 2.0 Pushed Authorization Requests (PAR) (gh-1925)
  • Support OAuth 2.0 Demonstrating Proof of Possession (DPoP) (gh-1813)
  • Support POST for authorization code request flow (gh-1874)

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.

Project Page | GitHub Issues |

Spring for GraphQL 1.4.0 Released

Releases | Brian Clozel | May 20, 2025 | ...

On behalf of the Spring for GraphQL team, I am pleased to announce the availability of 1.4.0, the generally available release.

In case you missed those, the 1.4.0-M1 and 1.4.0-RC1 release blog posts described the new features for this generation. The Spring for GraphQL 1.4.0 wiki page should help you to upgrade your application. We will keep updating this page with the feedback we get from the community on our issue tracker and on StackOverflow.

GraphQL Java 24+ baseline

The GraphQL Java team recently released new major releases for the Java DataLoader and GraphQL Java projects. They immediately supersede the 23.x generation so Spring for GraphQL 1.4 will require GraphQL Java 24+ as a baseline. This last-minute change shouldn't affect much your…

Spring Web Services 4.1.0 available now

Releases | Stéphane Nicoll | May 20, 2025 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Web Services 4.1.0 has been released and is now available from Maven Central.

This release adds a number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.

What's new in 4.1

The highlights of the 4.1 release include:

  • Apache Axiom Support has been restored
  • Support for WSS4J v4
  • Support for Configuring Arbitrary WSS4J Options
  • More Flexible HTTP Message Sender

Dependency upgrades

Spring Web Services 4.1 moves to new versions of several Spring projects and we’ve also upgraded to the latest stable releases of other third-party libraries wherever possible. Please see the release notes

Spring Security 6.5.0 Is Out!

Releases | Josh Cummings | May 19, 2025 | ...

On behalf of the team and everyone who has contributed, I am pleased to announce the general availability of the final Spring Security 6 minor release, 6.5.0!

To see all the new features, please take a look at What's New in Spring Security 6.5 in the reference.

Also, since this is the target release for migrating from 6.x to 7.x, please also begin reviewing the migration guide.

Please check the release changelog as well as the previous changelogs for 6.5.0-M1, 6.5.0-M2, 6.5.0-M3, and 6.5.0-RC1 for more details.

Project Page | GitHub | Issues | Documentation

Spring Data 2025.0.0 goes GA

Releases | Mark Paluch | May 16, 2025 | ...

On behalf of the Spring Data engineering team and everyone who contributed to this release, I am delighted to announce the general availability of Spring Data 2025.0 from Maven Central! This release comes with driver upgrades and refinements in individual store modules.

Most notable changes include:

  • Vector type and Vector Search support in MongoDB and Apache Cassandra
  • Constructor Expression Derivation for DTO Projections in Spring Data JPA
  • Support for identifier generation using sequences in Spring Data JDBC and R2DBC
  • Index Creation using Cassandra 5 Storage-Attached Indexes

Please refer to our release notes for…

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all