File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
163163The 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
170170The following examples show the settings for Java 8 in the relevant sections of the pom.xml file:
171171
You can’t perform that action at this time.
0 commit comments