Spring Framework 6.1.5, 6.0.18 and 5.3.33 Available Now Including Fixes for CVE-2024-22259

Releases | Brian Clozel | March 14, 2024 | ...

On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.5, 6.0.18 and 5.3.33 are available now.

Spring Framework 6.1.5 ships with 45 fixes and documentation improvements. This version will be shipped with Spring Boot 3.2.4, to be released next week.

Spring Framework 6.0.18 ships with 11 fixes and documentation improvements. This version will be shipped with Spring Boot 3.1.10, to be released next week.

Spring Framework 5.3.33 ships with 10 fixes and documentation improvements.

The releases address CVE-2024-22259 for URL Parsing with Host…

Spring Tools 4.22.0 released

Releases | Martin Lippert | March 13, 2024 | ...

Dear Spring Community,

I am happy to announce the 4.22.0 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.

important highlights

  • (Spring Boot) Add Spring Boot Starters... InlayHint in Spring Boot projects pom.xml next to <dependencies> tag (VSCode only at the moment)
  • (Spring Boot) early TestJars support #1197
  • (Eclipse) fixed: Spring Tool Suite 17 with maven no longer copies application.properties file to the target folder #929

updates to the Spring Tools 4 for Eclipse distribution

Detailed changes can be found in the release notes: https://github.com/spring-projects/sts…

Spring AI 0.8.1 Released

Releases | Mark Pollack | March 12, 2024 | ...

We are happy to announce the milestone 0.8.1 release of Spring AI. Thanks for all the community contributions and great discussion on GitHub issues.

This release has the following new features and improvements.

Google Gemini

Google recently released its Gemini AI Model. It has many exciting features and functionalities; check their release blog for an overview.

Features supported in Spring AI are:

Spring Releases for February 2024

Releases | Jason Konicki | March 04, 2024 | ...

On behalf of the Spring team, we are excited to showcase all of the Spring projects that have been released this February.

Spring OSS Releases

The table below contains a list of all the open source projects and their versions that have been released. Each project listed will link to their version details.

Project Version(s)
Spring AI 0.8.0
Spring for Apache Kafka 3.2.0-M1, 3.1.2, 3.0.14
Spring for Apache Pulsar 1.1.0-M1, 1.0.3
Spring Authorization Server 1.3.0-M2, 1.2.2, 1.1.5
Spring Batch 5.1.1, 5.0.5
Spring Boot 3.3.0-M2, 3.2.3, 3.1.9
Spring Data 2024.0.0-M1, 2023.1.3, 2023.0.9
Spring Framework 6.1.4, 6.0.17, 5.3.32
Spring for GraphQL 1.3-M1, 1.2.5
Spring LDAP 3.2.2, 3.1.4
Spring Modulith 1.2-M2, 1.1.3, 1.0.6
Spring Security 6.2.2, 6.1.7, 5.8.10
Spring Shell 3.2.2, 3.1.19
Spring Tools 4.21.1
Micrometer 1.13.0-M1, 1.12.3, 1.11.9
Micrometer Tracing 1.3.0-M1, 1.2.3, 1.1.10
Reactor 2023.0.3, 2022.0.16, 2020.0.41

Spring Functions Catalog 5.0.0‐M1 Available

Releases | Artem Bilan | March 01, 2024 | ...

On behalf of Spring Cloud Dataflow team, it is my pleasure to introduce you to Spring Functions Catalog. The project's primary focus is to provide a set of standalone Java functions that can be useful in the end-user applications as-is. All the published artifacts are, essentially, auto-configurations for some specific Supplier, Function or Consumer.

We have just released 5.0.0-M1 into https://repo.spring.io/milestone repository, and all you need is to include this BOM into your Gradle (or Maven) configuration:

org.springframework.cloud.fn:spring-function-dependencies:5.0.0-M1

and choose…

Spring Shell 3.1.9 and 3.2.2 are now available

Releases | Janne Valkealahti | February 28, 2024 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Shell 3.1.9 and 3.2.2 has been released and are now available from Maven Central.

Please see the release notes 3.1.9 and release notes 3.2.2 for more details.

Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

Project Page | GitHub | Issues | Documentation

Spring AI 0.8.0 Released

Releases | Mark Pollack | February 23, 2024 | ...

We are happy to announce the first milestone release of Spring AI, version 0.8.0. A big thanks to the over 50 community members and employees in other companies who have contributed to the project. Your work is very much appreciated!

The Spring AI project was founded based on the realization that creating AI applications was no longer the sole domain of Machine Learning or AI Specialists, who typically use Python. With the meteoric rise in popularity of ChatGPT, which provides a simple Web API to access pre-trained models, creating compelling AI applications has become accessible to software…

Spring Modulith 1.0.6, 1.1.3 and 1.2 M2 released

Releases | Oliver Drotbohm | February 23, 2024 | ...

I'm excited to announce the availability of Spring Modulith 1.0.6, 1.1.3 and 1.2 M2. The milestone release adds indexes to the event publication registry database tables, improves the execution of the database initialization and moves off the legacy Structurizr diagram generation. On top of that we ship bug fixes in the event externalization, observability infrastructure and event publication registry APIs that all have been back-ported into the service releases.

More details about what went into which release can be found in the change logs linked above.

Spring Boot 3.3.0-M2 available now

Releases | Scott Frederick | February 22, 2024 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.0-M2 has been released and is now available from https://repo.spring.io/milestone.

This release includes 110 enhancements, documentation improvements, dependency upgrades, and bug fixes. Notable new features include:

  • Service Connection support for Apache ActiveMQ Artemis, ActiveMQ Classic, and LDAP
  • Support for Bitnami container images with Docker Compose
  • A @BatchTransactionManager to make it easier to configure Spring Batch to use a custom transaction manager
  • HttpClient based Zipkin sender

Please see the release notes for more details…

Spring Boot 3.1.9 available now

Releases | Moritz Halbritter | February 22, 2024 | ...

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

This release includes 46 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 or chat with the community on Gitter.

Project Page | GitHub | Issues | Documentation | Stack Overflow |

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