Skip to content

Commit 834c92e

Browse files
Merge pull request #303132 from ahmedmuhsin/patch-1
Update supported Java versions for Java Azure Functions
2 parents 90d9455 + 88a7e61 commit 834c92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 <br/>11 <br/>8 | 21 (Preview) <br/>17 <br/>11 <br/>8 |
153+
| 4.x | 21 <br/>17 <br/>11 <br/>8 | 21 <br/>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 value | Java 21 value (Preview, Linux) | Description |
165+
| Element | Java 8 value | Java 11 value | Java 17 value | Java 21 value | Description |
166166
| ---- | ---- | ---- | ---- | ---- | --- |
167167
| **`Java.version`** | 1.8 | 11 | 17 | 21 | Version of Java used by the maven-compiler-plugin. |
168168
| **`JavaVersion`** | 8 | 11 | 17 | 21 | Java version hosted by the function app in Azure. |

0 commit comments

Comments
 (0)