Spring Boot 2.1 M1

Releases | Andy Wilkinson | July 30, 2018 | ...

On behalf of the team and everyone that contributed, I am pleased to announce that the first milestone of Spring Boot 2.1 has been released and is available from our milestone repository. This release closes over 180 issues and pull requests!

This first milestone builds on and requires Spring Framework 5.1.RC1. It also builds on recent releases of a number of other Spring projects including Spring Data Lovelace RC1 and Spring Security 5.1 M2 to name just two.

Other highlights of this first milestone include:

  • Servlet 4 support with Undertow 2.0 and Tomcat 9.0
  • Caches endpoint
  • Support for querying an individual component's health
  • Support for profile expressions in multi-profile YAML documents and <springProfile> Logback configuration.

Spring Boot 2.0.4 available now

Releases | Stéphane Nicoll | July 30, 2018 | ...

It is my pleasure to announce that Spring Boot 2.0.4 has been released and is is now available from repo.spring.io and Maven Central.

Spring Boot 2.0.4 includes 90 fixes, improvements and dependency updates. Thanks to all that have contributed with issue reports and pull requests.

If you haven’t already upgraded to Spring Boot 2, now is a great time to do so as the end of life announcement for 1.x’s has just been made.

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 1.5.15 available now

Releases | Stéphane Nicoll | July 30, 2018 | ...

On behalf of the team, I am pleased to announce that Spring Boot 1.5.15 has been released and is is now available from repo.spring.io and Maven Central.

Spring Boot 1.5.15 includes 35 fixes, improvements and dependency updates. Thanks to all that have contributed with issue reports and pull requests.

If you haven’t already upgraded to Spring Boot 2, now is a great time to do so as the end of life announcement for 1.x’s has just been made.

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 1.x EOL Aug 1st 2019

News | Phil Webb | July 30, 2018 | ...

All good things must come to an end, and for the 1.x line of Spring Boot that means we will need to cease maintenance twelve months from today, on Aug 1st 2019.

We will keep publishing occasional 1.5.x maintenance releases up until that point and will then end the branch.

Existing Spring Boot 1.x users should plan accordingly to ensure that they have upgraded to the latest 2.x version before that date. Please also note that Spring Boot 2.0 and above requires Java 8+, so if you're running Java 6 or 7 you should also plan on upgrading your JDK.

For detailed instructions on what you'll need to do to upgrade a Spring Boot 1.5 application to 2.0, check out the migration guide

Spring Security 5.1.0.M2 Released

Releases | Rob Winch | July 30, 2018 | ...

On behalf of the community I am pleased to announce the release of Spring Security 5.1.0.M2. This release comes with 100+ tickets closed.

As always we look forward to hearing your feedback! You can find the highlights below:

OAuth2

OAuth2 Resource Server

Basic support for OAuth2 Resource Servers has been added. See oauth2resourceserver

Authorization Code Flow

User’s can now obtain an access token using the OAuth 2.0 Authorization Code grant. See the authcodegrant sample.

WebClient and OAuth2 Support

There is now built in support for OAuth2 and WebClient support. The support allows:

  • Adding the access token to the request

  • Automatic refreshing of the access token when it expires

  • Resolving the access token to use

Spring Data Ingalls SR14 and Kay SR9 released

Releases | Mark Paluch | July 27, 2018 | ...

On behalf of the Spring Data team, I'd like to announce the availability of the Ingalls SR14 and Kay SR9 release. Kay SR9 ships on top of the just-released Spring Framework 5.0.8. Spring Boot 2.0.4 is going to pick up Kay SR9 for your convenience. Ingalls SR14 will be picked up by Spring Boot 1.5.15. Both releases ship with mostly bugfixes and a few dependency upgrades.

Ingalls SR14 ships with 28 tickets fixed and Kay SR9 contains 59 tickets fixed.

To round things off, here are the links to the changelogs, documentation, and artifacts:

Ingalls SR14

Spring Data Lovelace RC1 available

Releases | Mark Paluch | July 26, 2018 | ...

On behalf of the Spring Data team, it is my pleasure to announce the availability of the Lovelace RC1 release. The first release candidate ships on top of the just-released Spring Framework 5.1 RC1 and in preparation of the upcoming Spring Boot 2.1 M1 release.

This release candidate ships with 194 tickets fixed and contains the following notable changes:

  • Support for immutable objects.
  • Upgrade of Querydsl for MongoDB to use the Document API, letting you publish lifecycle events and participation in managed transactions.
  • Reactive Slice query support for Apache Cassandra.
  • Kotlin extension for Apache Cassandra.
  • Reactive SCAN support for Redis.

Spring Framework 5.1 goes RC1

Releases | Juergen Hoeller | July 26, 2018 | ...

Dear Spring community,

It is my pleasure to announce that a feature-complete Spring Framework 5.1 release candidate is available from our milestone repository now! Find a comprehensive list of new features and refinements and corresponding upgrade notes on our GitHub wiki.

Spring Framework 5.1 requires JDK 8 or higher and specifically supports JDK 11 as the next long-term support release. We strongly recommend an upgrade to 5.1 for any applications targeting JDK 11, delivering a warning-free experience on the classpath as well as the module path. Beyond that, initial refinements for GraalVM

Get the Spring newsletter

Thank you!

Get ahead

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

Learn more

Get support

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