Skip to content

Commit a907742

Browse files
Merge pull request #221369 from MadhuraBharadwaj-MSFT/patch-14
Update functions-reference-java.md
2 parents 5bd4482 + ce19a7a commit a907742

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/azure-functions/functions-reference-java.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following table shows current supported Java versions for each major version
150150

151151
| Functions version | Java versions (Windows) | Java versions (Linux) |
152152
| ----- | ----- | --- |
153-
| 4.x |17(preview) <br/>11 <br/>8 |17(preview) <br/>11 <br/>8 |
153+
| 4.x |17 <br/>11 <br/>8 |17 <br/>11 <br/>8 |
154154
| 3.x | 11 <br/>8 | 11 <br/>8 |
155155
| 2.x | 8 | n/a |
156156

@@ -162,7 +162,7 @@ You can control the version of Java targeted by the Maven archetype by using the
162162

163163
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:
164164

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 |
166166
| ---- | ---- | ---- | ---- | --- |
167167
| **`Java.version`** | 1.8 | 11 | 17 | Version of Java used by the maven-compiler-plugin. |
168168
| **`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
192192

193193
## JDK runtime availability and support
194194

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:
196-
197-
| Java Version | Linux | Windows |
198-
|--------------|------------------|----------------------|
199-
| Java 8 | 1.8.0_302 (Adoptium) | 1.8.0_302 (Adoptium) |
200-
| Java 11 | 11.0.12 (MSFT) | 11.0.12 (MSFT) |
195+
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.
201196

202197
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/).
203198

0 commit comments

Comments
 (0)