Prepare for Spring Cloud Azure 6.1.0 release#47559
Closed
Netyyyy wants to merge 6 commits intoAzure:release/spring-cloud-azure_6.1.0from
Closed
Prepare for Spring Cloud Azure 6.1.0 release#47559Netyyyy wants to merge 6 commits intoAzure:release/spring-cloud-azure_6.1.0from
Netyyyy wants to merge 6 commits intoAzure:release/spring-cloud-azure_6.1.0from
Conversation
- Update version_client.txt versions from 6.1.0-beta.1 to 6.1.0 for all Spring modules - Run update_versions.py to update pom.xml files - Revert unrelated file changes outside sdk/spring and sdk/boms/spring-cloud-azure-dependencies - Update azure-sdk-bom version to 1.3.3 in spring-cloud-azure-dependencies/pom.xml - Update sdk/spring/CHANGELOG.md with: - Release date 2025-12-15 - Compatibility notes for Spring Boot 3.5.0-3.5.8 and Spring Cloud 2025.0.0 - BOM section with azure-sdk-bom upgrade to 1.3.3 - Aggregated bug fixes from individual module CHANGELOGs - Azure Spring Data Cosmos section reference - Update sdk/spring/azure-spring-data-cosmos/CHANGELOG.md with release date - Update all other sdk/spring/xxx/CHANGELOG.md files to reference main CHANGELOG Co-authored-by: Netyyyy <92105726+Netyyyy@users.noreply.github.com>
…stream-binder (Azure#47557) * Add unit test to confirm 'token-credential-bean-name' property work in spring-cloud-azure-stream-binder * Fix bug: 'token-credential-bean-name' not work in spring-cloud-azure-stream-binder * Fix unit test failure * Use another method to fix the test failure (cherry picked from commit 8af6274)
Contributor
API Change CheckAPIView identified API level changes in this PR and created the following API reviews com.azure.spring:spring-messaging-azure-eventhubs |
rujche
requested changes
Dec 15, 2025
| import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; | ||
| import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; | ||
| import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; | ||
| import org.springframework.context.ApplicationContext; |
Member
There was a problem hiding this comment.
How about doing like this:
- Merge this PR: Fix bug: 'token-credential-bean-name' not work in spring-cloud-azure-stream-binder #47557
- Update
release/spring-cloud-azure_6.1.0branch, maybe we can checkout a new branch from main branch. - Then this PR should not contain the changes from this PR: Fix bug: 'token-credential-bean-name' not work in spring-cloud-azure-stream-binder #47557
| @ConditionalOnMissingBean | ||
| ServiceBusProcessorFactory defaultServiceBusNamespaceProcessorFactory( | ||
| NamespaceProperties properties, | ||
| ApplicationContext applicationContext, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Prepare for Spring Cloud Azure 6.1.0 release
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines