Skip to content

Commit 3e88f92

Browse files
committed
edits
1 parent c8e71f8 commit 3e88f92

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Version support for Java, Spring Boot and more"
2+
title: Version support for Java, Spring Boot, and more
33
description: This article describes customer responsibilities developing Azure Spring Apps.
44
author: zhiyongli
55
ms.author: zhiyongli
@@ -8,59 +8,59 @@ ms.topic: conceptual
88
ms.date: 06/14/2023
99
---
1010

11-
# Version support for Java, Spring Boot and more
11+
# Version support for Java, Spring Boot, and more
1212

1313
> [!NOTE]
1414
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
1515
1616
**This article applies to:** ✔️ Standard consumption and dedicated (Preview) ✔️ Basic/Standard ✔️ Enterprise
1717

18-
This article specifies the support policy of Java, Spring Boot and Spring Cloud versions for all tiers of Azure Spring Apps, and versions of other SDKs and OS images for Enterprise Tier.
18+
This article describes the support policy of Java, Spring Boot, and Spring Cloud versions for all tiers of Azure Spring Apps, and versions of other SDKs and OS images for the Enterprise tier.
1919

20-
Azure Spring Apps provides and maintains the SDKs and base OS images necessary to run your apps. To make sure your applications are compatible with such managed components, we will describe in this article the version support policy for the components that you may be interested in.
20+
Azure Spring Apps provides and maintains the SDKs and base OS images necessary to run your apps. To make sure your applications are compatible with such managed components, follow the version support policy for the components described in this article.
2121

2222
## Version support for all tiers
2323

2424
### Java runtime version
2525

26-
You may choose any LTS Java version as the major version, as long as it is still within official support, and we will regularly upgrade the minor version as a part of the auto patching process.
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.
2727

28-
For details, see the [Java long-term support for Azure and Azure Stack](/azure/developer/java/fundamentals/java-support-on-azure).
28+
For more information, see [Java long-term support for Azure and Azure Stack](/azure/developer/java/fundamentals/java-support-on-azure).
2929

3030
### Spring Boot and Spring Cloud versions
3131

32-
You may choose any version of Spring Boot or Spring Cloud as long as it is compatible with your Java version.
32+
You may choose any version of Spring Boot or Spring Cloud as long as it's compatible with your Java version.
3333

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 is released.
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.
3535

36-
For old versions, Azure Spring Apps does not require you to upgrade Spring Boot or Spring Cloud to keep pace with the official support. However, with the officially supported versions, you are 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 keep pace with the official support. However, with the officially supported 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.
3737

38-
You may check the official support timeline of [Spring Boot](https://spring.io/projects/spring-boot#support) and [Spring Cloud](https://spring.io/projects/spring-cloud#overview) for more information. The Enterprise Tier provides commercial support for Spring Boot, while the other tiers provides OSS support.
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.
3939

40-
## Version support for Enterprise Tier
40+
## Version support for Enterprise tier
4141

4242
### Polyglot SDKs
4343

44-
Polyglot applications can be deployed in Enterprise Tier with source code. To enjoy the best stability, we recommend you to use SDKs with LTS versions within official support in your source code.
44+
Polyglot applications can be deployed in Enterprise tier with a source code. To enjoy the best stability, we recommend using SDKs with LTS versions that are officially supported in your source code.
4545

46-
When you [deploy your polyglot applications to Enterprise Tier](how-to-enterprise-deploy-polyglot-apps.md), we recommend assigning specific LTS versions for the SDKs. Otherwise the default SDK version may change during our regular upgrades for builder components.
46+
When you [deploy your polyglot applications to Enterprise tier](how-to-enterprise-deploy-polyglot-apps.md), we recommend assigning specific LTS versions for the SDKs. Otherwise the default SDK version may change during our regular upgrades for builder components.
4747

48-
| Type | Support Policy |
48+
| Type | Support policy |
4949
|---------------------|----------------------------|
50-
|Java|[Java Support On Azure](/azure/developer/java/fundamentals/java-support-on-azure)
51-
|Tomcat |[Tomcat Versions](https://tomcat.apache.org/whichversion.html)
52-
|.Net|[.NET and .NET Core Support Policy](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
50+
|Java|[Java support on Azure](/azure/developer/java/fundamentals/java-support-on-azure)
51+
|Tomcat |[Tomcat versions](https://tomcat.apache.org/whichversion.html)
52+
|.NET|[.NET and .NET core support policy](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
5353
|Python|[Status of Python versions](https://devguide.python.org/versions/)
54-
|Go|[Go Release History](https://go.dev/doc/devel/release)
54+
|Go|[Go release history](https://go.dev/doc/devel/release)
5555
|NodeJS|[Nodejs releases](https://nodejs.dev/en/about/releases/)
56-
|PHP| [PHP Supported versions](https://www.php.net/supported-versions.php)
56+
|PHP| [PHP supported versions](https://www.php.net/supported-versions.php)
5757

58-
### Stack Image Support
58+
### Stack image support
5959

60-
You may choose your stack image during builder configuration, and we recommend using a LTS image within official support. Please refer to [The Ubuntu lifecycle and release cadence](https://ubuntu.com/about/release-cycle#ubuntu) for more information.
60+
You may choose your stack image during builder configuration, and we recommend using an LTS image that is officially supported. For more information, see [The Ubuntu lifecycle and release cadence](https://ubuntu.com/about/release-cycle#ubuntu).
6161

62-
## Keeping track of version upgrade
62+
## Keep track of version upgrade
6363

64-
Please prepare early for the retirement of any major component LTS version that your applications rely on. You will receive an notification email 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 its end of support on Azure Spring Apps.
6565

66-
For regular upgrades, you can find specific information in your Activity Log once an upgrade finishes.
66+
For regular upgrades, you can find specific information in your activity log once the upgrade is complete.

0 commit comments

Comments
 (0)