From 8438ec9fe209933b7f93728bb7b5d59c61d214e1 Mon Sep 17 00:00:00 2001 From: Yi Liu Date: Tue, 11 Jan 2022 10:19:36 +0800 Subject: [PATCH] Merge Spring December release branch to main (#26352) --- eng/jacoco-test-coverage/pom.xml | 60 +++++++------- eng/pipelines/templates/jobs/ci.yml | 5 +- .../templates/stages/archetype-sdk-client.yml | 4 + eng/versioning/version_client.txt | 72 ++++++++-------- .../CHANGELOG.md | 5 +- .../pom.xml | 4 +- .../CHANGELOG.md | 11 ++- .../pom.xml | 2 +- .../CHANGELOG.md | 5 +- .../pom.xml | 6 +- .../CHANGELOG.md | 5 +- .../pom.xml | 2 +- .../CHANGELOG.md | 5 +- .../pom.xml | 6 +- .../pom.xml | 2 +- sdk/boms/azure-spring-boot-bom/CHANGELOG.md | 26 ++++++ sdk/boms/azure-spring-boot-bom/pom.xml | 83 ++++++++++++++----- .../CHANGELOG.md | 17 ++++ .../azure-spring-cloud-dependencies/pom.xml | 79 ++++++++++++------ .../azure-security-keyvault-jca/CHANGELOG.md | 7 +- .../azure-security-keyvault-jca/pom.xml | 10 ++- .../azure-security-test-keyvault-jca/pom.xml | 2 +- sdk/keyvault/ci.yml | 1 + sdk/spring/azure-identity-spring/CHANGELOG.md | 10 +++ sdk/spring/azure-identity-spring/pom.xml | 2 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../azure-spring-boot-starter-cosmos/pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../azure-spring-boot-starter-storage/pom.xml | 4 +- .../azure-spring-boot-starter/CHANGELOG.md | 10 +++ sdk/spring/azure-spring-boot-starter/pom.xml | 4 +- .../azure-spring-boot-test-aad-b2c/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- sdk/spring/azure-spring-boot-test-aad/pom.xml | 2 +- .../pom.xml | 2 +- .../azure-spring-boot-test-core/pom.xml | 2 +- .../azure-spring-boot-test-cosmos/pom.xml | 2 +- .../pom.xml | 2 +- .../pom-reactive.xml | 2 +- .../azure-spring-boot-test-keyvault/pom.xml | 2 +- .../pom.xml | 2 +- .../azure-spring-boot-test-storage/pom.xml | 2 +- sdk/spring/azure-spring-boot/CHANGELOG.md | 10 +++ sdk/spring/azure-spring-boot/pom.xml | 2 +- .../CHANGELOG.md | 10 +++ .../azure-spring-cloud-autoconfigure/pom.xml | 10 +-- .../azure-spring-cloud-context/CHANGELOG.md | 6 +- sdk/spring/azure-spring-cloud-context/pom.xml | 4 +- .../azure-spring-cloud-messaging/CHANGELOG.md | 10 +++ .../azure-spring-cloud-messaging/pom.xml | 6 +- .../config/AzureBootstrapConfiguration.java | 8 ++ ...reListenerAnnotationBeanPostProcessor.java | 4 + .../AzureListenerEndpointRegistrar.java | 27 ++++++ .../config/AzureMessagingConfiguration.java | 5 ++ .../DefaultAzureListenerContainerFactory.java | 4 + .../AbstractAzureListenerEndpoint.java | 28 +++++++ .../endpoint/MethodAzureListenerEndpoint.java | 22 +++++ .../endpoint/SimpleAzureListenerEndpoint.java | 8 ++ .../listener/DefaultAzureMessageHandler.java | 4 + .../CHANGELOG.md | 10 +++ .../azure-spring-cloud-starter-cache/pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 8 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 8 +- .../azure-spring-cloud-storage/CHANGELOG.md | 10 +++ sdk/spring/azure-spring-cloud-storage/pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 4 +- .../test/AzurePartitionBinderTests.java | 3 + .../pom.xml | 2 +- .../azure-spring-cloud-test-eventhubs/pom.xml | 4 +- .../pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../azure-spring-integration-core/pom.xml | 4 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../pom.xml | 6 +- .../CHANGELOG.md | 10 +++ .../azure-spring-integration-test/pom.xml | 4 +- sdk/spring/pom.xml | 28 +++---- 108 files changed, 788 insertions(+), 244 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index d225d8713a7f7..bc7fa4c34f429 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -268,7 +268,7 @@ com.azure azure-security-keyvault-jca - 2.4.0 + 2.5.0-beta.1 com.azure @@ -424,52 +424,52 @@ com.azure.spring azure-identity-spring - 1.12.0 + 1.13.0-beta.1 com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter-active-directory - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter-keyvault-certificates - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter-keyvault-secrets - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter-servicebus-jms - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter-active-directory-b2c - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter-cosmos - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-boot-starter-storage - 3.12.0 + 3.13.0-beta.1 com.azure @@ -479,47 +479,47 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-test - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-eventhubs - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-servicebus - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-storage-queue - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-storage - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-messaging - 2.12.0 + 2.13.0-beta.1 com.microsoft.azure @@ -529,52 +529,52 @@ com.azure.spring azure-spring-cloud-starter-cache - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-starter-eventhubs - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-starter-eventhubs-kafka - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-starter-servicebus - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-starter-storage-queue - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-servicebus-core - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-test - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-servicebus-topic - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-servicebus-queue - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-eventhubs - 2.12.0 + 2.13.0-beta.1 com.azure diff --git a/eng/pipelines/templates/jobs/ci.yml b/eng/pipelines/templates/jobs/ci.yml index b58b256086580..f098d16dcf656 100644 --- a/eng/pipelines/templates/jobs/ci.yml +++ b/eng/pipelines/templates/jobs/ci.yml @@ -34,6 +34,9 @@ parameters: - name: PreBuildSteps type: object default: [] + - name: MavenVerifyAdditionalOptions + type: string + default: '' jobs: - job: 'Build' @@ -297,7 +300,7 @@ jobs: displayName: 'Run SpotBugs, Checkstyle, RevApi, and Javadoc' inputs: mavenPomFile: pom.xml - options: '$(DefaultOptions) --no-transfer-progress -DskipTests -Dgpg.skip -Dverify-readme -Dmaven.main.skip=true -Dmaven.test.skip=true -pl $(ProjectList)' + options: '$(DefaultOptions) --no-transfer-progress -DskipTests -Dgpg.skip -Dverify-readme -Dmaven.main.skip=true -Dmaven.test.skip=true ${{ parameters.MavenVerifyAdditionalOptions }} -pl $(ProjectList)' mavenOptions: '$(MemoryOptions)' javaHomeOption: 'JDKVersion' jdkVersionOption: $(JavaBuildVersion) diff --git a/eng/pipelines/templates/stages/archetype-sdk-client.yml b/eng/pipelines/templates/stages/archetype-sdk-client.yml index af422bfb80e07..82fd0698d0113 100644 --- a/eng/pipelines/templates/stages/archetype-sdk-client.yml +++ b/eng/pipelines/templates/stages/archetype-sdk-client.yml @@ -47,6 +47,9 @@ parameters: - name: PreBuildSteps type: object default: [] +- name: MavenVerifyAdditionalOptions + type: string + default: '' stages: - stage: Build @@ -79,6 +82,7 @@ stages: - TestOptions=.*/-am - AZURE_TEST.*=.*/ PreBuildSteps: ${{ parameters.PreBuildSteps }} + MavenVerifyAdditionalOptions: ${{ parameters.MavenVerifyAdditionalOptions }} # The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch. diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index b6c4e64209d19..f164a2864061a 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -118,7 +118,7 @@ com.azure:azure-security-attestation;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-security-confidentialledger;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-security-keyvault-administration;4.0.5;4.1.0-beta.4 com.azure:azure-security-keyvault-certificates;4.2.5;4.3.0-beta.4 -com.azure:azure-security-keyvault-jca;2.3.0;2.4.0 +com.azure:azure-security-keyvault-jca;2.4.0;2.5.0-beta.1 com.azure:azure-security-test-keyvault-jca;1.0.0;1.0.0 com.azure:azure-security-keyvault-keys;4.3.5;4.4.0-beta.6 com.azure:azure-security-keyvault-secrets;4.3.5;4.4.0-beta.4 @@ -146,42 +146,42 @@ com.microsoft.azure:spring-cloud-azure-appconfiguration-config;1.3.0;1.4.0-beta. com.microsoft.azure:spring-cloud-azure-feature-management-web;1.3.0;1.4.0-beta.1 com.microsoft.azure:spring-cloud-azure-feature-management;1.3.0;1.4.0-beta.1 com.microsoft.azure:spring-cloud-starter-azure-appconfiguration-config;1.3.0;1.4.0-beta.1 -com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.2.0;2.3.0-beta.1 -com.azure.spring:azure-spring-cloud-appconfiguration-config;2.2.0;2.3.0-beta.1 -com.azure.spring:azure-spring-cloud-feature-management-web;2.1.0;2.2.0-beta.1 -com.azure.spring:azure-spring-cloud-feature-management;2.1.0;2.2.0-beta.1 -com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.2.0;2.3.0-beta.1 -com.azure.spring:azure-identity-spring;1.11.0;1.12.0 -com.azure.spring:azure-spring-boot-bom;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter-active-directory;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter-cosmos;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter-storage;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot-starter;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot;3.11.0;3.12.0 -com.azure.spring:azure-spring-cloud-autoconfigure;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-context;2.11.0;2.12.0 +com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.3.0;2.4.0-beta.1 +com.azure.spring:azure-spring-cloud-appconfiguration-config;2.3.0;2.4.0-beta.1 +com.azure.spring:azure-spring-cloud-feature-management-web;2.2.0;2.3.0-beta.1 +com.azure.spring:azure-spring-cloud-feature-management;2.2.0;2.3.0-beta.1 +com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.3.0;2.4.0-beta.1 +com.azure.spring:azure-identity-spring;1.12.0;1.13.0-beta.1 +com.azure.spring:azure-spring-boot-bom;3.12.0;3.12.1 +com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot-starter-active-directory;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot-starter-cosmos;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot-starter-storage;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot-starter;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-boot;3.12.0;3.13.0-beta.1 +com.azure.spring:azure-spring-cloud-autoconfigure;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-context;2.12.0;2.13.0-beta.1 com.azure.spring:azure-spring-cloud-dependencies;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-messaging;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-starter-cache;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-starter-eventhubs;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-starter-servicebus;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-starter-storage-queue;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-storage;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-stream-binder-test;2.11.0;2.12.0 -com.azure.spring:azure-spring-integration-core;2.11.0;2.12.0 -com.azure.spring:azure-spring-integration-eventhubs;2.11.0;2.12.0 -com.azure.spring:azure-spring-integration-servicebus;2.11.0;2.12.0 -com.azure.spring:azure-spring-integration-storage-queue;2.11.0;2.12.0 -com.azure.spring:azure-spring-integration-test;2.11.0;2.12.0 +com.azure.spring:azure-spring-cloud-messaging;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-starter-cache;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-starter-eventhubs;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-starter-servicebus;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-starter-storage-queue;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-storage;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-cloud-stream-binder-test;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-integration-core;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-integration-eventhubs;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-integration-servicebus;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-integration-storage-queue;2.12.0;2.13.0-beta.1 +com.azure.spring:azure-spring-integration-test;2.12.0;2.13.0-beta.1 com.azure.spring:azure-spring-boot-test-aad;1.0.0;1.0.0 com.azure.spring:azure-spring-boot-test-aad-b2c;1.0.0;1.0.0 com.azure.spring:azure-spring-boot-test-selenium-common;1.0.0;1.0.0 diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md index 3c1a141ff816e..f6932761cb2d6 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.3.0-beta.1 (Unreleased) +## 2.4.0-beta.1 (Unreleased) ### Features Added @@ -10,6 +10,9 @@ ### Other Changes +## 2.3.0 (2022-01-06) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + ## 2.2.0 (2021-11-25) * Fixed a bug where JsonNode type was passed to Spring instead of a String, when the JsonNode was a number Spring had issues resolving the value. diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml index 05985d2e39f7f..c01840374e7f3 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-appconfiguration-config-web - 2.3.0-beta.1 + 2.4.0-beta.1 Azure Spring Cloud App Configuration Config Web Integration of Spring Cloud Config and Azure App Configuration Service @@ -26,7 +26,7 @@ com.azure.spring azure-spring-cloud-appconfiguration-config - 2.3.0-beta.1 + 2.4.0-beta.1 org.springframework.boot diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md index 8a63d98a903a3..4e6021dc32e0e 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.3.0-beta.1 (Unreleased) +## 2.4.0-beta.1 (Unreleased) ### Features Added @@ -8,10 +8,15 @@ ### Bugs Fixed -* Fixed a bug where `spring.cloud.application` was still used in some locations. This caused a refresh bug where a `null` value was used on refresh. `spring.cloud.application` is replaced by `key-filter`. - ### Other Changes +## 2.3.0 (2022-01-06) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + +### Bugs Fixed + +* Fixed a bug where `spring.cloud.application` was still used in some locations. This caused a refresh bug where a `null` value was used on refresh. `spring.cloud.application` is replaced by `key-filter`. + ## 2.2.0 (2021-11-25) * Fixed a bug where JsonNode type was passed to Spring instead of a String, when the JsonNode was a number Spring had issues resolving the value. diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml index 4bd5cd2c43771..b14ebcc19a2d1 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-appconfiguration-config - 2.3.0-beta.1 + 2.4.0-beta.1 Azure Spring Cloud App Configuration Config Integration of Spring Cloud Config and Azure App Configuration Service diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md index 69c3c0d0c8186..b7c59bcdce16d 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.2.0-beta.1 (Unreleased) +## 2.3.0-beta.1 (Unreleased) ### Features Added @@ -10,6 +10,9 @@ ### Other Changes +## 2.2.0 (2022-01-06) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + ## 2.1.0 (2021-11-25) - Regular updates for dependency versions. diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml index e0fd2d5c4fe3f..16ceb9b504206 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml @@ -11,7 +11,7 @@ com.azure.spring azure-spring-cloud-feature-management-web - 2.2.0-beta.1 + 2.3.0-beta.1 Azure Spring Cloud Feature Management Web Adds Feature Management into Spring Web @@ -48,7 +48,7 @@ com.azure.spring azure-spring-cloud-feature-management - 2.2.0-beta.1 + 2.3.0-beta.1 + com.azure.spring:azure-spring-cloud-feature-management:[2.3.0-beta.1] javax.servlet:javax.servlet-api:[4.0.1] org.springframework:spring-web:[5.3.13] org.springframework:spring-webmvc:[5.3.13] diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md index a053f746908d5..078118655599a 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.2.0-beta.1 (Unreleased) +## 2.3.0-beta.1 (Unreleased) ### Features Added @@ -10,6 +10,9 @@ ### Other Changes +## 2.2.0 (2022-01-06) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + ## 2.1.0 (2021-11-25) - Regular updates for dependency versions. diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml b/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml index dbd02eda2a277..7f254d2b145ed 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml @@ -11,7 +11,7 @@ com.azure.spring azure-spring-cloud-feature-management - 2.2.0-beta.1 + 2.3.0-beta.1 Azure Spring Cloud Feature Management Adds Feature Management into Spring diff --git a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md index bdb4972936cb5..3a6594d28fb1b 100644 --- a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md +++ b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.3.0-beta.1 (Unreleased) +## 2.4.0-beta.1 (Unreleased) ### Features Added @@ -10,6 +10,9 @@ ### Other Changes +## 2.3.0 (2022-01-06) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + ## 2.2.0 (2021-11-25) * Updated with latest releases of azure-spring-cloud-appconfiguration-config-web and azure-spring-cloud-feature-management. diff --git a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml index 5c42fff93853c..850b84fa9a831 100644 --- a/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml @@ -11,19 +11,19 @@ com.azure.spring azure-spring-cloud-starter-appconfiguration-config - 2.3.0-beta.1 + 2.4.0-beta.1 Azure Spring Cloud Starter App Configuration Config com.azure.spring azure-spring-cloud-appconfiguration-config-web - 2.3.0-beta.1 + 2.4.0-beta.1 com.azure.spring azure-spring-cloud-feature-management-web - 2.2.0-beta.1 + 2.3.0-beta.1 diff --git a/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml b/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml index 45e19ee770f9c..bd6ffcf1acb18 100644 --- a/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml @@ -24,7 +24,7 @@ com.azure.spring azure-spring-cloud-starter-appconfiguration-config - 2.3.0-beta.1 + 2.4.0-beta.1 com.azure.spring diff --git a/sdk/boms/azure-spring-boot-bom/CHANGELOG.md b/sdk/boms/azure-spring-boot-bom/CHANGELOG.md index 7b875330ebc7d..fe7ad5ceb86e1 100644 --- a/sdk/boms/azure-spring-boot-bom/CHANGELOG.md +++ b/sdk/boms/azure-spring-boot-bom/CHANGELOG.md @@ -1,5 +1,31 @@ # Release History +## 3.12.1 (2022-01-06) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + +### Dependency Upgrades +- Upgrade to [spring-boot-dependencies:2.6.1](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.6.1/spring-boot-dependencies-2.6.1.pom). +- Upgrade Azure Spring versions to 3.12.0. +- Upgrade to [Azure Identity 1.4.2](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity/CHANGELOG.md#142-2021-11-24). +- Upgrade to [Azure Key Vault JCA 2.4.0](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md). +- Upgrade to [Azure Spring Data Cosmos 3.15.0](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md#3160-2021-12-21). + +### Breaking Changes +- Remove import of Azure SDK bom. + +### Bugs Fixed +- Fix the bug of no dependency management of Azure SDK libraries. + +## 3.12.0 (2021-12-29) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + +### Dependency Upgrades +- Upgrade to [spring-boot-dependencies:2.6.1](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.6.1/spring-boot-dependencies-2.6.1.pom). +- Upgrade Azure Spring versions to 3.12.0. + +### Breaking Changes +- Remove import of Azure SDK bom. + ## 3.11.0 (2021-11-26) This release is compatible with Spring Boot 2.5.0 - 2.5.4. diff --git a/sdk/boms/azure-spring-boot-bom/pom.xml b/sdk/boms/azure-spring-boot-bom/pom.xml index 4615b5fe1a8ad..5b41db3632b30 100644 --- a/sdk/boms/azure-spring-boot-bom/pom.xml +++ b/sdk/boms/azure-spring-boot-bom/pom.xml @@ -5,7 +5,7 @@ com.azure.spring azure-spring-boot-bom - 3.12.0 + 3.12.1 pom Azure Spring Boot BOM @@ -37,6 +37,16 @@ UTF-8 ${project.build.directory} + 3.12.0 + 1.22.0 + 1.4.2 + 4.3.5 + 2.4.0 + 1.11.0 + 0.0.9 + 3.15.0 + 12.14.2 + 12.11.2 @@ -47,72 +57,105 @@ - com.azure - azure-sdk-bom - 1.0.6 - pom - import + azure-spring-data-cosmos + ${azure.spring.data.cosmos.version} + + + com.microsoft.azure + azure-servicebus-jms + ${azure.servicebus.jms.version} - + com.azure - azure-spring-data-cosmos - 3.16.0 + azure-core + ${azure.core.version} + + + + com.azure + azure-identity + ${azure.identity.version} + com.microsoft.azure - azure-servicebus-jms - 0.0.9 + msal4j + ${azure.msal.version} + + + + com.azure + azure-security-keyvault-secrets + ${azure.keyvault.secret.version} + + + + com.azure + azure-security-keyvault-jca + ${azure.keyvault.jca.version} + + + + com.azure + azure-storage-blob + ${azure.storage.blob.version} + + + + com.azure + azure-storage-file-share + ${azure.storage.fileshare.version} com.azure.spring azure-spring-boot - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter-active-directory - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter-active-directory-b2c - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter-cosmos - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter-keyvault-secrets - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter-keyvault-certificates - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter-servicebus-jms - 3.11.0 + ${azure.spring.boot.version} com.azure.spring azure-spring-boot-starter-storage - 3.11.0 + ${azure.spring.boot.version} diff --git a/sdk/boms/azure-spring-cloud-dependencies/CHANGELOG.md b/sdk/boms/azure-spring-cloud-dependencies/CHANGELOG.md index e8404da5c3193..778a23633038a 100644 --- a/sdk/boms/azure-spring-cloud-dependencies/CHANGELOG.md +++ b/sdk/boms/azure-spring-cloud-dependencies/CHANGELOG.md @@ -1,5 +1,22 @@ # Release History +## 2.12.0 (2022-01-06) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. + +### Dependency Upgrades +- Upgrade to [spring-boot-dependencies:2.6.1](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.6.1/spring-boot-dependencies-2.6.1.pom). +- Upgrade Azure Spring versions to 2.12.0. +- Upgrade to [Azure Identity 1.4.2](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity/CHANGELOG.md#142-2021-11-24). +- Upgrade to [Azure Service Bus 7.5.1](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md#751-2021-12-08). +- Upgrade to [Azure Event Hubs 5.10.3](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md#5103-2021-11-16). +- Upgrade to [Azure Event Hubs Checkpoint Store Blob 1.10.2](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md#1102-2021-11-16). +- Upgrade to [Spring Cloud Azure App Configuration 2.3.0](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md). +- Upgrade to [Spring Cloud Azure App Configuration Web 2.3.0](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md). +- Upgrade to [Spring Cloud Azure Feature Management 2.2.0](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-spring-cloud-feature-management/CHANGELOG.md). +- Upgrade to [Spring Cloud Azure Feature Management Web 2.2.0](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-spring-cloud-feature-management-web/CHANGELOG.md). +### Breaking Changes +- Remove import of Azure SDK bom. + ## 2.11.0 (2021-11-26) This release is compatible with Spring Boot 2.5.0 - 2.5.4 and Spring Cloud 2020.0.3. diff --git a/sdk/boms/azure-spring-cloud-dependencies/pom.xml b/sdk/boms/azure-spring-cloud-dependencies/pom.xml index e87bdbf6089eb..f9ef244b5ac3d 100644 --- a/sdk/boms/azure-spring-cloud-dependencies/pom.xml +++ b/sdk/boms/azure-spring-cloud-dependencies/pom.xml @@ -43,97 +43,98 @@ UTF-8 ${project.build.directory} + 1.22.0 + 1.10.2 + 5.10.3 + 1.4.2 + 7.5.1 + ${project.version} + 12.11.2 2.10.0 - 2.2.0 - 2.2.0 - 2.1.0 + 2.3.0 + 2.3.0 + 2.2.0 - - com.azure - azure-sdk-bom - 1.0.6 - pom - import - + com.azure.spring azure-spring-integration-eventhubs - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-integration-servicebus - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-integration-storage-queue - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-context - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-autoconfigure - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-messaging - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-stream-binder-eventhubs - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-stream-binder-servicebus-topic - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-stream-binder-servicebus-queue - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-starter-cache - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-starter-servicebus - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-starter-eventhubs - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-starter-eventhubs-kafka - 2.11.0 + ${azure.spring.cloud.version} com.azure.spring azure-spring-cloud-starter-storage-queue - 2.11.0 + ${azure.spring.cloud.version} @@ -164,11 +165,41 @@ + + com.azure + azure-core + ${azure.core.version} + + + com.azure + azure-identity + ${azure.identity.version} + com.azure.resourcemanager azure-resourcemanager ${azure.resourcemanager.version} + + com.azure + azure-messaging-eventhubs + ${azure.eventhubs.version} + + + com.azure + azure-messaging-eventhubs-checkpointstore-blob + ${azure.eventhubs.checkpoint.version} + + + com.azure + azure-messaging-servicebus + ${azure.servicebus.version} + + + com.azure + azure-storage-queue + ${azure.storage.queue.version} + diff --git a/sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md b/sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md index 5dca40273e60b..887f44d5588e8 100644 --- a/sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md +++ b/sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.4.0-beta.1 (Unreleased) +## 2.5.0-beta.1 (Unreleased) ### Features Added @@ -10,6 +10,11 @@ ### Other Changes +## 2.4.0 (2021-12-24) + +### Dependency Upgrades +Regular updates for dependency versions. + ## 2.3.0 (2021-11-25) ### Dependency Upgrades Regular updates for dependency versions. diff --git a/sdk/keyvault/azure-security-keyvault-jca/pom.xml b/sdk/keyvault/azure-security-keyvault-jca/pom.xml index 374181fe1606b..4fcab6673f787 100644 --- a/sdk/keyvault/azure-security-keyvault-jca/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-jca/pom.xml @@ -14,7 +14,7 @@ com.azure azure-security-keyvault-jca - 2.4.0 + 2.5.0-beta.1 JCA Provider for Azure Key Vault The Java Crypto Architecture (JCA) Provider for Azure Key Vault @@ -25,6 +25,7 @@ false + true @@ -63,8 +64,8 @@ com.azure - azure-core-test - 1.7.6 + azure-core + 1.24.0 test @@ -110,7 +111,8 @@ shade - true + false + ${createSourcesJar} true diff --git a/sdk/keyvault/azure-security-test-keyvault-jca/pom.xml b/sdk/keyvault/azure-security-test-keyvault-jca/pom.xml index 4384de64b3e83..50acbc3689fc8 100644 --- a/sdk/keyvault/azure-security-test-keyvault-jca/pom.xml +++ b/sdk/keyvault/azure-security-test-keyvault-jca/pom.xml @@ -28,7 +28,7 @@ com.azure azure-security-keyvault-jca - 2.4.0 + 2.5.0-beta.1 diff --git a/sdk/keyvault/ci.yml b/sdk/keyvault/ci.yml index d286a80043250..14b14448293d3 100644 --- a/sdk/keyvault/ci.yml +++ b/sdk/keyvault/ci.yml @@ -57,6 +57,7 @@ extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: keyvault + MavenVerifyAdditionalOptions: '-DcreateSourcesJar=false' Artifacts: - name: azure-security-keyvault-administration groupId: com.azure diff --git a/sdk/spring/azure-identity-spring/CHANGELOG.md b/sdk/spring/azure-identity-spring/CHANGELOG.md index 85b5834715224..beee5f33494ad 100644 --- a/sdk/spring/azure-identity-spring/CHANGELOG.md +++ b/sdk/spring/azure-identity-spring/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-identity-spring/pom.xml b/sdk/spring/azure-identity-spring/pom.xml index 880a82234b34c..303094860c971 100644 --- a/sdk/spring/azure-identity-spring/pom.xml +++ b/sdk/spring/azure-identity-spring/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-identity-spring - 1.12.0 + 1.13.0-beta.1 jar Azure Identity Spring Integration Library diff --git a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md index 08ae8340fc72f..c96a50d62c687 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml index 28be17b4e6d70..f5e9ec0aa7465 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter-active-directory-b2c - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter for Azure AD B2C Spring Security Integration Spring Boot Starter for Azure AD B2C and Spring Security Integration @@ -34,7 +34,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-starter-active-directory/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-active-directory/CHANGELOG.md index 783b7c3c2e82d..1e98b7ce8941a 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-active-directory/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml index f1547795aced4..309381481e317 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter-active-directory - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter for Azure AD Spring Security Integration Spring Boot Starter for Azure AD and Spring Security Integration @@ -38,7 +38,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 org.springframework diff --git a/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md index 821789a6a7a13..8527e2b8d37db 100644 --- a/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-cosmos/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml index cde751e52ddbd..8fd7498bb88de 100644 --- a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter-cosmos - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter for Azure Cosmos DB Spring Boot Starter for Azure Document DB service @@ -33,7 +33,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md index e24538da88d2a..47a590c204461 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml index fe350370e0bbe..095f5f2a353e1 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter-keyvault-certificates - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter for Azure Key Vault Certificates Spring Boot Starter supporting Azure Key Vault Certificates @@ -41,7 +41,7 @@ com.azure azure-security-keyvault-jca - 2.4.0 + 2.5.0-beta.1 org.springframework.boot diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md index 93805e78f87cd..01d84e22e26ef 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml index 6ae992ce3fd4e..31a63e0285dbe 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter-keyvault-secrets - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter for Azure Key Vault Secrets Spring Boot Starter supporting Azure Key Vault Secrets as PropertySource @@ -33,7 +33,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure diff --git a/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md index 6055294f6cf87..78886879f063a 100644 --- a/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-servicebus-jms/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml b/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml index 7b02f3d41b9ba..633064c294c24 100644 --- a/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter-servicebus-jms - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter for Azure Service Bus JMS Spring Boot Starter for Azure Service Bus JMS @@ -23,7 +23,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md index 7acbd42199935..bbdfccf910e55 100644 --- a/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter-storage/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter-storage/pom.xml b/sdk/spring/azure-spring-boot-starter-storage/pom.xml index 7982d61acabb4..e9850e9b6bd74 100644 --- a/sdk/spring/azure-spring-boot-starter-storage/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-storage/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter-storage - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter for Azure Storage Spring Boot Starter for Azure Storage @@ -23,7 +23,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-starter/CHANGELOG.md b/sdk/spring/azure-spring-boot-starter/CHANGELOG.md index 43dce93de5727..c1c0856942470 100644 --- a/sdk/spring/azure-spring-boot-starter/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot-starter/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot-starter/pom.xml b/sdk/spring/azure-spring-boot-starter/pom.xml index 34f0b60070196..82b6d92ca8f83 100644 --- a/sdk/spring/azure-spring-boot-starter/pom.xml +++ b/sdk/spring/azure-spring-boot-starter/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot-starter - 3.12.0 + 3.13.0-beta.1 Azure Spring Boot Starter Core starter, including auto-configuration support @@ -33,7 +33,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-aad-b2c/pom.xml b/sdk/spring/azure-spring-boot-test-aad-b2c/pom.xml index 598c9880f75cb..d44c2289d3b33 100644 --- a/sdk/spring/azure-spring-boot-test-aad-b2c/pom.xml +++ b/sdk/spring/azure-spring-boot-test-aad-b2c/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-active-directory-b2c - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-aad-resource-server-by-filter/pom.xml b/sdk/spring/azure-spring-boot-test-aad-resource-server-by-filter/pom.xml index 873a43bd2987c..35589e70941ea 100644 --- a/sdk/spring/azure-spring-boot-test-aad-resource-server-by-filter/pom.xml +++ b/sdk/spring/azure-spring-boot-test-aad-resource-server-by-filter/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-active-directory - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-aad-resource-server/pom.xml b/sdk/spring/azure-spring-boot-test-aad-resource-server/pom.xml index e2846ba526bce..dd6db7b55ac66 100644 --- a/sdk/spring/azure-spring-boot-test-aad-resource-server/pom.xml +++ b/sdk/spring/azure-spring-boot-test-aad-resource-server/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-active-directory - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-aad-webapp-and-resource-server-with-obo/pom.xml b/sdk/spring/azure-spring-boot-test-aad-webapp-and-resource-server-with-obo/pom.xml index efc032c9e4f2d..e2ad9c0d37ba6 100644 --- a/sdk/spring/azure-spring-boot-test-aad-webapp-and-resource-server-with-obo/pom.xml +++ b/sdk/spring/azure-spring-boot-test-aad-webapp-and-resource-server-with-obo/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-active-directory - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-aad/pom.xml b/sdk/spring/azure-spring-boot-test-aad/pom.xml index e77d47b9b604a..0c5029064576e 100644 --- a/sdk/spring/azure-spring-boot-test-aad/pom.xml +++ b/sdk/spring/azure-spring-boot-test-aad/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-active-directory - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-application/pom.xml b/sdk/spring/azure-spring-boot-test-application/pom.xml index d298b2a73357b..213a01d9e6bb7 100644 --- a/sdk/spring/azure-spring-boot-test-application/pom.xml +++ b/sdk/spring/azure-spring-boot-test-application/pom.xml @@ -36,7 +36,7 @@ com.azure.spring azure-spring-boot-starter-keyvault-secrets - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-core/pom.xml b/sdk/spring/azure-spring-boot-test-core/pom.xml index 849b87a0636f3..f20e252b412c9 100644 --- a/sdk/spring/azure-spring-boot-test-core/pom.xml +++ b/sdk/spring/azure-spring-boot-test-core/pom.xml @@ -71,7 +71,7 @@ com.azure.spring azure-spring-boot-starter - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-cosmos/pom.xml b/sdk/spring/azure-spring-boot-test-cosmos/pom.xml index 065c54caee491..a171a104edc74 100644 --- a/sdk/spring/azure-spring-boot-test-cosmos/pom.xml +++ b/sdk/spring/azure-spring-boot-test-cosmos/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-cosmos - 3.12.0 + 3.13.0-beta.1 com.azure.spring diff --git a/sdk/spring/azure-spring-boot-test-keyvault-certificate/pom.xml b/sdk/spring/azure-spring-boot-test-keyvault-certificate/pom.xml index 11d94981a9749..757e1d654a118 100644 --- a/sdk/spring/azure-spring-boot-test-keyvault-certificate/pom.xml +++ b/sdk/spring/azure-spring-boot-test-keyvault-certificate/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-keyvault-certificates - 3.12.0 + 3.13.0-beta.1 com.azure.spring diff --git a/sdk/spring/azure-spring-boot-test-keyvault/pom-reactive.xml b/sdk/spring/azure-spring-boot-test-keyvault/pom-reactive.xml index 393278f71c215..c7a23407b08fa 100644 --- a/sdk/spring/azure-spring-boot-test-keyvault/pom-reactive.xml +++ b/sdk/spring/azure-spring-boot-test-keyvault/pom-reactive.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-keyvault-secrets - 3.12.0 + 3.13.0-beta.1 com.azure.spring diff --git a/sdk/spring/azure-spring-boot-test-keyvault/pom.xml b/sdk/spring/azure-spring-boot-test-keyvault/pom.xml index 6e2a407d52ed4..63ee0f48d4181 100644 --- a/sdk/spring/azure-spring-boot-test-keyvault/pom.xml +++ b/sdk/spring/azure-spring-boot-test-keyvault/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-keyvault-secrets - 3.12.0 + 3.13.0-beta.1 com.azure.spring diff --git a/sdk/spring/azure-spring-boot-test-servicebus-jms/pom.xml b/sdk/spring/azure-spring-boot-test-servicebus-jms/pom.xml index 38b3b0fcb68f1..051bbb4eb8baa 100644 --- a/sdk/spring/azure-spring-boot-test-servicebus-jms/pom.xml +++ b/sdk/spring/azure-spring-boot-test-servicebus-jms/pom.xml @@ -19,7 +19,7 @@ com.azure.spring azure-spring-boot-starter-servicebus-jms - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-test-storage/pom.xml b/sdk/spring/azure-spring-boot-test-storage/pom.xml index d5db5dfa36222..93e2b34fee8e1 100644 --- a/sdk/spring/azure-spring-boot-test-storage/pom.xml +++ b/sdk/spring/azure-spring-boot-test-storage/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-boot-starter-storage - 3.12.0 + 3.13.0-beta.1 com.azure.spring diff --git a/sdk/spring/azure-spring-boot/CHANGELOG.md b/sdk/spring/azure-spring-boot/CHANGELOG.md index 6fd78a5e5ac5c..d7028256e7a6b 100644 --- a/sdk/spring/azure-spring-boot/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml index a089d9c77c9d5..b37429067d02e 100644 --- a/sdk/spring/azure-spring-boot/pom.xml +++ b/sdk/spring/azure-spring-boot/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 jar Azure Spring Boot AutoConfigure diff --git a/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md b/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md index 925a3b26ac262..1a82e1d0005ea 100644 --- a/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-autoconfigure/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml index c9ff06f0fb9da..4212f1b8540a3 100644 --- a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml +++ b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Autoconfigure https://github.com/Azure/azure-sdk-for-java @@ -78,7 +78,7 @@ com.azure.spring azure-spring-integration-eventhubs - 2.12.0 + 2.13.0-beta.1 true @@ -86,7 +86,7 @@ com.azure.spring azure-spring-integration-servicebus - 2.12.0 + 2.13.0-beta.1 true @@ -124,7 +124,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 true @@ -159,7 +159,7 @@ com.azure.spring azure-spring-cloud-storage - 2.12.0 + 2.13.0-beta.1 test diff --git a/sdk/spring/azure-spring-cloud-context/CHANGELOG.md b/sdk/spring/azure-spring-cloud-context/CHANGELOG.md index e93158194db49..985504b56b973 100644 --- a/sdk/spring/azure-spring-cloud-context/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-context/CHANGELOG.md @@ -1,7 +1,6 @@ # Release History -## 2.12.0 (2021-12-24) -This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. +## 2.13.0-beta.1 (Unreleased) ### Features Added @@ -11,6 +10,9 @@ This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring ### Other Changes +## 2.12.0 (2021-12-24) +This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. + ### Dependency Upgrades - Upgrade to [spring-boot-dependencies:2.6.1](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.6.1/spring-boot-dependencies-2.6.1.pom). - Upgrade to [spring-cloud-dependencies:2021.0.0](https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-dependencies/2021.0.0/spring-cloud-dependencies-2021.0.0.pom). diff --git a/sdk/spring/azure-spring-cloud-context/pom.xml b/sdk/spring/azure-spring-cloud-context/pom.xml index addb39d429630..a1c69f96b4cbc 100644 --- a/sdk/spring/azure-spring-cloud-context/pom.xml +++ b/sdk/spring/azure-spring-cloud-context/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Context https://github.com/Azure/azure-sdk-for-java @@ -66,7 +66,7 @@ com.azure.spring azure-identity-spring - 1.12.0 + 1.13.0-beta.1 diff --git a/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md b/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md index 865b47880c93d..e9ada6d3f7bbf 100644 --- a/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-messaging/pom.xml b/sdk/spring/azure-spring-cloud-messaging/pom.xml index 66fe9aee12f08..0be15d34e31c2 100644 --- a/sdk/spring/azure-spring-cloud-messaging/pom.xml +++ b/sdk/spring/azure-spring-cloud-messaging/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-messaging - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Messaging @@ -20,7 +20,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 org.springframework @@ -30,7 +30,7 @@ com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 + 2.13.0-beta.1 Azure Spring Cloud Starter Cache @@ -20,12 +20,12 @@ com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 org.springframework.boot diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md index ea52bfa62ee9a..74a347fd9693b 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml index 4356a31b0fcfc..c07f5d0a11289 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-starter-eventhubs-kafka - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Starter Event Hubs Kafka @@ -20,7 +20,7 @@ com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 org.springframework.cloud @@ -30,7 +30,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md index 80c29fdd39690..34a848b419a13 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml b/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml index f09400d7b16d7..09f5ff39776fd 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml @@ -12,24 +12,24 @@ com.azure.spring azure-spring-cloud-starter-eventhubs - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Starter Event Hubs com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-eventhubs - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-messaging - 2.12.0 + 2.13.0-beta.1 diff --git a/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md index 56bafb15fc09b..38130fb35424b 100644 --- a/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-servicebus/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml b/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml index f0571484785a2..39789eae7b8de 100644 --- a/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml @@ -12,19 +12,19 @@ com.azure.spring azure-spring-cloud-starter-servicebus - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Starter Service Bus com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-servicebus - 2.12.0 + 2.13.0-beta.1 com.azure diff --git a/sdk/spring/azure-spring-cloud-starter-storage-queue/CHANGELOG.md b/sdk/spring/azure-spring-cloud-starter-storage-queue/CHANGELOG.md index c7a396308f0ec..d541bec4be979 100644 --- a/sdk/spring/azure-spring-cloud-starter-storage-queue/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-starter-storage-queue/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml b/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml index f4052e2d9e1aa..3c3df8a8fb94e 100644 --- a/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml @@ -15,25 +15,25 @@ com.azure.spring azure-spring-cloud-starter-storage-queue - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Starter Storage Queue com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 runtime com.azure.spring azure-spring-cloud-storage - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-storage-queue - 2.12.0 + 2.13.0-beta.1 diff --git a/sdk/spring/azure-spring-cloud-storage/CHANGELOG.md b/sdk/spring/azure-spring-cloud-storage/CHANGELOG.md index 7b004f2ebe597..ab5ac3a64390d 100644 --- a/sdk/spring/azure-spring-cloud-storage/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-storage/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-storage/pom.xml b/sdk/spring/azure-spring-cloud-storage/pom.xml index 016b8db42b569..01a6201e4a343 100644 --- a/sdk/spring/azure-spring-cloud-storage/pom.xml +++ b/sdk/spring/azure-spring-cloud-storage/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-storage - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Storage @@ -23,7 +23,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 @@ -44,7 +44,7 @@ com.azure.spring azure-spring-integration-storage-queue - 2.12.0 + 2.13.0-beta.1 true diff --git a/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md index 789a5bd4785b0..c9524aa475206 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/pom.xml b/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/pom.xml index aac1acae2e191..efa95982271e0 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-cloud-stream-binder-eventhubs/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-stream-binder-eventhubs - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Stream Event Hubs binder https://github.com/Azure/azure-sdk-for-java @@ -31,7 +31,7 @@ com.azure.spring azure-spring-cloud-starter-eventhubs - 2.12.0 + 2.13.0-beta.1 @@ -58,7 +58,7 @@ com.azure.spring azure-spring-cloud-stream-binder-test - 2.12.0 + 2.13.0-beta.1 test + 2.13.0-beta.1 Azure Spring Cloud Stream Service Bus Binder Core https://github.com/Azure/azure-sdk-for-java @@ -30,12 +30,12 @@ com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-starter-servicebus - 2.12.0 + 2.13.0-beta.1 com.azure diff --git a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md index 16ccaf539e766..a85e0807915b1 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/pom.xml b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/pom.xml index df26f0b56c3fb..8672d02273514 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/pom.xml +++ b/sdk/spring/azure-spring-cloud-stream-binder-servicebus-queue/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-stream-binder-servicebus-queue - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Stream Service Bus Queue Binder Azure Service Bus Queue binder for Spring Cloud Stream @@ -27,7 +27,7 @@ com.azure.spring azure-spring-cloud-stream-binder-servicebus-core - 2.12.0 + 2.13.0-beta.1 @@ -47,7 +47,7 @@ com.azure.spring azure-spring-cloud-stream-binder-test - 2.12.0 + 2.13.0-beta.1 test + 2.13.0-beta.1 Azure Spring Cloud Stream Service Bus Topic Binder Azure Service Bus binder for Spring Cloud Stream @@ -27,7 +27,7 @@ com.azure.spring azure-spring-cloud-stream-binder-servicebus-core - 2.12.0 + 2.13.0-beta.1 @@ -47,7 +47,7 @@ com.azure.spring azure-spring-cloud-stream-binder-test - 2.12.0 + 2.13.0-beta.1 test + 2.13.0-beta.1 Azure Spring Cloud Stream Binder Test https://github.com/Azure/azure-sdk-for-java @@ -67,7 +67,7 @@ com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 com.fasterxml.jackson.core diff --git a/sdk/spring/azure-spring-cloud-stream-binder-test/src/main/java/com/azure/spring/servicebus/stream/binder/test/AzurePartitionBinderTests.java b/sdk/spring/azure-spring-cloud-stream-binder-test/src/main/java/com/azure/spring/servicebus/stream/binder/test/AzurePartitionBinderTests.java index 97a0e34c75d10..b13cb508604ad 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-test/src/main/java/com/azure/spring/servicebus/stream/binder/test/AzurePartitionBinderTests.java +++ b/sdk/spring/azure-spring-cloud-stream-binder-test/src/main/java/com/azure/spring/servicebus/stream/binder/test/AzurePartitionBinderTests.java @@ -39,6 +39,9 @@ public abstract class AzurePartitionBinderTests extends PartitionCapableBinderTests { + /** + * Execute necessary operations to enable tests. + */ @BeforeAll public static void enableTests() { } diff --git a/sdk/spring/azure-spring-cloud-test-eventhubs-kafka/pom.xml b/sdk/spring/azure-spring-cloud-test-eventhubs-kafka/pom.xml index c4ef0b8c8d14e..a6d9d865a2cd1 100644 --- a/sdk/spring/azure-spring-cloud-test-eventhubs-kafka/pom.xml +++ b/sdk/spring/azure-spring-cloud-test-eventhubs-kafka/pom.xml @@ -26,7 +26,7 @@ com.azure.spring azure-spring-cloud-starter-eventhubs-kafka - 2.12.0 + 2.13.0-beta.1 org.springframework.kafka diff --git a/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml b/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml index 319cb755ce20a..bbabadb6c5432 100644 --- a/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml @@ -31,7 +31,7 @@ com.azure.spring azure-spring-cloud-stream-binder-eventhubs - 2.12.0 + 2.13.0-beta.1 com.azure.spring @@ -50,7 +50,7 @@ com.azure.spring azure-spring-cloud-stream-binder-test - 2.12.0 + 2.13.0-beta.1 diff --git a/sdk/spring/azure-spring-cloud-test-servicebus-binder/pom.xml b/sdk/spring/azure-spring-cloud-test-servicebus-binder/pom.xml index eb4130580202a..f20f30291b148 100644 --- a/sdk/spring/azure-spring-cloud-test-servicebus-binder/pom.xml +++ b/sdk/spring/azure-spring-cloud-test-servicebus-binder/pom.xml @@ -19,12 +19,12 @@ com.azure.spring azure-spring-cloud-stream-binder-servicebus-queue - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-servicebus-topic - 2.12.0 + 2.13.0-beta.1 org.springframework.boot diff --git a/sdk/spring/azure-spring-integration-core/CHANGELOG.md b/sdk/spring/azure-spring-integration-core/CHANGELOG.md index eda2b8294ce55..f3239fec6f823 100644 --- a/sdk/spring/azure-spring-integration-core/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-core/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-integration-core/pom.xml b/sdk/spring/azure-spring-integration-core/pom.xml index 53ee02c8afe83..47e5c52f7aec0 100644 --- a/sdk/spring/azure-spring-integration-core/pom.xml +++ b/sdk/spring/azure-spring-integration-core/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 Azure Spring Integration Core https://github.com/Azure/azure-sdk-for-java @@ -26,7 +26,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 org.springframework diff --git a/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md b/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md index c98a38ad95d3a..7b7dcba0cec2b 100644 --- a/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-integration-eventhubs/pom.xml b/sdk/spring/azure-spring-integration-eventhubs/pom.xml index d91018977039d..27cca98d8cb71 100644 --- a/sdk/spring/azure-spring-integration-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-integration-eventhubs/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-integration-eventhubs - 2.12.0 + 2.13.0-beta.1 Azure Spring Integration Event Hubs https://github.com/Azure/azure-sdk-for-java @@ -26,7 +26,7 @@ com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 com.azure @@ -43,7 +43,7 @@ com.azure.spring azure-spring-integration-test - 2.12.0 + 2.13.0-beta.1 test + 2.13.0-beta.1 Azure Spring Integration Service Bus https://github.com/Azure/azure-sdk-for-java @@ -26,7 +26,7 @@ com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 com.azure @@ -41,7 +41,7 @@ com.azure.spring azure-spring-integration-test - 2.12.0 + 2.13.0-beta.1 test + 2.13.0-beta.1 Azure Spring Integration Storage Queue https://github.com/Azure/azure-sdk-for-java @@ -27,12 +27,12 @@ com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-test - 2.12.0 + 2.13.0-beta.1 test diff --git a/sdk/spring/azure-spring-integration-test/CHANGELOG.md b/sdk/spring/azure-spring-integration-test/CHANGELOG.md index 6689664b61027..8c949db99b230 100644 --- a/sdk/spring/azure-spring-integration-test/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-test/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-integration-test/pom.xml b/sdk/spring/azure-spring-integration-test/pom.xml index b73e06b5cc673..2a948743bbf7e 100644 --- a/sdk/spring/azure-spring-integration-test/pom.xml +++ b/sdk/spring/azure-spring-integration-test/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-integration-test - 2.12.0 + 2.13.0-beta.1 Azure Spring Integration Test https://github.com/Azure/azure-sdk-for-java @@ -26,7 +26,7 @@ com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 org.mockito diff --git a/sdk/spring/pom.xml b/sdk/spring/pom.xml index c23488976fbe3..84d1a9e799815 100644 --- a/sdk/spring/pom.xml +++ b/sdk/spring/pom.xml @@ -32,72 +32,72 @@ com.azure.spring azure-identity-spring - 1.12.0 + 1.13.0-beta.1 com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure.spring azure-spring-cloud-autoconfigure - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-storage - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-core - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-eventhubs - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-servicebus - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-integration-storage-queue - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-messaging - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-eventhubs - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-servicebus-core - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-servicebus-queue - 2.12.0 + 2.13.0-beta.1 com.azure.spring azure-spring-cloud-stream-binder-servicebus-topic - 2.12.0 + 2.13.0-beta.1