What's new in Spring Boot 2.3

Engineering | Phil Webb | June 18, 2020 | ...

Speaker: Phil Webb (@phillip_webb)

Timecodes

Use the timecodes below if you want to jump to a specific part of the presentation:

  • 00:27 - Intro
  • 01:59 - Creating the Demo
  • 04:01 - Building Docker Images with the Spring Boot Plugin
  • 09:21 - Building Docker Images with a Dockerfile
  • 16:40 - Customizing Layers
  • 21:38 - Graceful Shutdown
  • 25:19 - Kubernetes Probes
  • 30:55 - Configuration Properties End-to-End Traceability
  • 33:00 - Wrap-up and Upgrade Gotchas

The following links are referenced in the presentation:

Getting Started With RSocket: Spring Security

Engineering | Ben Wilcock | June 17, 2020 | ...

Reading time: about 6 minutes Coding time: about 20 minutes

If you've been following my series on RSocket, you've already learned how to build client-server applications with Spring Boot. In today's exercise, you're going to learn how to add security to your RSocket applications.

The task of securing RSocket applications is greatly simplified when you use Spring Security. Spring Security is a must-have module for any production application. It allows you to easily plugin many different authentication providers and restricts each user's access to your application based on their identity and…

Spring Boot for Apache Geode & VMware GemFire 1.1.8.RELEASE and 1.2.8.RELEASE available!

Releases | John Blum | June 16, 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 & VMware GemFire (SBDG) 1.1.8.RELEASE and 1.2.8.RELEASE.

SBDG 1.1.8.RELEASE is based on Spring Boot 2.1.15.RELEASE and SBDG 1.2.8.RELEASE is based on Spring Boot 2.2.8.RELEASE. Bits for both releases are available in Maven Central.

As a friendly reminder, please refer to the Version Compatibility Matrix to see how SBDG aligns with Spring, Apache Geode and VMware GemFire versions.

SBDG 1.1.x is fixed on Spring Data Lovelace, which is in support until October 2020. However, given SBDG 1.1.x is based on Spring Data Lovelace, which is based on Apache Geode 1.6.0 and VMware GemFire 9.5.4, both of which have reached their EOL, the SBDG 1.1.x release line will effectively only pick up dependency updates until October when SD Lovelace reaches EOL. No new development is happening SBDG 1.1.x. You are therefore encouraged to upgrade to SBDG 1.2.8.RELEASE or 1.3.0.RELEASE

This Week in Spring - June 16th, 2020

Engineering | Josh Long | June 16, 2020 | ...

Hi, Spring fans! Welcome to another jam-packed weekly roundup of This Week in Spring.

I've got a few upcoming speaking engagements you might be interested in. I'll be speaking (virtually) at the San Francisco JUG on June 24th at 6:30 PM. Join me!

Can't make it to the (virtual) SF JUG appearance? On June 30th, VMware Tanzu (where the Spring team lives) will be hosting one of my workshops, also on Reactive Spring. I'm going to cover tons of stuff: R2DBC, Reactor, Spring WebFlux, Spring WebFn, reactive Spring Data for SQL and NoSQL, RSocket, reactive security, reactive service orchestration, and composition patterns, and more. This is going to be at an ideal time for EU timezones, so please register now

Spring Tips: Spring and GraalVM (pt. 2)

Engineering | Josh Long | June 16, 2020 | ...

speaker: Josh Long (@starbuxman)

Hi Spring fans! Welcome to a very special, interregnum episode of Spring Tips where we revisit Spring and GraalVM native images. I wanted to get this video out in light of the recent Spring Graal 0.7.1 release which drastically simplifies things even compared to the last time we looked at Spring and Graal waaay back in April 2020.

TL;DR: GraalVm is a JIT replacement that you can use with a stock-standard JVM, and that's worth looking into in its own right. GraalVM also offers a separate feature supporting native image compilation. This native-image builder takes bytecode and turns it into an architecture-specific binary that sheds the JVM and embeds something called SubstrateVM. Native images are fast to startup and they take way

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

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