Skip to content

Comments

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
Netyyyy:copilot/releasespring-cloud-azure-6-1-0
Closed

Prepare for Spring Cloud Azure 6.1.0 release#47559
Netyyyy wants to merge 6 commits intoAzure:release/spring-cloud-azure_6.1.0from
Netyyyy:copilot/releasespring-cloud-azure-6-1-0

Conversation

@Netyyyy
Copy link
Member

@Netyyyy Netyyyy commented Dec 15, 2025

Description

Prepare for Spring Cloud Azure 6.1.0 release

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI and others added 3 commits December 15, 2025 03:06
- 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>
@github-actions github-actions bot added the azure-spring All azure-spring related issues label Dec 15, 2025
Netyyyy and others added 3 commits December 15, 2025 12:57
…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)
@github-actions
Copy link
Contributor

API Change Check

APIView identified API level changes in this PR and created the following API reviews

com.azure.spring:spring-messaging-azure-eventhubs
com.azure.spring:spring-messaging-azure-servicebus

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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about doing like this:

  1. Merge this PR: Fix bug: 'token-credential-bean-name' not work in spring-cloud-azure-stream-binder #47557
  2. Update release/spring-cloud-azure_6.1.0 branch, maybe we can checkout a new branch from main branch.
  3. 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,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@Netyyyy Netyyyy deleted the branch Azure:release/spring-cloud-azure_6.1.0 December 15, 2025 06:43
@Netyyyy Netyyyy closed this Dec 15, 2025
@github-project-automation github-project-automation bot moved this from Done to In Progress in Spring Cloud Azure Jan 22, 2026
@github-project-automation github-project-automation bot moved this from Todo to Done in Spring Cloud Azure Jan 22, 2026
@rujche rujche added this to the 2026-01 milestone Jan 22, 2026
@rujche rujche moved this from In Progress to Cut in Spring Cloud Azure Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

azure-spring All azure-spring related issues

Projects

Status: Cut

Development

Successfully merging this pull request may close these issues.

3 participants