Skip to content

Commit 555ab01

Browse files
committed
java version update
1 parent 35369aa commit 555ab01

4 files changed

Lines changed: 8 additions & 8 deletions

articles/azure-app-configuration/enable-dynamic-configuration-java-spring-push-refresh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-app-configuration
99
ms.devlang: java
1010
ms.custom: devx-track-extended-java
1111
ms.topic: tutorial
12-
ms.date: 10/07/2025
12+
ms.date: 02/10/2026
1313
ms.author: mametcal
1414
#Customer intent: I want to use push refresh to dynamically update my app to use the latest configuration data in App Configuration.
1515
---
@@ -36,7 +36,7 @@ In this tutorial, you learn how to:
3636
## Prerequisites
3737

3838
- Azure subscription - [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
39-
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
39+
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
4040
- [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
4141
- An existing Azure App Configuration Store.
4242

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: maud-lv
66
ms.author: malev
77
ms.service: azure-app-configuration
88
ms.topic: concept-article
9-
ms.date: 08/25/2025
9+
ms.date: 02/10/2026
1010
zone_pivot_groups: appconfig-provider
1111
ms.custom:
1212
- devx-track-csharp
@@ -60,7 +60,7 @@ To complete this tutorial, you must have:
6060

6161
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
6262
* An Azure App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md).
63-
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
63+
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
6464
* [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
6565

6666
:::zone-end

articles/azure-app-configuration/quickstart-java-spring-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrm9084
66
ms.service: azure-app-configuration
77
ms.devlang: java
88
ms.topic: quickstart
9-
ms.date: 08/25/2025
9+
ms.date: 02/10/2026
1010
ms.custom: devx-track-java, mode-api, devx-track-extended-java
1111
ms.author: mametcal
1212
#Customer intent: As a Java Spring developer, I want to manage all my app settings in one place.
@@ -20,7 +20,7 @@ In this quickstart, you incorporate Azure App Configuration into a Java Spring a
2020

2121
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2222
- An App Configuration store, as shown in the [tutorial for creating a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
23-
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
23+
- A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
2424
- [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
2525
- A Spring Boot application. If you don't have one, create a Maven project with the [Spring Initializr](https://start.spring.io/). Be sure to select **Maven Project** and, under **Dependencies**, add the **Spring Web** dependency, and then select Java version 8 or higher.
2626

articles/azure-app-configuration/use-key-vault-references-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrm9084
66
ms.service: azure-app-configuration
77
ms.devlang: java
88
ms.topic: tutorial
9-
ms.date: 08/25/2025
9+
ms.date: 02/10/2026
1010
ms.author: mametcal
1111
ms.custom: mvc, devx-track-java, devx-track-azurecli, devx-track-extended-java
1212
#Customer intent: I want to update my Spring Boot application to reference values stored in Key Vault through App Configuration.
@@ -34,7 +34,7 @@ In this tutorial, you learn how to:
3434
## Prerequisites
3535

3636
* Azure subscription - [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
37-
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 11.
37+
* A supported [Java Development Kit (JDK)](/java/azure/jdk) with version 17.
3838
* [Apache Maven](https://maven.apache.org/download.cgi) version 3.0 or above.
3939

4040
## Create a vault

0 commit comments

Comments
 (0)