Backend Development 3 min read

Spring Boot 2.1 End‑of‑Life: Upgrade to 2.2 Before November 2020

Spring Boot 2.1 will stop receiving updates after November 1 2020, with only critical bug and security fixes provided beforehand, so users should smoothly upgrade to the actively maintained 2.2 release which introduced in October 2019 and remains fully supported.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
Spring Boot 2.1 End‑of‑Life: Upgrade to 2.2 Before November 2020

With the latest release of Spring Boot 2.2, the Spring team announced that maintenance for Spring Boot 2.1 will end on

2020-11-01

, after which no further updates will be provided.

Before that date, version 2.1 only receives critical bug‑fix and security releases and will not receive underlying dependency upgrades. All users are encouraged to upgrade to Spring Boot 2.2 as soon as possible.

Note: upgrading from 2.1 to 2.2 is almost seamless and does not introduce API incompatibilities.

Supported Versions

Version

2.2.x

was released in

October 2019

and is actively maintained.

Version

2.1.x

was released in

October 2018

and is supported until

2020-11-01

.

End‑of‑Life Versions

Version

2.0.x

was released in

March 2018

and entered end‑of‑life on

2019-04-03

.

Version

1.5.x

was released in

January 2017

, the last of the 1.x line, and reached end‑of‑life on

2019-08-01

.

Upgrade Guide

The official upgrade guide for moving from 2.1 to 2.2 is provided by the Spring project:

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.2-Release-Notes#upgrading-from-spring-boot-21
backendJavaSpring BootUpgrade GuideVersion Support
Java Architecture Diary
Written by

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.