Spring Boot 3.5.11 available now

Releases | Moritz Halbritter | February 19, 2026 | ...

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

This release includes 35 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.

Project Page | GitHub | Issues | Documentation | Stack…

Spring Integration 7.1.0-M1 Available

Releases | Artem Bilan | February 19, 2026 | ...

On behalf of the team and everyone who contributed, I am pleased to announce Spring Integration 7.1.0-M2 version.

In addition, the 7.0.3 and 6.5.7 versions with bug fixes and dependency upgrades have been released.

Some notable changes in 7.1.0-M2:

  • The new spring-integration-cloudevents module has been improved with a FromCloudEventTransformer and CloudEvents DSL API;
  • The new spring-integration-grpc module has been improved for Java DSL API;
  • The TestUtils.getPropertyValue() is now generic arguement based for easier adoption in the tests code;
  • Resolved more deprecations from Spring AMQP in spring-integration-amqp module and made bytecode compatible with previous version;
  • The RedisMessageStore now supports GETDEL command from Redis 6.2.+.

This Week in Spring - February 17th, 2026

Engineering | Josh Long | February 17, 2026 | ...

Hi, Spring fans! Welcome to another rip-roaring installment of This Week in Spring! It's Lunar New Year or Chinese New Year for billions of people around the world and to those who celebrate, Happy Chinese/Lunar New Year (新年快乐)! Or Happy Spring Festival (春节快乐)! (My favorite kind of festival!)

In honor of the auspicious day, I asked the AI to generate an image of the fire horse, and it did not disappoint!

Awesome!

You know what else is awesome? So much amazing content from the community this week, so let's dive right into it!

Spring for Apache Pulsar 1.2.15 and 2.0.3 are now available

Releases | Chris Bono | February 17, 2026 | ...

On behalf of the team and everyone who has contributed, I’m happy to announce that Spring for Apache Pulsar 1.2.15 and 2.0.3 have been released and are now available from Maven Central.

The 1.2.15 release will be included in the upcoming Spring Boot 3.5.11 releases. The 2.0.3 release will be included in the upcoming Spring Boot 4.0.3 release.

Please see the release notes (1.2.15 and 2.0.3) for more details.

Spring Data 2026.0.0-M1 released

Releases | Mark Paluch | February 13, 2026 | ...

On behalf of the team and everyone who has contributed, I’m delighted to announce the first milestone of the 2026.0.0 release train.

Support for Type-Safe Property Paths

We now support type-safe property paths and property references as initiative to reduce the need for stringly-typed programming when referring to properties within an entity.

Java variants:

PropertyPath.from("name", Person.class) // existing String-based API
PropertyPath.of(Person::getName) // type-safe property reference expression

PropertyPath.from("address.country", Person.class) // existing nested path API
PropertyPath.of…

Spring Data 2025.1.3 and 2025.0.9 released

Releases | Mark Paluch | February 13, 2026 | ...

On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2025.1.3 and 2025.0.9 service releases. These releases ship with dependency upgrades, fixes for regressions and selected improvements.

The upcoming Spring Boot releases will pick up the above releases by next week.

2025.1.3

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