Skip to content

Commit f47a925

Browse files
Merge pull request #311659 from mrm9084/SpringVersionUpdate
App Config Spring version update
2 parents 14017b7 + 3be81f2 commit f47a925

7 files changed

Lines changed: 16 additions & 16 deletions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrm9084
77
ms.service: azure-app-configuration
88
ms.devlang: java
99
ms.topic: tutorial
10-
ms.date: 10/07/2025
10+
ms.date: 02/10/2026
1111
ms.custom: devx-track-java, devx-track-extended-java
1212
ms.author: mametcal
1313
#Customer intent: As a Java Spring developer, I want to dynamically update my app to use the latest configuration data in App Configuration.
@@ -126,7 +126,7 @@ Then, open the *pom.xml* file in a text editor and add a `<dependency>` for `spr
126126
<dependency>
127127
<groupId>com.azure.spring</groupId>
128128
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
129-
<version>6.0.0</version>
129+
<version>7.0.0</version>
130130
</dependency>
131131
```
132132

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

Lines changed: 3 additions & 3 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

@@ -63,7 +63,7 @@ In this tutorial, you learn how to:
6363
<dependency>
6464
<groupId>com.azure.spring</groupId>
6565
<artifactId>spring-cloud-azure-dependencies</artifactId>
66-
<version>6.0.0</version>
66+
<version>7.0.0</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>

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-feature-flag-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mrm9084
55
ms.service: azure-app-configuration
66
ms.devlang: java
77
ms.topic: quickstart
8-
ms.date: 08/25/2025
8+
ms.date: 02/10/2026
99
ms.author: mametcal
1010
ms.custom: devx-track-java, mode-other
1111
#Customer intent: As an Spring Boot developer, I want to use feature flags to control feature availability quickly and confidently.
@@ -71,7 +71,7 @@ To create a new Spring Boot project:
7171
<dependency>
7272
<groupId>com.azure.spring</groupId>
7373
<artifactId>spring-cloud-azure-dependencies</artifactId>
74-
<version>6.0.0</version>
74+
<version>7.0.0</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

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

Lines changed: 3 additions & 3 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

@@ -52,7 +52,7 @@ To install the Spring Cloud Azure Config starter module, add the following depen
5252
<dependency>
5353
<groupId>com.azure.spring</groupId>
5454
<artifactId>spring-cloud-azure-dependencies</artifactId>
55-
<version>6.0.0</version>
55+
<version>7.0.0</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>

articles/azure-app-configuration/use-feature-flags-spring-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: zhenlan
77
ms.service: azure-app-configuration
88
ms.devlang: java
99
ms.topic: tutorial
10-
ms.date: 10/22/2025
10+
ms.date: 02/10/2026
1111
ms.author: mametcal
1212
ms.custom: mvc, devx-track-java
1313

@@ -55,7 +55,7 @@ The easiest way to connect your Spring Boot application to App Configuration is
5555
<dependency>
5656
<groupId>com.azure.spring</groupId>
5757
<artifactId>spring-cloud-azure-dependencies</artifactId>
58-
<version>6.0.0</version>
58+
<version>7.0.0</version>
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>

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)