Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[spring-boot] Update page #2378

Merged
merged 4 commits into from
Jan 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 37 additions & 22 deletions products/spring-boot.md
Original file line number Diff line number Diff line change
@@ -1,92 +1,107 @@
---
title: Spring Boot
category: framework
iconSlug: springboot
permalink: /spring-boot
alternate_urls:
- /springboot
releasePolicyLink: https://github.com/spring-projects/spring-boot/wiki/Supported-Versions
changelogTemplate: "https://github.com/spring-projects/spring-boot/releases/tag/v__LATEST__"
activeSupportColumn: false
releaseColumn: true
releaseDateColumn: true
eolColumn: OSS support
extendedSupportColumn: Commercial Support

auto:
- git: https://github.com/spring-projects/spring-boot.git
# See https://rubular.com/r/stJ20etRIblK0J for reference
regex: '^v?(?<major>[1-9]\d*)\.(?<minor>0|[1-9]\d*)\.(?<patch>0|[1-9]\d*)(\.RELEASE)?$'

releases:
- releaseCycle: "3.0"
eol: 2023-11-24
support: 2023-11-24
extendedSupport: 2025-02-24
latest: "3.0.2"
latestReleaseDate: 2023-01-20
releaseDate: 2022-11-24

- releaseCycle: "2.7"
eol: 2023-11-18
support: 2023-11-18
extendedSupport: 2025-02-18
latest: "2.7.8"
latestReleaseDate: 2023-01-19
releaseDate: 2022-05-19

- releaseCycle: "2.6"
eol: 2022-11-24
support: 2022-11-24
extendedSupport: 2024-02-24
latest: "2.6.14"
latestReleaseDate: 2022-11-24
releaseDate: 2021-11-19

- releaseCycle: "2.5"
eol: 2022-05-19
support: 2022-05-19
extendedSupport: 2023-08-24
latest: "2.5.14"
latestReleaseDate: 2022-05-19
releaseDate: 2021-05-20

- releaseCycle: "2.4"
eol: 2021-11-18
support: 2021-11-18
extendedSupport: 2023-02-23
latest: "2.4.13"
latestReleaseDate: 2021-11-18
releaseDate: 2020-11-12

- releaseCycle: "2.3"
eol: 2021-05-20
support: 2021-05-20
extendedSupport: 2022-08-20
latest: "2.3.12"
latestReleaseDate: 2021-06-10
releaseDate: 2020-05-15

- releaseCycle: "2.2"
eol: 2020-10-16
support: 2020-10-16
extendedSupport: 2022-01-16
latest: "2.2.13"
latestReleaseDate: 2021-01-14
releaseDate: 2019-10-16

- releaseCycle: "2.1"
eol: 2019-10-30
support: 2019-10-30
extendedSupport: 2021-01-30
latest: "2.1.18"
latestReleaseDate: 2020-10-29
releaseDate: 2018-10-30

- releaseCycle: "2.0"
eol: 2019-03-01
support: 2019-03-01
extendedSupport: 2020-06-01
latest: "2.0.9"
latestReleaseDate: 2019-04-03
releaseDate: 2018-03-01

- releaseCycle: "1.5"
eol: 2019-08-06
support: 2019-08-06
extendedSupport: 2020-11-06
latest: "1.5.22"
latestReleaseDate: 2019-08-06
releaseDate: 2017-01-30
activeSupportColumn: true
releaseColumn: true
releaseDateColumn: true
eolColumn: Security Support
iconSlug: springboot

---

> [Spring Boot](https://github.com/spring-projects/spring-boot) helps you to create Spring-powered, production-grade
> applications and services with absolute minimum fuss. It takes an opinionated view of the Spring platform so that new
> and existing users can quickly get to the bits they need.
> [Spring Boot](https://github.com/spring-projects/spring-boot) helps you to create Spring-powered,
> production-grade applications and services with absolute minimum fuss. It takes an opinionated
> view of the Spring platform so that new and existing users can quickly get to the bits they need.

See [Spring Boot Milestones page](https://github.com/spring-projects/spring-boot/milestones) for upcoming releases.
See [Spring Boot Support page](https://spring.io/projects/spring-boot#support) for more details about support roadmap.
See [Spring Boot Milestones page](https://github.com/spring-projects/spring-boot/milestones) for
upcoming releases and [Spring Boot Support page](https://spring.io/projects/spring-boot#support) for
more details about support roadmap.

- Spring Boot 3.x requires **at least a Java 17 runtime**,
- Spring Boot 2.7.5 (and therefore the latest Spring Framework 5.3.23) supports Java 19 while also remaining compatible with Java 11 and 8.
- Spring Boot 2.7.5 (and therefore the latest Spring Framework 5.3.23) supports Java 19 while also
marcwrobel marked this conversation as resolved.
Show resolved Hide resolved
remaining compatible with Java 11 and 8.

A commercial offer for extended support after OSS End-Of-Life is available.
A commercial offer for extended support is available
[from VMWare](https://tanzu.vmware.com/content/blog/vmware-spring-runtime-extended-support).