File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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 | 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 |
154
154
| 3.x | 11 <br />8 | 11 <br />8 |
155
155
| 2.x | 8 | n/a |
156
156
@@ -162,7 +162,7 @@ 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 | Java 17 value | Java 21 value (Preview, Linux) | Description |
165
+ | Element | Java 8 value | Java 11 value | Java 17 value | Java 21 value | Description |
166
166
| ---- | ---- | ---- | ---- | ---- | --- |
167
167
| ** ` Java.version ` ** | 1.8 | 11 | 17 | 21 | Version of Java used by the maven-compiler-plugin. |
168
168
| ** ` JavaVersion ` ** | 8 | 11 | 17 | 21 | Java version hosted by the function app in Azure. |
You can’t perform that action at this time.
0 commit comments