Spring Boot 2.2.6 available now

Releases | Stéphane Nicoll | March 26, 2020 | ...

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

This release includes 53 bug fixes, enhancements, documentation improvements, and dependency upgrades and adds support for the recently released Java 14. 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

Spring Data Moore SR6 available now

Releases | Mark Paluch | March 25, 2020 | ...

On behalf of the community, I'm pleased to announce the availability of the Spring Data Moore SR6 service release. This release ships with dependency upgrades and bug fixes in preparation for the upcoming Spring Boot 2.2.6.RELEASE release.

This release ships with 46 tickets fixed and is a recommended upgrade. Finally, here are links to the reference documentation, changelogs, and artifacts of the individual project releases:

Spring Boot for Apache Geode & Pivotal GemFire 1.3.0.M3 Released

Releases | John Blum | March 23, 2020 | ...

On behalf of the Spring, Apache Geode & Pivotal GemFire communities, it is my pleasure to announce the release of Spring Boot for Apache Geode & Pivotal GemFire (SBDG) 1.3.0.M3. This release builds on Spring Boot 2.3.0.M3 and is available in the Spring Milestone Repository.

You can also create a new Spring for Apache Geode project with the 1.3.0.M3 bits using Spring Initializer at start.spring.io.

What’s New

SBDG 1.3.0.M3 builds on Spring Boot 2.3.0.M3, which pulls in Spring Framework 5.2.4.RELEASE, Spring Data Neumann-M4, Spring Session Dragonfruit-M2 with Spring Session for Apache Geode & Pivotal GemFire (SSDG) 2.3.0.RC1 specifically, and Spring Test for Apache Geode & Pivotal GemFire (STDG) 0.0.13.RELEASE

Spring Tools 4.6.0 released

Releases | Martin Lippert | March 20, 2020 | ...

Dear Spring Community,

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

Highlights from this release include:

  • (Spring Boot) performance: improved performance while scanning projects for symbols
  • (Spring Boot) performance: improved performance when multiple files change at once (e.g. after a switch to a different branch or a git pull + refresh)
  • (Eclipse) bugfix: source lookup for Spring Boot launch configs works again
  • (Eclipse) documentation: There is a new section in the user documentation that focuses on migrating an existing workspace from Spring Tool Suite 3 to Spring Tools 4: https://github.com/spring-projects/sts4/wiki/STS3-Migration

Spring Boot 2.3.0.M3 available now

Releases | Andy Wilkinson | March 12, 2020 | ...

On behalf of the team and everyone that contributed, I am pleased to announce that the third milestone of Spring Boot 2.3 has been released and is available from our milestone repository.

This release closes 89 issues and pull requests. Thanks to all those who have contributed.

Highlights of this milestone include:

  • Support for gracefully shutting down the embedded web server
  • Support for customizing the layers when building a layered jar with Maven
  • Support for R2DBC
  • Auto-configuration for Spring Integration's RSocket support
  • Numerous dependency upgrades

For a complete list of changes and upgrade instructions, please see the Spring Boot 2.3 Release Notes on the wiki and the updated reference documentation

Spring Integration 5.3 Milestone 3 Available

Releases | Artem Bilan | March 11, 2020 | ...

I’m pleased to announce the third milestone for Spring Integration 5.3.

This release ships several bug fixes, a bunch of new features and improvements and will be picked up by Spring Boot 2.3 M3 in the near future.

It can be downloaded from our milestone repository:

compile "org.springframework.integration:spring-integration-core:5.3.0.M3"

The most important new features are:

  • Reactive transactions support. The ReactiveTransactionManager can now be configured for endpoints which produces reactive type for replies or just implement ReactiveMessageHandler.

  • ReactiveRequestHandlerAdvice - a MethodInterceptor for message handlers producing a Mono as a payload for reply. The BiFunction<Message<?>, Mono<?>, Publisher<?>> customized is applied for the returned Mono via Mono.transform(Function) operator to add some aspects into a produced result. Typically it is used for timeout, retry, tag options applied for the remote reactive requests, e.g. Webflux or RSocket.

  • Kotlin DSL. As we promised before, we have merged spring-integration-kotlin-dsl project into core one for general availability and for further possible improvements which are possible only with direct access to core Spring Integration classes. See org.springframework.integration.dsl.IntegrationFlowDsl.kt for more information.

Spring Data Neumann M4 released

Releases | Jens Schauder | March 11, 2020 | ...

On behalf of the community, I'd like to announce the availability of the Spring Data Neumann M4 milestone release. It is planned to be the last milestone before the first release candidate.

Neumann M4 ships with 69 tickets fixed. It is built on top of Spring Framework 5.2.4 and will be picked up by Spring Boot 2.3.0 M3 for your convenience.

Finally, here are links to the reference documentation, changelogs, and artifacts of the individual project releases:

Spring Boot for Apache Geode & Pivotal GemFire 1.1.6.RELEASE & 1.2.5.RELEASE available!

Releases | John Blum | March 09, 2020 | ...

On behalf of the Spring, Apache Geode and Pivotal GemFire communities, it is my pleasure to announce the release of Spring Boot for Apache Geode & Pivotal GemFire (SBDG) 1.1.6.RELEASE and 1.2.5.RELEASE.

SBDG 1.1.6.RELEASE builds on Spring Boot 2.1.13.RELEASE, which is based on Spring Framework 5.1.14.RELEASE, Spring Data Lovelace-SR16, Spring Session Bean-SR9 with SSDG 2.1.9.RELEASE, Apache Geode 1.6.0 and Pivotal GemFire 9.5.4. Bits are available in Maven Central. See changelog for more details.

SBDG 1.2.5.RELEASE builds on Spring Boot 2.2.5.RELEASE, which is based on Spring Framework 5.2.4.RELEASE, Spring Data Moore-SR5, Spring Session Corn-SR1 with SSDG 2.2.3.RELEASE, Apache Geode 1.9.2 and Pivotal GemFire 9.8.6. Bits are available in Maven Central. See changelog

Spring Session for Apache Geode & Pivotal GemFire 2.1.9.RELEASE, 2.2.3.RELEASE and 2.3.0.RC1 available!

Releases | John Blum | March 09, 2020 | ...

On behalf of the Spring, Apache Geode and Pivotal GemFire communities, it is my pleasure to announce the release of Spring Session for Apache Geode & Pivotal GemFire (SSDG) 2.1.9.RELEASE, 2.2.3.RELEASE and 2.3.0.RC1.

SSDG 2.1.9.RELEASE and 2.2.3.RELEASE are available from Maven Central.

SSDG 2.3.0.RC1 is available from the Spring Milestone Repository.

SSDG 2.1.9.RELEASE builds on Spring Framework 5.1.14.RELEASE, Spring Data Lovelace-SR16, Spring Session Bean-SR9, Apache Geode 1.6.0 and Pivotal GemFire 9.5.4.

SSDG 2.2.3.RELEASE builds on Spring Framework 5.2.4.RELEASE, Spring Data Moore-SR…

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

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

Learn more

Get support

Tanzu Spring Runtime 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