Skip to content

Commit ac75bc9

Browse files
izeyemhalbritter
andcommitted
Update "Upgrading From" section to additionally use "2.x"
See gh-43123 Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
1 parent ecb3692 commit ac75bc9

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/upgrading.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ You should always ensure that you are running a {github-wiki}/Supported-Versions
55

66
Depending on the version that you are upgrading to, you can find some additional tips here:
77

8-
* *From 1.x:* <<upgrading#upgrading.from-1x, Upgrading from 1.x>>
8+
* *From 1.x:* <<upgrading#upgrading.from-1x, Upgrading from 1.x to 2.x>>
9+
* *From 2.x:* <<upgrading#upgrading.from-2x, Upgrading from 2.x to 3.x>>
910
* *To a new feature release:* <<upgrading#upgrading.to-feature, Upgrading to New Feature Release>>
1011
* *Spring Boot CLI:* <<upgrading#upgrading.cli, Upgrading the Spring Boot CLI>>
1112

spring-boot-project/spring-boot-docs/src/docs/asciidoc/upgrading.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ If you are more than one release behind, please make sure that you also review t
1010

1111
include::upgrading/from-1x.adoc[]
1212

13+
include::upgrading/from-2x.adoc[]
14+
1315
include::upgrading/to-feature.adoc[]
1416

1517
include::upgrading/cli.adoc[]
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[upgrading.from-1x]]
22
== Upgrading From 1.x
33

4-
If you are upgrading from the `1.x` release of Spring Boot, check the {github-wiki}/Spring-Boot-2.0-Migration-Guide["`migration guide`" on the project wiki] that provides detailed upgrade instructions.
4+
If you are upgrading from the `1.x` release of Spring Boot, check the {github-wiki}/Spring-Boot-2.0-Migration-Guide["`migration guide`" on the project wiki] that provides detailed upgrade instructions to upgrade to Spring Boot 2.x.
55
Check also the {github-wiki}["`release notes`"] for a list of "`new and noteworthy`" features for each release.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[upgrading.from-2x]]
2+
== Upgrading From 2.x
3+
4+
If you are upgrading from the `2.x` release of Spring Boot, check the {github-wiki}/Spring-Boot-3.0-Migration-Guide["`migration guide`" on the project wiki] that provides detailed upgrade instructions.
5+
Check also the {github-wiki}["`release notes`"] for a list of "`new and noteworthy`" features for each release.

0 commit comments

Comments
 (0)