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
title: Version support for Java, Spring Boot, and more
3
3
description: This article describes customer responsibilities developing Azure Spring Apps.
4
-
author: zhiyongli
4
+
author: KarlErickson
5
5
ms.author: zhiyongli
6
6
ms.service: spring-apps
7
7
ms.topic: conceptual
8
-
ms.date: 06/14/2023
8
+
ms.date: 08/10/2023
9
9
---
10
10
11
11
# Version support for Java, Spring Boot, and more
@@ -15,35 +15,39 @@ ms.date: 06/14/2023
15
15
16
16
**This article applies to:** ✔️ Standard consumption and dedicated (Preview) ✔️ Basic/Standard ✔️ Enterprise
17
17
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.
18
+
This article describes the support policy for Java, Spring Boot, and Spring Cloud versions for all Azure Spring Apps plans, and versions of other SDKs and OS images for the Enterprise plan.
19
19
20
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.
21
21
22
-
## Version support for all tiers
22
+
## Version support for all plans
23
+
24
+
The following sections describe the version support that applies to all plans.
23
25
24
26
### Java runtime version
25
27
26
-
You may choose any LTS Java version as the major version that is officially supported, and receives regular updates.
28
+
You can choose any LTS Java version as the major version that's officially supported and receives regular updates.
27
29
28
30
For more information, see [Java long-term support for Azure and Azure Stack](/azure/developer/java/fundamentals/java-support-on-azure).
29
31
30
32
### Spring Boot and Spring Cloud versions
31
33
32
-
You may choose any version of Spring Boot or Spring Cloud that is compatible with the Java version you installed.
34
+
You can choose any version of Spring Boot or Spring Cloud that's compatible with the Java version you installed.
33
35
34
36
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 is supported as soon as it's released.
35
37
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 can get the best experience with some of the managed components. For example, Config Server and Eureka Server for Standard consumption and dedicated tier and Standard tier, [Tanzu components](vmware-tanzu-components.md) for Enterprise tier, and metric collection for all tiers.
38
+
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 can get the best experience with some of the managed components - for example, Config Server and Eureka Server for the Standard consumption and dedicated plan and the Standard plan, [Tanzu components](vmware-tanzu-components.md) for the Enterprise plan, and metric collection for all plans.
39
+
40
+
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 plan provides commercial support for Spring Boot, while the other plans provide OSS support.
37
41
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.
42
+
## Version support for the Enterprise plan
39
43
40
-
## Version support for Enterprise tier
44
+
The following sections describe the version support that applies to the Enterprise plan.
41
45
42
46
### Polyglot SDKs
43
47
44
-
Polyglot applications can be deployed in Enterprise tier with a source code. To enjoy the best stability, use SDKs with LTS versions that are officially supported in your source code.
48
+
You can deploy polyglot applications to the Enterprise plan with source code. To enjoy the best stability, use SDKs with LTS versions that are officially supported.
45
49
46
-
When you [deploy your polyglot applications to Enterprise tier](how-to-enterprise-deploy-polyglot-apps.md), assign specific LTS versions for the SDKs. Otherwise, the default SDK version may change during the regular upgrades for builder components.
50
+
When you deploy your polyglot applications to the Enterprise plan, assign specific LTS versions for the SDKs. Otherwise, the default SDK version might change during the regular upgrades for builder components. For more information about deploying polygot apps, see [How to deploy polyglot apps in the Azure Spring Apps Enterprise plan](how-to-enterprise-deploy-polyglot-apps.md).
@@ -57,10 +61,10 @@ When you [deploy your polyglot applications to Enterprise tier](how-to-enterpris
57
61
58
62
### Stack image support
59
63
60
-
You may choose y 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).
64
+
You can choose any stack image during builder configuration. We recommend using an LTS image that's officially supported. For more information, see [The Ubuntu lifecycle and release cadence](https://ubuntu.com/about/release-cycle#ubuntu).
61
65
62
66
## Keep track of version upgrade
63
67
64
-
Prepare early for the deprecation of any major component LTS version that y applications rely on. You'll receive notification from Microsoft one month prior to the end of support on Azure Spring Apps.
68
+
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
69
66
-
For regular upgrades, you can find specific information in your activity log once the upgrade is complete.
70
+
For regular upgrades, you can find specific information in your activity log after the upgrade is complete.
0 commit comments