Skip to content

Commit 57fb5be

Browse files
committed
On branch eb-3588-state-booty-duke-requires-jdk17 Insert additional JDK17 tip.
modified: articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md Signed-off-by: Ed Burns <[email protected]>
1 parent ce9dc40 commit 57fb5be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ If Maven isn't your preferred development tool, check out our similar tutorials
4141

4242
Clone the [sample project](https://github.com/Azure-Samples/app-service-java-quickstart) and check out the source code that runs with this version of the article.
4343

44+
> [!TIP]
45+
> Though App Service supports older versions of Java, the sample project uses Java records and requires **Java 17**. For more information about Java records, see [JEP 395](https://openjdk.org/jeps/395).
46+
4447
```azurecli-interactive
4548
git clone https://github.com/Azure-Samples/app-service-java-quickstart
4649
```
@@ -94,7 +97,6 @@ cd petstore-ee7
9497
> [!TIP]
9598
> The Maven plugin supports **Java 17** and **Tomcat 10.0**. For more information about latest support, see [Java 17 and Tomcat 10.0 are available on Azure App Service](https://devblogs.microsoft.com/java/java-17-and-tomcat-10-0-available-on-azure-app-service/).
9699
97-
98100
The deployment process to Azure App Service uses your Azure credentials from the Azure CLI automatically. If the Azure CLI isn't installed locally, then the Maven plugin authenticates with Oauth or device login. For more information, see [authentication with Maven plugins](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication).
99101

100102
Run the Maven command shown next to configure the deployment. This command helps you to set up the App Service operating system, Java version, and Tomcat version.

0 commit comments

Comments
 (0)