Spring Boot for Apache Geode & VMware GemFire 1.3.0.RELEASE Available!

Releases | John Blum | June 15, 2020 | ...

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

This release builds on Spring Boot 2.3.0.RELEASE along with the latest Spring Framework (5.2.6), Spring Data (Neumann-GA/2.3.0) and Spring Session (Dragonfruit-GA/2.3.0) bits. In addition, SBDG 1.3.0.RELEASE pulls in Spring Test for Apache Geode & VMware GemFire (STDG) 0.0.16.RELEASE giving users more fine-grained control for resource and mock object cleanup.

You can start a new Spring Boot project using Apache Geode from start.spring.io using Spring Initializer

Spring Boot 2.3.1 available now

Releases | Phil Webb | June 12, 2020 | ...

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

This release includes 127 bug fixes, enhancements, 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

Upcoming Webinar: Bootiful Observability with Tanzu Wavefront by Josh Long and Sushant Dewan

News | Josh Long | June 12, 2020 | ...

Need better insight into your Spring Boot Applications? Join Spring Developer Advocate Josh Long and Sushant Dewan in a live webinar conversation on June 24th at 10:00 AM PST.

Get Tanzu Observability tips on how to understand the impact of your code on your application with application maps, metrics, distributed traces, histograms, and span logs analytics!

Register now for this free, virtual event you won't want to miss.

Spring Batch 4.2.4 available now!

Releases | Mahmoud Ben Hassine | June 11, 2020 | ...

I am pleased to announce that Spring Batch 4.2.4 has been released with a number of bug fixes and performance improvements. Please find the complete list of changes in the release notes.

Please note that due to a glitch in the release process, we had to bump the patch version from 4.2.3 to 4.2.4. Please upgrade to version 4.2.4 at your earliest convenience as this is the primary active branch for the moment.

Spring Batch Home | Source on GitHub | Reference Documentation

Spring Boot 2.1.15 available now

Releases | Stéphane Nicoll | June 11, 2020 | ...

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

This release includes 25 bug fixes, enhancements, 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

Spring Boot 2.2.8 available now

Releases | Stéphane Nicoll | June 11, 2020 | ...

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

This release includes 54 bug fixes, enhancements, 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

Spring Cloud Data Flow 2.6.0-M1 Released

Spring Cloud Data Flow team is pleased to announce the first milestone release of 2.6.0.

This 2.6.0-M1 adds some bug fixes and the following features:

  • Composed Task Runner as SCDF native module Composed Task Runner is now an integral part of SCDF itself and gets registered implicitly while the users who have the custom composed task runner can still override the native one. This enables us to integrate the composed tasks management within the context of Spring Cloud Data Flow. This change also allowed us to provide some additional user experiences when managing composed tasks. .

  • Improvements in task applications management This milestone added some improvements at the backend such as the ability to uniquely identify the task elements inside the composed task, adding task manifest as part of the last ran task definition, ability to cleanup task related resources as part of task definition cleanup along with the SCDF dashboard changes.

The path towards Spring Boot native applications

Engineering | Sébastien Deleuze | June 10, 2020 | ...

I would like to use the opportunity of our Spring GraalVM Native 0.7.0 release to give you a status update about our work on Spring Boot native images.

Why?

Native image provides a way to build and run Spring Boot applications with different characteristics than a regular JVM deployment:

  • The output is a native executable that contains your application with a subset of the JDK and the dependencies required to run it.

  • In practice the executable would likely be shipped in an highly optimized container image (FROM scratch Docker image is supported) with reduced surface attack which is good fit with Kubernetes.

  • Startup time is almost instant and peak performance is available immediately, allowing support for scale-to-zero (serverless) applications including for regular Spring Boot web applications.

  • Memory consumption is reduced, which is a good fit for systems split into multiple microservices.

Spring Data Neumann SR1, Moore SR8, and Lovelace SR18 available now

Releases | Mark Paluch | June 10, 2020 | ...

On behalf of the team, I'm pleased to announce Spring Data releases Neumann SR1, Moore SR8, and Lovelace SR18. Those service releases are built on top of Spring Framework releases 5.2.7 (Neumann and Moore) and 5.1.16 (Lovelace) and ship with mostly dependency upgrades and fixes, along with a few selected improvements.

Spring Data Neumann SR1 contains 59 improvements and fixes. Spring Data Moore SR8 ships with 55 fixes and improvements. Finally, Spring Data Lovelace SR18 includes 38 selected fixes.

All service released will be picked up by the upcoming Spring Boot 2.3.1, 2.2.8, respective 2.1.15 releases for your…

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