Skip to content

Commit

Permalink
update version/changelog/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Feb 4, 2024
1 parent d496248 commit 868f390
Show file tree
Hide file tree
Showing 80 changed files with 209 additions and 334 deletions.
4 changes: 2 additions & 2 deletions sdk/boms/spring-cloud-azure-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-dependencies</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-dependencies;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-dependencies;current} -->
<packaging>pom</packaging>

<name>Spring Cloud Azure Dependencies</name>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.19</version> <!-- NOTE: This should be updated manually. -->
<version>1.2.20</version> <!-- NOTE: This should be updated manually. -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
19 changes: 18 additions & 1 deletion sdk/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# Release History

## 5.9.0 (Unreleased)
## 5.9.0 (2023-02-04)
- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.8, 3.2.0-3.2.2. (Note: 3.0.x (x>13), 3.1.y (y>8) and 3.2.z (z>2) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2022.0.0-2022.0.4, 2023.0.0-2023.0.0. (Note: 2022.0.x (x>4) and 2023.0.y (y>0) should be supported, but they aren't tested with this release.)

### Spring Cloud Azure Dependencies (BOM)

#### Dependency Updates
- Upgrade `azure-sdk-bom` to 1.2.20.

### Spring Cloud Azure Autoconfigure
This section includes changes in `spring-cloud-azure-autoconfigure` module.

#### Other Changes
- Unsupported basic tier for Service Bus JMS because of the [limitation of Azure Service Bus](https://learn.microsoft.com/azure/service-bus-messaging/jms-developer-guide?tabs=JMS-20%2Csystem-assigned-managed-identity-backed-authentication#java-message-service-jms-programming-model) [#38167](https://github.com/Azure/azure-sdk-for-java/pull/38167).

### Spring Cloud Azure Appconfiguration Config
This section includes changes in `spring-cloud-azure-starter-appconfiguration-config`, `spring-cloud-azure-appconfiguration-config*`, and `spring-cloud-azure-feature-management*` modules.

#### Features Added
- Support backend schema[#38134](https://github.com/Azure/azure-sdk-for-java/pull/38134).

### Azure Spring Data Cosmos
This section includes changes in `azure-spring-data-cosmos` module.
Please refer to [azure-spring-data-cosmos/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)
- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.6, 3.2.0-3.2.0. (Note: 3.0.x (x>13), 3.1.y (y>6) and 3.2.z (z>0) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2022.0.0-2022.0.4, 2023.0.0-2023.0.0. (Note: 2022.0.x (x>4) and 2023.0.y (y>0) should be supported, but they aren't tested with this release.)
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If you’re a Maven user, add our BOM to your pom.xml `<dependencyManagement>` s
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-dependencies</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 1 addition & 5 deletions sdk/spring/azure-spring-data-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## Release History

### 5.9.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes
### 5.9.0 (2024-02-04)

#### Bugs Fixed
* Fixed a bug with auto generated id's when using bulk `saveAll` - See [PR 38356](https://github.com/Azure/azure-sdk-for-java/pull/38356).
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-data-cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-data-cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<packaging>jar</packaging>
<name>Spring Data for Azure Cosmos DB SQL API</name>
<description>Spring Data for Azure Cosmos DB SQL API</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
8 changes: 4 additions & 4 deletions sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-actuator-autoconfigure</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator-autoconfigure;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator-autoconfigure;current} -->

<name>Spring Cloud Azure Actuator AutoConfigure</name>
<description>Spring Cloud Azure Starter Actuator AutoConfigure</description>
Expand Down Expand Up @@ -46,17 +46,17 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-actuator</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-autoconfigure</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
<version>5.9.0-beta.1</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.9.0</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<optional>true</optional>
</dependency>

Expand Down
10 changes: 2 additions & 8 deletions sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
4 changes: 2 additions & 2 deletions sdk/spring/spring-cloud-azure-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-actuator</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-actuator;current} -->

<name>Spring Cloud Azure Actuator</name>
<url>https://microsoft.github.io/spring-cloud-azure</url>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
<version>5.9.0-beta.1</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.9.0</version><!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<optional>true</optional>
</dependency>
<!-- For Testing -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config-web;current} -->
<name>Spring Cloud Azure App Configuration Config Web</name>
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-appconfiguration-config;current} -->
<name>Spring Cloud Azure App Configuration Config</name>
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
<properties>
Expand Down
10 changes: 2 additions & 8 deletions sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
14 changes: 7 additions & 7 deletions sdk/spring/spring-cloud-azure-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-autoconfigure</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->

<name>Spring Cloud Azure AutoConfigure</name>
<description>Spring Cloud Azure AutoConfigure</description>
Expand Down Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-service</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} -->
</dependency>

<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-resourcemanager</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} -->
<optional>true</optional>
</dependency>

Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-integration-azure-eventhubs</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} -->
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -69,15 +69,15 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-integration-azure-servicebus</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} -->
<optional>true</optional>
</dependency>

<!-- Storage Queue -->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-integration-azure-storage-queue</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} -->
<optional>true</optional>
</dependency>

Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<optional>true</optional>
</dependency>

Expand Down
10 changes: 2 additions & 8 deletions sdk/spring/spring-cloud-azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-core</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-core;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-core;current} -->

<name>Spring Cloud Azure Core</name>
<url>https://microsoft.github.io/spring-cloud-azure</url>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
6 changes: 3 additions & 3 deletions sdk/spring/spring-cloud-azure-feature-management-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management-web;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management-web;current} -->
<name>Spring Cloud Azure Feature Management Web</name>
<description>Adds Feature Management into Spring Web</description>
<scm>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-feature-management</artifactId>
<version>5.9.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
<version>5.9.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down Expand Up @@ -125,7 +125,7 @@
<rules>
<bannedDependencies>
<includes>
<include>com.azure.spring:spring-cloud-azure-feature-management:[5.9.0-beta.1]</include> <!-- {x-include-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
<include>com.azure.spring:spring-cloud-azure-feature-management:[5.9.0]</include> <!-- {x-include-update;com.azure.spring:spring-cloud-azure-feature-management;current} -->
<include>jakarta.servlet:jakarta.servlet-api:[6.0.0]</include> <!-- {x-include-update;jakarta.servlet:jakarta.servlet-api;external_dependency} -->
<include>org.springframework:spring-web:[6.1.1]</include> <!-- {x-include-update;org.springframework:spring-web;external_dependency} -->
<include>org.springframework:spring-webmvc:[6.1.1]</include> <!-- {x-include-update;org.springframework:spring-webmvc;external_dependency} -->
Expand Down
10 changes: 2 additions & 8 deletions sdk/spring/spring-cloud-azure-feature-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.9.0-beta.1 (Unreleased)
## 5.9.0 (2024-02-04)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Please refer to [spring/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/CHANGELOG.md#590-2024-02-04) for more details.

## 5.8.0 (2023-12-14)

Expand Down
Loading

0 comments on commit 868f390

Please sign in to comment.