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
Announcing Java 17 GA. Removing the following text as it has caused confusion to customers in the past:
"The table below describes the new Java versions that Function apps will begin using with the January 2022 Functions platform release:
| Java Version | Linux | Windows |
|--------------|------------------|----------------------|
| Java 8 | 1.8 (Adoptium) | 1.8.0_302 (Adoptium) |
| Java 11 | 11 (MSFT) | 11.0.12 (MSFT) |
"
-------
cc: @ggailey777
@@ -162,7 +162,7 @@ You can control the version of Java targeted by the Maven archetype by using the
162
162
163
163
The Maven archetype generates a pom.xml that targets the specified Java version. The following elements in pom.xml indicate the Java version to use:
164
164
165
-
| Element | Java 8 value | Java 11 value | Java 17 (preview) value | Description |
165
+
| Element | Java 8 value | Java 11 value | Java 17 value | Description |
166
166
| ---- | ---- | ---- | ---- | --- |
167
167
|**`Java.version`**| 1.8 | 11 | 17 | Version of Java used by the maven-compiler-plugin. |
168
168
|**`JavaVersion`**| 8 | 11 | 17 | Java version hosted by the function app in Azure. |
@@ -192,12 +192,7 @@ The following example shows the operating system setting in the `runtime` sectio
192
192
193
193
## JDK runtime availability and support
194
194
195
-
Microsoft and [Adoptium](https://adoptium.net/) builds of OpenJDK are provided and supported on Functions for Java 8 and 11. These binaries are provided as a no-cost, multi-platform, production-ready distribution of the OpenJDK for Azure. They contain all the components for building and runnning Java SE applications. The table below describes the new Java versions that Function apps will begin using with the January 2022 Functions platform release:
Microsoft and [Adoptium](https://adoptium.net/) builds of OpenJDK are provided and supported on Functions for Java 8 (Adoptium), 11 (MSFT) and 17(MSFT). These binaries are provided as a no-cost, multi-platform, production-ready distribution of the OpenJDK for Azure. They contain all the components for building and runnning Java SE applications.
201
196
202
197
For local development or testing, you can download the [Microsoft build of OpenJDK](/java/openjdk/download) or [Adoptium Temurin](https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot) binaries for free. [Azure support](https://azure.microsoft.com/support/) for issues with the JDKs and function apps is available with a [qualified support plan](https://azure.microsoft.com/support/plans/).
0 commit comments