Skip to content

Commit 9e12673

Browse files
authored
Upgrade spring-appconfiguration related version after release (Azure#29745)
1 parent 61979cc commit 9e12673

File tree

13 files changed

+58
-23
lines changed

13 files changed

+58
-23
lines changed

eng/versioning/version_client.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ com.microsoft.azure:spring-cloud-azure-appconfiguration-config;1.3.0;1.4.0-beta.
156156
com.microsoft.azure:spring-cloud-azure-feature-management-web;1.3.0;1.4.0-beta.1
157157
com.microsoft.azure:spring-cloud-azure-feature-management;1.3.0;1.4.0-beta.1
158158
com.microsoft.azure:spring-cloud-starter-azure-appconfiguration-config;1.3.0;1.4.0-beta.1
159-
com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.7.0;2.8.0-beta.1
160-
com.azure.spring:azure-spring-cloud-appconfiguration-config;2.7.0;2.8.0-beta.1
161-
com.azure.spring:azure-spring-cloud-feature-management-web;2.6.0;2.7.0-beta.1
162-
com.azure.spring:azure-spring-cloud-feature-management;2.6.0;2.7.0-beta.1
163-
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.7.0;2.8.0-beta.1
159+
com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.8.0;2.9.0-beta.1
160+
com.azure.spring:azure-spring-cloud-appconfiguration-config;2.8.0;2.9.0-beta.1
161+
com.azure.spring:azure-spring-cloud-feature-management-web;2.7.0;2.8.0-beta.1
162+
com.azure.spring:azure-spring-cloud-feature-management;2.7.0;2.8.0-beta.1
163+
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.8.0;2.9.0-beta.1
164164
com.azure.spring:spring-cloud-azure-dependencies;4.2.0;4.3.0-beta.1
165165
com.azure.spring:spring-messaging-azure;4.2.0;4.3.0-beta.1
166166
com.azure.spring:spring-messaging-azure-eventhubs;4.2.0;4.3.0-beta.1

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.8.0-beta.1 (Unreleased)
3+
## 2.9.0-beta.1 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,13 @@
1010

1111
### Other Changes
1212

13+
## 2.8.0 (2022-06-29)
14+
- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.9, 2.7.0-2.7.1. (Note: 2.5.x (x>14), 2.6.y (y>9) and 2.7.z (z>1) should be supported, but they aren't tested with this release.)
15+
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.3. (Note: 2020.0.x (x>5) and 2021.0.y (y>3) should be supported, but they aren't tested with this release.)
16+
17+
### Dependency Upgrades
18+
- Upgrade azure-sdk's version to latest released version.
19+
1320
## 2.7.0 (2022-05-24)
1421
- This release is compatible with Spring Boot 2.5.0-2.5.13, 2.6.0-2.6.7. (Note: 2.5.x (x>13) and 2.6.y (y>7) should be supported, but they aren't tested with this release.)
1522
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.2. (Note: 2020.0.x (x>5) and 2021.0.y (y>2) should be supported, but they aren't tested with this release.)

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.azure.spring</groupId>
1414
<artifactId>azure-spring-cloud-appconfiguration-config-web</artifactId>
15-
<version>2.8.0-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
15+
<version>2.9.0-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
1616
<name>Azure Spring Cloud App Configuration Config Web</name>
1717
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
1818

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.azure.spring</groupId>
2828
<artifactId>azure-spring-cloud-appconfiguration-config</artifactId>
29-
<version>2.8.0-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
29+
<version>2.9.0-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.8.0-beta.1 (Unreleased)
3+
## 2.9.0-beta.1 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,13 @@
1010

1111
### Other Changes
1212

13+
## 2.8.0 (2022-06-29)
14+
- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.9, 2.7.0-2.7.1. (Note: 2.5.x (x>14), 2.6.y (y>9) and 2.7.z (z>1) should be supported, but they aren't tested with this release.)
15+
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.3. (Note: 2020.0.x (x>5) and 2021.0.y (y>3) should be supported, but they aren't tested with this release.)
16+
17+
### Dependency Upgrades
18+
- Upgrade azure-sdk's version to latest released version.
19+
1320
## 2.7.0 (2022-05-24)
1421
- This release is compatible with Spring Boot 2.5.0-2.5.13, 2.6.0-2.6.7. (Note: 2.5.x (x>13) and 2.6.y (y>7) should be supported, but they aren't tested with this release.)
1522
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.2. (Note: 2020.0.x (x>5) and 2021.0.y (y>2) should be supported, but they aren't tested with this release.)

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.azure.spring</groupId>
1414
<artifactId>azure-spring-cloud-appconfiguration-config</artifactId>
15-
<version>2.8.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
15+
<version>2.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
1616
<name>Azure Spring Cloud App Configuration Config</name>
1717
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
1818

sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.7.0-beta.1 (Unreleased)
3+
## 2.8.0-beta.1 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,13 @@
1010

1111
### Other Changes
1212

13+
## 2.7.0 (2022-06-29)
14+
- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.9, 2.7.0-2.7.1. (Note: 2.5.x (x>14), 2.6.y (y>9) and 2.7.z (z>1) should be supported, but they aren't tested with this release.)
15+
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.3. (Note: 2020.0.x (x>5) and 2021.0.y (y>3) should be supported, but they aren't tested with this release.)
16+
17+
### Dependency Upgrades
18+
- Upgrade azure-sdk's version to latest released version.
19+
1320
## 2.6.0 (2022-05-24)
1421
- This release is compatible with Spring Boot 2.5.0-2.5.13, 2.6.0-2.6.7. (Note: 2.5.x (x>13) and 2.6.y (y>7) should be supported, but they aren't tested with this release.)
1522
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.2. (Note: 2020.0.x (x>5) and 2021.0.y (y>2) should be supported, but they aren't tested with this release.)

sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.azure.spring</groupId>
1313
<artifactId>azure-spring-cloud-feature-management-web</artifactId>
14-
<version>2.7.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-feature-management-web;current} -->
14+
<version>2.8.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-feature-management-web;current} -->
1515
<name>Azure Spring Cloud Feature Management Web</name>
1616
<description>Adds Feature Management into Spring Web</description>
1717

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.azure.spring</groupId>
4747
<artifactId>azure-spring-cloud-feature-management</artifactId>
48-
<version>2.7.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-feature-management;current} -->
48+
<version>2.8.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-feature-management;current} -->
4949
</dependency>
5050
<!-- Added this dependency to include necessary annotations used by reactor core.
5151
Without this dependency, javadoc throws a warning as it cannot find enum When.MAYBE
@@ -73,7 +73,7 @@
7373
<rules>
7474
<bannedDependencies>
7575
<includes>
76-
<include>com.azure.spring:azure-spring-cloud-feature-management:[2.7.0-beta.1]</include> <!-- {x-include-update;com.azure.spring:azure-spring-cloud-feature-management;current} -->
76+
<include>com.azure.spring:azure-spring-cloud-feature-management:[2.8.0-beta.1]</include> <!-- {x-include-update;com.azure.spring:azure-spring-cloud-feature-management;current} -->
7777
<include>javax.servlet:javax.servlet-api:[4.0.1]</include> <!-- {x-include-update;javax.servlet:javax.servlet-api;external_dependency} -->
7878
<include>org.springframework:spring-web:[5.3.21]</include> <!-- {x-include-update;org.springframework:spring-web;external_dependency} -->
7979
<include>org.springframework:spring-webmvc:[5.3.21]</include> <!-- {x-include-update;org.springframework:spring-webmvc;external_dependency} -->

sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.7.0-beta.1 (Unreleased)
3+
## 2.8.0-beta.1 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,13 @@
1010

1111
### Other Changes
1212

13+
## 2.7.0 (2022-06-29)
14+
- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.9, 2.7.0-2.7.1. (Note: 2.5.x (x>14), 2.6.y (y>9) and 2.7.z (z>1) should be supported, but they aren't tested with this release.)
15+
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.3. (Note: 2020.0.x (x>5) and 2021.0.y (y>3) should be supported, but they aren't tested with this release.)
16+
17+
### Dependency Upgrades
18+
- Upgrade azure-sdk's version to latest released version.
19+
1320
## 2.6.0 (2022-05-24)
1421
- This release is compatible with Spring Boot 2.5.0-2.5.13, 2.6.0-2.6.7. (Note: 2.5.x (x>13) and 2.6.y (y>7) should be supported, but they aren't tested with this release.)
1522
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.2. (Note: 2020.0.x (x>5) and 2021.0.y (y>2) should be supported, but they aren't tested with this release.)

sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.azure.spring</groupId>
1313
<artifactId>azure-spring-cloud-feature-management</artifactId>
14-
<version>2.7.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-feature-management;current} -->
14+
<version>2.8.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-feature-management;current} -->
1515
<name>Azure Spring Cloud Feature Management</name>
1616
<description>Adds Feature Management into Spring</description>
1717

sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.8.0-beta.1 (Unreleased)
3+
## 2.9.0-beta.1 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,13 @@
1010

1111
### Other Changes
1212

13+
## 2.8.0 (2022-06-29)
14+
- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.9, 2.7.0-2.7.1. (Note: 2.5.x (x>14), 2.6.y (y>9) and 2.7.z (z>1) should be supported, but they aren't tested with this release.)
15+
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.3. (Note: 2020.0.x (x>5) and 2021.0.y (y>3) should be supported, but they aren't tested with this release.)
16+
17+
### Dependency Upgrades
18+
- Upgrade azure-sdk's version to latest released version.
19+
1320
## 2.7.0 (2022-05-24)
1421
- This release is compatible with Spring Boot 2.5.0-2.5.13, 2.6.0-2.6.7. (Note: 2.5.x (x>13) and 2.6.y (y>7) should be supported, but they aren't tested with this release.)
1522
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.2. (Note: 2020.0.x (x>5) and 2021.0.y (y>2) should be supported, but they aren't tested with this release.)

0 commit comments

Comments
 (0)