Skip to content

Commit e559dbd

Browse files
Merge pull request #212828 from MadhuraBharadwaj-MSFT/patch-4
Adding Java 17(preview) details
2 parents cdf8e1e + b18966d commit e559dbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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 | 11 <br/>8 | 11 <br/>8 |
153+
| 4.x |17(preview) <br/>11 <br/>8 |17(preview) <br/>11 <br/>8 |
154154
| 3.x | 11 <br/>8 | 11 <br/>8 |
155155
| 2.x | 8 | n/a |
156156

@@ -162,10 +162,10 @@ 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 | Description |
166-
| ---- | ---- | ---- | --- |
167-
| **`Java.version`** | 1.8 | 11 | Version of Java used by the maven-compiler-plugin. |
168-
| **`JavaVersion`** | 8 | 11 | Java version hosted by the function app in Azure. |
165+
| Element | Java 8 value | Java 11 value | Java 17 (preview) value | Description |
166+
| ---- | ---- | ---- | ---- | --- |
167+
| **`Java.version`** | 1.8 | 11 | 17 | Version of Java used by the maven-compiler-plugin. |
168+
| **`JavaVersion`** | 8 | 11 | 17 | Java version hosted by the function app in Azure. |
169169

170170
The following examples show the settings for Java 8 in the relevant sections of the pom.xml file:
171171

0 commit comments

Comments
 (0)