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
150
150
151
151
| Functions version | Java versions (Windows) | Java versions (Linux) |
152
152
| ----- | ----- | --- |
153
- | 4.x | 11 <br />8 | 11 <br />8 |
153
+ | 4.x | 17(preview) < br /> 11 <br />8 | 17(preview) < br /> 11 <br />8 |
154
154
| 3.x | 11 <br />8 | 11 <br />8 |
155
155
| 2.x | 8 | n/a |
156
156
@@ -162,10 +162,10 @@ 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 | 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. |
169
169
170
170
The following examples show the settings for Java 8 in the relevant sections of the pom.xml file:
171
171
You can’t perform that action at this time.
0 commit comments