Skip to content

Commit 702a701

Browse files
Merge pull request #219715 from KarlErickson/karler-zmssp
edit of "Add spring3 support"
2 parents 0c13be0 + 0686a70 commit 702a701

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/spring-apps/how-to-prepare-app-deployment.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,17 @@ The following table lists the supported Spring Boot and Spring Cloud combination
151151

152152
### [Basic/Standard tier](#tab/basic-standard-tier)
153153

154-
| Spring Boot version | Spring Cloud version |
155-
|---------------------|----------------------|
156-
| 2.7.x | 2021.0.3+ aka Jubilee|
157-
| 2.6.x | 2021.0.0+ aka Jubilee|
154+
| Spring Boot version | Spring Cloud version |
155+
|---------------------|-----------------------|
156+
| 3.0.0 | 2022.0.0-RC2 |
157+
| 2.7.x | 2021.0.3+ aka Jubilee |
158+
| 2.6.x | 2021.0.0+ aka Jubilee |
158159

159160
### [Enterprise tier](#tab/enterprise-tier)
160161

161162
| Spring Boot version | Spring Cloud version |
162163
|---------------------|----------------------------|
164+
| 3.0.0 | 2022.0.0-RC2 |
163165
| 2.7.x | 2021.0.3+ aka Jubilee |
164166
| 2.6.x | 2021.0.0+ aka Jubilee |
165167
| 2.5.x | 2020.3+ aka Ilford+ |
@@ -177,8 +179,7 @@ For more information, see the following pages:
177179
* [Adding Spring Cloud To An Existing Spring Boot Application](https://spring.io/projects/spring-cloud#adding-spring-cloud-to-an-existing-spring-boot-application)
178180

179181
> [!NOTE]
180-
> - Upgrade Spring Boot to 2.5.2 or 2.4.8 to address the following CVE report [CVE-2021-22119: Denial-of-Service attack with spring-security-oauth2-client](https://tanzu.vmware.com/security/cve-2021-22119). If you're using Spring Security, upgrade it to 5.5.1, 5.4.7, 5.3.10 or 5.2.11.
181-
> - An issue was identified with Spring Boot 2.4.0 on TLS authentication between apps and Spring Cloud Service Registry. Use version 2.4.1 or above. If you must use version 2.4.0, see the [FAQ](./faq.md?pivots=programming-language-java#development) for a workaround.
182+
> - The support for Spring Boot 3.0 is still in preview, so you shouldn't use it in production.
182183
183184
### Dependencies for Spring Boot version 2.4/2.5/2.6/2.7
184185

0 commit comments

Comments
 (0)