You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/concept-app-customer-responsibilities.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,17 @@ Azure Spring Apps provides and maintains the SDKs and base OS images necessary t
23
23
24
24
### Java runtime version
25
25
26
-
You may choose any LTS Java version as the major version, as long as it's officially supported and receives regular updates as a part of the auto patching process.
26
+
You may choose any LTS Java version as the major version that is officially supported, and receives regular updates.
27
27
28
28
For more information, see [Java long-term support for Azure and Azure Stack](/azure/developer/java/fundamentals/java-support-on-azure).
29
29
30
30
### Spring Boot and Spring Cloud versions
31
31
32
-
You may choose any version of Spring Boot or Spring Cloud as long as it's compatible with your Java version.
32
+
You may choose any version of Spring Boot or Spring Cloud that is compatible with the Java version you installed.
33
33
34
-
For new versions, Azure Spring Apps will support the latest Spring Boot or Spring Cloud major version starting from 30 days after its release. The latest minor version will be supported as soon as it's released.
34
+
For new versions, Azure Spring Apps will support the latest Spring Boot or Spring Cloud major version 30 days after its release. The latest minor version will be supported as soon as it's released.
35
35
36
-
For old versions, Azure Spring Apps doesn't require you to upgrade Spring Boot or Spring Cloud to keep pace with the official support. However, with the officiallysupported versions, you're guaranteed to enjoy the best experience for some of our managed components, such as Config Server and Eureka Server for Standard consumption/dedicated tier and Standard tier, [Tanzu components](vmware-tanzu-components.md) for Enterprise tier, and metric collection for all tiers.
36
+
For old versions, Azure Spring Apps doesn't require you to upgrade Spring Boot or Spring Cloud to receive support. However, with the officially-supported new versions, you're guaranteed to enjoy the best experience for some of our managed components, such as Config Server and Eureka Server for Standard consumption/dedicated tier and Standard tier, [Tanzu components](vmware-tanzu-components.md) for Enterprise tier, and metric collection for all tiers.
37
37
38
38
For more information, see the official support timeline of [Spring Boot](https://spring.io/projects/spring-boot#support) and [Spring Cloud](https://spring.io/projects/spring-cloud#overview). The Enterprise tier provides commercial support for Spring Boot, while the other tiers provide OSS support.
39
39
@@ -61,6 +61,6 @@ You may choose your stack image during builder configuration, and we recommend u
61
61
62
62
## Keep track of version upgrade
63
63
64
-
Prepare early for the deprecation of any major component LTS version that your applications rely on. You'll receive notification from Microsoft one month prior to its end of support on Azure Spring Apps.
64
+
Prepare early for the deprecation of any major component LTS version that your applications rely on. You'll receive notification from Microsoft one month prior to the end of support on Azure Spring Apps.
65
65
66
66
For regular upgrades, you can find specific information in your activity log once the upgrade is complete.
0 commit comments