diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 89c17ae638a3..53682d7f5905 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -633,6 +633,19 @@ "JPMS" ] }, + { + "filename": "sdk/spring/README.md", + "words": [ + "Dcheckstyle", + "Dcodesnippet", + "Djacoco", + "Drevapi", + "Dskip", + "Dspotbugs", + "Pdev", + "" + ] + }, { "filename": "sdk/storage/azure-storage-common/**", "words": [ diff --git a/eng/code-quality-reports/src/main/resources/revapi/revapi.json b/eng/code-quality-reports/src/main/resources/revapi/revapi.json index 18df0ac2add2..a6adbe567df5 100644 --- a/eng/code-quality-reports/src/main/resources/revapi/revapi.json +++ b/eng/code-quality-reports/src/main/resources/revapi/revapi.json @@ -352,6 +352,11 @@ "new": "class com.azure.spring.cloud.autoconfigure.data.cosmos.CosmosDataAutoConfiguration", "justification": "Fixes a bug." }, + { + "code": "java.method.added", + "new": "method void com.azure.spring.cloud.autoconfigure.aadb2c.AadB2cOidcLoginConfigurer::(org.springframework.security.web.authentication.logout.LogoutSuccessHandler, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestResolver, org.springframework.security.oauth2.client.endpoint.OAuth2AccessTokenResponseClient, org.springframework.boot.web.client.RestTemplateBuilder)", + "justification": "New method added to fix a bug." + }, { "code": "java.missing.newSuperType", "old": "class com.azure.messaging.eventhubs.EventData", diff --git a/sdk/spring/CHANGELOG.md b/sdk/spring/CHANGELOG.md index 92a7583d1a57..b629a27f2d87 100644 --- a/sdk/spring/CHANGELOG.md +++ b/sdk/spring/CHANGELOG.md @@ -6,15 +6,20 @@ Upgrade Spring Boot dependencies version to 2.7.4 and Spring Cloud dependencies ### Spring Cloud Azure Autoconfigure This section includes changes in `spring-cloud-azure-autoconfigure` module. +## 4.4.1 (2022-10-31) + +### Spring Cloud Azure Autoconfigure +This section includes changes in `spring-cloud-azure-autoconfigure` module. + #### Bugs Fixed - Fix bug: Put a value into Collections.emptyMap(). [#31190](https://github.com/Azure/azure-sdk-for-java/issues/31190). - Fix bug: RestTemplate used to get access token should only contain 2 converters. [#31482](https://github.com/Azure/azure-sdk-for-java/issues/31482). - Fix bug: RestOperations is not well configured when jwkResolver is null. [#31218](https://github.com/Azure/azure-sdk-for-java/issues/31218). - Fix bug: Duplicated "scope" parameter. [#31191](https://github.com/Azure/azure-sdk-for-java/issues/31191). - Fix bug: NimbusJwtDecoder still uses `RestTemplate()` instead `RestTemplateBuilder` [#31233](https://github.com/Azure/azure-sdk-for-java/issues/31233) -- Fix bug: Proxy setting not work in Azure AD B2C web application [31593](https://github.com/Azure/azure-sdk-for-java/issues/31593) -- Fix bug: `spring.main.sources` configuration from Spring Cloud Stream Kafka binder cannot take effect. [#31715](https://github.com/Azure/azure-sdk-for-java/pull/31715) +- Fix bug: Proxy setting not work in Azure AD B2C web application. [31593](https://github.com/Azure/azure-sdk-for-java/issues/31593) - Fix Bug: NoClassDefFoundError for JSONArray. [31716](https://github.com/Azure/azure-sdk-for-java/issues/31716) +- Fix bug: `spring.main.sources` configuration from Spring Cloud Stream Kafka binder cannot take effect. [#31715](https://github.com/Azure/azure-sdk-for-java/pull/31715) ## 4.4.0 (2022-09-26) Upgrade Spring Boot dependencies version to 2.7.3 and Spring Cloud dependencies version to 2021.0.3 @@ -150,7 +155,7 @@ This section includes changes in `spring-integration-azure-storage-queue` module - Upgrade Spring Boot to 2.6.6 to address [CVE-2022-22965](https://github.com/advisories/GHSA-36p3-wjmg-h94x) [#28280](https://github.com/Azure/azure-sdk-for-java/pull/28280). ### Features Added -- GA the `spring-cloud-azure-starter-keyvault-certificates`. This starter supports the auto-configuration of Azure Key Vault `CertificateClient` and `CertificateAsyncClient`. +- GA the `spring-cloud-azure-starter-keyvault-certificates`. This starter supports the auto-configuration of Azure Key Vault `CertificateClient` and `CertificateAsyncClient`. ### Spring Cloud Azure Dependencies (BOM) #### Dependency Updates @@ -173,7 +178,7 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module. ### Dependency Updates - Upgrade dependency according to spring-boot-dependencies:2.6.3 and spring-cloud-dependencies:2021.0.0. -### Features Added +### Features Added - Add `Automatic-Module-Name` for all Spring Cloud Azure modules and change the root package names to match the module names [#27350](https://github.com/Azure/azure-sdk-for-java/issues/27350), [#27420](https://github.com/Azure/azure-sdk-for-java/pull/27420). ### Spring Cloud Azure Dependencies (BOM) @@ -215,8 +220,8 @@ This section includes changes in `spring-cloud-azure-starter-active-directory` m + Delete `AadJwtAudienceValidator` and use `JwtClaimValidator` instead. + Rename `AadTokenClaim` to `AadJwtClaimNames`. -#### Features Added -- Support constructing `AadOAuth2AuthorizationRequestResolver` with `authorizationRequestBaseUri` [#26494](https://github.com/Azure/azure-sdk-for-java/issues/26494). +#### Features Added +- Support constructing `AadOAuth2AuthorizationRequestResolver` with `authorizationRequestBaseUri` [#26494](https://github.com/Azure/azure-sdk-for-java/issues/26494). - Make `AadWebSecurityConfigurerAdapter` more configurable [#27802](https://github.com/Azure/azure-sdk-for-java/pull/27802). #### Dependency Updates @@ -229,21 +234,21 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module. - Refactor retry options [#27332](https://github.com/Azure/azure-sdk-for-java/pull/27332), [#27586](https://github.com/Azure/azure-sdk-for-java/pull/27586). + Delete properties `spring.cloud.azure.retry.timeout` and `spring.cloud.azure..retry.timeout`. + Add properties `spring.cloud.azure.retry.amqp.try-timeout` and `spring.cloud.azure..retry.try-timeout` instead. (`` means this option only applies to AMQP-based service clients). - + Delete properties `spring.cloud.azure.retry.back-off.max-attempts`, `spring.cloud.azure.retry.back-off.delay`, `spring.cloud.azure.retry.back-off.max-delay`, and `spring.cloud.azure.retry.backoff.multiplier`. - + Delete properties `spring.cloud.azure..retry.back-off.max-attempts`, `spring.cloud.azure..retry.back-off.delay`, `spring.cloud.azure..retry.back-off..max-delay`, and `spring.cloud.azure..retry.backoff.multiplier`. + + Delete properties `spring.cloud.azure.retry.back-off.max-attempts`, `spring.cloud.azure.retry.back-off.delay`, `spring.cloud.azure.retry.back-off.max-delay`, and `spring.cloud.azure.retry.backoff.multiplier`. + + Delete properties `spring.cloud.azure..retry.back-off.max-attempts`, `spring.cloud.azure..retry.back-off.delay`, `spring.cloud.azure..retry.back-off..max-delay`, and `spring.cloud.azure..retry.backoff.multiplier`. + Add properties `spring.cloud.azure.retry.mode`, `spring.cloud.azure..retry.mode`, `spring.cloud.azure.retry.exponential.*`, `spring.cloud.azure..retry.exponential.*`, `spring.cloud.azure.retry.fixed*`, and `spring.cloud.azure..retry.fixed.*` instead: - `spring.cloud.azure.retry.exponential.base-delay`. - `spring.cloud.azure.retry.exponential.max-delay`. - `spring.cloud.azure.retry.exponential.max-retries`. - `spring.cloud.azure.retry.fixed.delay`. - `spring.cloud.azure.retry.fixed.max-retries`. -- Refactor proxy options [#27402](https://github.com/Azure/azure-sdk-for-java/pull/27402): +- Refactor proxy options [#27402](https://github.com/Azure/azure-sdk-for-java/pull/27402): + Change `spring.cloud.azure..proxy.authentication-type` to `spring.cloud.azure..proxy.authentication-type`. (`` means this property only applies to AMQP-based service clients). + Delete `spring.cloud.azure.proxy.authentication-type` and add `spring.cloud.azure.proxy.amqp.authentication-type` instead. -- Refactor client options [#27402](https://github.com/Azure/azure-sdk-for-java/pull/27511): +- Refactor client options [#27402](https://github.com/Azure/azure-sdk-for-java/pull/27511): + Change `spring.cloud.azure..client.headers` to `spring.cloud.azure..client.headers`. (`` means this property only applies to HTTP-based service clients). + Delete `spring.cloud.azure.client.headers` and add `spring.cloud.azure.client.http.headers` instead. -- Rename properties `spring.cloud.azure.profile.cloud` and `spring.cloud.azure..cloud` to `spring.cloud.azure.profile.cloud-type` and `spring.cloud.azure..cloud-type` [#27258](https://github.com/Azure/azure-sdk-for-java/pull/27258). +- Rename properties `spring.cloud.azure.profile.cloud` and `spring.cloud.azure..cloud` to `spring.cloud.azure.profile.cloud-type` and `spring.cloud.azure..cloud-type` [#27258](https://github.com/Azure/azure-sdk-for-java/pull/27258). - Delete properties `spring.cloud.azure.credential.managed-identity-client-id` and `spring.cloud.azure..credential.managed-identity-client-id`. Add `spring.cloud.azure.credential.managed-identity-enabled` and `spring.cloud.azure..credential.managed-identity-enabled` instead [#27118](https://github.com/Azure/azure-sdk-for-java/pull/27118), [#27258](https://github.com/Azure/azure-sdk-for-java/pull/27258). - Change type of JWK/JWT time duration properties from `int/long` to `Duration` [#27579](https://github.com/Azure/azure-sdk-for-java/pull/27579): + `spring.cloud.azure.active-directory.jwt-connect-timeout` and `spring.cloud.azure.active-directory.b2c.jwt-connect-timeout`. @@ -276,8 +281,8 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module. - Delete `EventHubsInitializationContextConsumer`, `EventHubsCloseContextConsumer`, `EventHubsErrorContextConsumer` and `ServiceBusErrorContextConsumer`. Please use `Consumer<>` directly if you want to configure them [#27288](https://github.com/Azure/azure-sdk-for-java/pull/27288). - Delete the bean of `EventHubsProcessorContainer` in the autoconfiguration for Event Hubs Spring Messaging support. When needed, a user-defined `EventHubsMessageListenerContainer` bean should be provided for the replacement [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216). - Delete the bean of `ServiceBusProcessorContainer` in the autoconfiguration for Service Bus Spring Messaging support. When needed, a user-defined `ServiceBusMessageListenerContainer` bean should be provided for the replacement [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216). -- Rename Beans in `AadAuthenticationFilterAutoConfiguration` from `azureADJwtTokenFilter\getJWTResourceRetriever\getJWKSetCache` to `aadAuthenticationFilter\jwtResourceRetriever\jwkSetCache` [#27301](https://github.com/Azure/azure-sdk-for-java/pull/27301). -- Rename Bean in `AadB2cResourceServerAutoConfiguration` from `aadIssuerJWSKeySelector` to `aadIssuerJwsKeySelector` [#27301](https://github.com/Azure/azure-sdk-for-java/pull/27301). +- Rename Beans in `AadAuthenticationFilterAutoConfiguration` from `azureADJwtTokenFilter\getJWTResourceRetriever\getJWKSetCache` to `aadAuthenticationFilter\jwtResourceRetriever\jwkSetCache` [#27301](https://github.com/Azure/azure-sdk-for-java/pull/27301). +- Rename Bean in `AadB2cResourceServerAutoConfiguration` from `aadIssuerJWSKeySelector` to `aadIssuerJwsKeySelector` [#27301](https://github.com/Azure/azure-sdk-for-java/pull/27301). - Change non-SDK defined boolean configuration properties from `Boolean` to `boolean` [#27321](https://github.com/Azure/azure-sdk-for-java/pull/27321). - Delete unused API from `KeyVaultOperation` and `KeyVaultPropertySource` [#27722](https://github.com/Azure/azure-sdk-for-java/pull/27722). - Delete `Propagator` from the constructor of `SleuthHttpPolicy` [#27621](https://github.com/Azure/azure-sdk-for-java/pull/27621). @@ -401,7 +406,7 @@ This section includes changes in the `spring-messaging-azure-eventhubs` module. - Move class `PartitionSupplier` from package `com.azure.spring.messaging` to `com.azure.spring.messaging.eventhubs.core` [#27422](https://github.com/Azure/azure-sdk-for-java/issues/27422). - Delete parameter of `PartitionSupplier` from the sending API for a single message in `EventHubsTemplate` [#27422](https://github.com/Azure/azure-sdk-for-java/pull/27422). Please use message headers of `com.azure.spring.messaging.AzureHeaders.PARTITION_ID` and `com.azure.spring.messaging.AzureHeaders.PARTITION_KEY` instead [#27422](https://github.com/Azure/azure-sdk-for-java/issues/27422). - Change the message header prefix from `azure_eventhub` to `azure_eventhubs_` [#27746](https://github.com/Azure/azure-sdk-for-java/pull/27746). -- Refactor the `EventHubsMessageListenerContainer` [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216), [#27543](https://github.com/Azure/azure-sdk-for-java/pull/27543): +- Refactor the `EventHubsMessageListenerContainer` [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216), [#27543](https://github.com/Azure/azure-sdk-for-java/pull/27543): + Change `EventHubsProcessorContainer` to `EventHubsMessageListenerContainer`. + Add class `EventHubsContainerProperties` for constructing a `EventHubsMessageListenerContainer`. + Add `EventHubsErrorHandler` for `EventHubsMessageListenerContainer`. @@ -417,7 +422,7 @@ This section includes changes in the `spring-messaging-azure-servicebus` module. - Delete parameter of `PartitionSupplier` from the sending API for a single message in `ServiceBusTemplate` [#27349](https://github.com/Azure/azure-sdk-for-java/issues/27349). Please use message header of `com.azure.spring.messaging.AzureHeaders.PARTITION_KEY` instead [#27422](https://github.com/Azure/azure-sdk-for-java/issues/27422). - Delete message header of `AzureHeaders.RAW_ID`. Please use `ServiceBusMessageHeaders.MESSAGE_ID` instead [#27675](https://github.com/Azure/azure-sdk-for-java/pull/27675), [#27820](https://github.com/Azure/azure-sdk-for-java/pull/27820). -- Refactor the `ServiceBusMessageListenerContainer` [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216), [#27543](https://github.com/Azure/azure-sdk-for-java/pull/27543): +- Refactor the `ServiceBusMessageListenerContainer` [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216), [#27543](https://github.com/Azure/azure-sdk-for-java/pull/27543): + Change `ServiceBusProcessorContainer` to `ServiceBusMessageListenerContainer`. + Add class `ServiceBusContainerProperties` for constructing a `ServiceBusMessageListenerContainer`. + Add `ServiceBusErrorHandler` for `ServiceBusMessageListenerContainer`. diff --git a/sdk/spring/README.md b/sdk/spring/README.md index 84af64f8881e..6f0656fbe15a 100644 --- a/sdk/spring/README.md +++ b/sdk/spring/README.md @@ -130,7 +130,7 @@ Current binder implementations include: If you’re a Maven user, add our BOM to your pom.xml `` section. This will allow you to not specify versions for any of the Maven dependencies and instead delegate versioning to the BOM. -[//]: # ({x-version-update-start;com.azure.spring:spring-cloud-azure-dependencies;dependency}) +[//]: # ({x-version-update-start;com.azure.spring:spring-cloud-azure-dependencies;current}) ```xml diff --git a/sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md b/sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-actuator-autoconfigure/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md b/sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-actuator/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md b/sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md index 1216ba99f3e1..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-autoconfigure/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added @@ -30,6 +34,8 @@ ### Other Changes +## 4.3.0 (2022-06-29) + Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/5715c1bf3d88941760ed5aa3ebce216eee8fa50a/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details. ## 4.2.0 (2022-05-26) diff --git a/sdk/spring/spring-cloud-azure-autoconfigure/src/test/resources/aad/access-token-response.json b/sdk/spring/spring-cloud-azure-autoconfigure/src/test/resources/aad/access-token-response.json index 06366c914611..2c9f94ceedc2 100644 --- a/sdk/spring/spring-cloud-azure-autoconfigure/src/test/resources/aad/access-token-response.json +++ b/sdk/spring/spring-cloud-azure-autoconfigure/src/test/resources/aad/access-token-response.json @@ -6,4 +6,4 @@ "access_token": "test_access_token_value", "refresh_token": "test_refresh_token_value", "id_token": "test_id_token_value" -} \ No newline at end of file +} diff --git a/sdk/spring/spring-cloud-azure-core/CHANGELOG.md b/sdk/spring/spring-cloud-azure-core/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-core/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-core/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-resourcemanager/CHANGELOG.md b/sdk/spring/spring-cloud-azure-resourcemanager/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-resourcemanager/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-resourcemanager/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-service/CHANGELOG.md b/sdk/spring/spring-cloud-azure-service/CHANGELOG.md index 2b88f1080b86..193c31118732 100644 --- a/sdk/spring/spring-cloud-azure-service/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-service/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/CHANGELOG.md b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs-core/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/CHANGELOG.md b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-stream-binder-eventhubs/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/CHANGELOG.md b/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/CHANGELOG.md index 2b88f1080b86..193c31118732 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-stream-binder-servicebus-core/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-stream-binder-servicebus/CHANGELOG.md b/sdk/spring/spring-cloud-azure-stream-binder-servicebus/CHANGELOG.md index 2b88f1080b86..193c31118732 100644 --- a/sdk/spring/spring-cloud-azure-stream-binder-servicebus/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-stream-binder-servicebus/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-cloud-azure-trace-sleuth/CHANGELOG.md b/sdk/spring/spring-cloud-azure-trace-sleuth/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-cloud-azure-trace-sleuth/CHANGELOG.md +++ b/sdk/spring/spring-cloud-azure-trace-sleuth/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-integration-azure-core/CHANGELOG.md b/sdk/spring/spring-integration-azure-core/CHANGELOG.md index 2b88f1080b86..193c31118732 100644 --- a/sdk/spring/spring-integration-azure-core/CHANGELOG.md +++ b/sdk/spring/spring-integration-azure-core/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-integration-azure-eventhubs/CHANGELOG.md b/sdk/spring/spring-integration-azure-eventhubs/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-integration-azure-eventhubs/CHANGELOG.md +++ b/sdk/spring/spring-integration-azure-eventhubs/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-integration-azure-servicebus/CHANGELOG.md b/sdk/spring/spring-integration-azure-servicebus/CHANGELOG.md index 2b88f1080b86..193c31118732 100644 --- a/sdk/spring/spring-integration-azure-servicebus/CHANGELOG.md +++ b/sdk/spring/spring-integration-azure-servicebus/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-integration-azure-storage-queue/CHANGELOG.md b/sdk/spring/spring-integration-azure-storage-queue/CHANGELOG.md index f4c1e68723e6..193c31118732 100644 --- a/sdk/spring/spring-integration-azure-storage-queue/CHANGELOG.md +++ b/sdk/spring/spring-integration-azure-storage-queue/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added @@ -29,6 +33,7 @@ ### Bugs Fixed ### Other Changes + ## 4.3.0 (2022-06-29) Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/5715c1bf3d88941760ed5aa3ebce216eee8fa50a/sdk/spring/CHANGELOG.md#430-2022-06-29) for more details. diff --git a/sdk/spring/spring-messaging-azure-eventhubs/CHANGELOG.md b/sdk/spring/spring-messaging-azure-eventhubs/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-messaging-azure-eventhubs/CHANGELOG.md +++ b/sdk/spring/spring-messaging-azure-eventhubs/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-messaging-azure-servicebus/CHANGELOG.md b/sdk/spring/spring-messaging-azure-servicebus/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-messaging-azure-servicebus/CHANGELOG.md +++ b/sdk/spring/spring-messaging-azure-servicebus/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-messaging-azure-storage-queue/CHANGELOG.md b/sdk/spring/spring-messaging-azure-storage-queue/CHANGELOG.md index 2b88f1080b86..193c31118732 100644 --- a/sdk/spring/spring-messaging-azure-storage-queue/CHANGELOG.md +++ b/sdk/spring/spring-messaging-azure-storage-queue/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added diff --git a/sdk/spring/spring-messaging-azure/CHANGELOG.md b/sdk/spring/spring-messaging-azure/CHANGELOG.md index b6c1732e5694..0cf5c0c38467 100644 --- a/sdk/spring/spring-messaging-azure/CHANGELOG.md +++ b/sdk/spring/spring-messaging-azure/CHANGELOG.md @@ -10,6 +10,10 @@ ### Other Changes +## 4.4.1 (2022-10-31) + +Please refer to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/87caddfe8c06aaf471d9ee72428a6ac21f1d2e14/sdk/spring/CHANGELOG.md#441-2022-10-31) for more details. + ## 4.4.0 (2022-09-26) ### Features Added