Skip to content

Commit ec236be

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-43159
2 parents 9efb516 + 3e3a2c5 commit ec236be

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/documentation.adoc

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

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

28-
* *From 1.x:* xref:upgrading.adoc#upgrading.from-1x[Upgrading from 1.x]
28+
* *From 1.x to 2.x:* xref:upgrading.adoc#upgrading.from-1x[Upgrading from 1.x]
29+
* *From 2.x:* xref:upgrading.adoc#upgrading.from-2x[Upgrading from 2.x]
2930
* *To a new feature release:* xref:upgrading.adoc#upgrading.to-feature[Upgrading to New Feature Release]
3031
* *Spring Boot CLI:* xref:upgrading.adoc#upgrading.cli[Upgrading the Spring Boot CLI]
3132

spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/upgrading.adoc

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ If you are more than one release behind, please make sure that you also review t
1212
[[upgrading.from-1x]]
1313
== Upgrading From 1.x
1414

15-
If you are upgrading from the `1.x` release of Spring Boot, check the {url-github-wiki}/Spring-Boot-2.0-Migration-Guide[migration guide] on the project wiki that provides detailed upgrade instructions.
15+
If you are upgrading from the `1.x` release of Spring Boot, check the {url-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.
16+
Check also the {url-github-wiki}[release notes] for a list of "`new and noteworthy`" features for each release.
17+
18+
19+
20+
[[upgrading.from-2x]]
21+
== Upgrading From 2.x
22+
23+
If you are upgrading from the `2.x` release of Spring Boot, check the {url-github-wiki}/Spring-Boot-3.0-Migration-Guide[migration guide] on the project wiki that provides detailed upgrade instructions.
1624
Check also the {url-github-wiki}[release notes] for a list of "`new and noteworthy`" features for each release.
1725

1826

0 commit comments

Comments
 (0)