Skip to content

Remove Spring Milestone repository - #49523

Merged
Alan Zimmer (alzimmermsft) merged 3 commits into
mainfrom
rujche/main/remove-spring-milestone-repository
Jun 18, 2026
Merged

Remove Spring Milestone repository#49523
Alan Zimmer (alzimmermsft) merged 3 commits into
mainfrom
rujche/main/remove-spring-milestone-repository

Conversation

@rujche

Copy link
Copy Markdown
Contributor

Description

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 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes the Maven profile that adds the Spring Milestone repository from the azure-client-sdk-parent parent POM, aligning the build with the intent to stop using that external repository as pipelines move toward restricted network access.

Changes:

  • Deleted the external-dependency-version-overrides Maven profile that configured https://repo.spring.io/milestone for version override test runs.

Comment thread sdk/parents/azure-client-sdk-parent/pom.xml
@rujche
Rujun Chen (rujche) force-pushed the rujche/main/remove-spring-milestone-repository branch from 6e1b399 to 0435a0b Compare June 17, 2026 01:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comment thread eng/settings.xml
Co-authored-by: rujche <171773178+rujche@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

@alzimmermsft
Alan Zimmer (alzimmermsft) merged commit 690ed9d into main Jun 18, 2026
29 checks passed
@alzimmermsft
Alan Zimmer (alzimmermsft) deleted the rujche/main/remove-spring-milestone-repository branch June 18, 2026 13:26
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Spring Cloud Azure Jun 18, 2026
Abhijeet Mohanty (jeet1995) added a commit to jeet1995/azure-sdk-for-java that referenced this pull request Aug 30, 2026
Backport PR Azure#49523's mirror correction so Spring Milestone cannot bypass the authenticated Azure Artifacts mirror on isolated agents.
Abhijeet Mohanty (jeet1995) added a commit to jeet1995/azure-sdk-for-java that referenced this pull request Aug 30, 2026
Backport PR Azure#49523's mirror correction so Spring Milestone cannot bypass the authenticated Azure Artifacts mirror on isolated agents.
Abhijeet Mohanty (jeet1995) added a commit to jeet1995/azure-sdk-for-java that referenced this pull request Aug 30, 2026
Backport PR Azure#49523's mirror correction so Spring Milestone cannot bypass the authenticated Azure Artifacts mirror on isolated agents.
Abhijeet Mohanty (jeet1995) added a commit that referenced this pull request Sep 4, 2026
* Fix partitionLevelCircuitBreakerCfg missing from CosmosDiagnostics clientCfgs

The partitionLevelCircuitBreakerCfg field disappeared from the clientCfgs
section of CosmosDiagnostics when a customer explicitly enabled Per-Partition
Circuit Breaker (PPCB) client-side.

Root cause: the diagnostics write was coupled to the Per-Partition Automatic
Failover (PPAF) initialization path, so the field was only populated when the
service mandated PPAF, not when PPCB was configured client-side.

Fix: move the diagnostics write into initializePerPartitionCircuitBreaker(),
which is invoked unconditionally at client init, so the field appears whenever
the circuit breaker is configured client-side.

Adds a CI-runnable regression test asserting all clientCfgs keys are present,
including partitionLevelCircuitBreakerCfg.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Address Copilot review: use strictly valid JSON in PPCB test system property

Remove trailing comma before closing brace in the COSMOS.PARTITION_LEVEL_CIRCUIT_BREAKER_CONFIG
JSON so the value is strictly valid and clearer as a customer reference.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Add changelog entry for PPCB diagnostics fix

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Add PPCB clientCfgs diagnostics validation to PerPartitionCircuitBreakerE2ETests

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Run PPCB clientCfgs diagnostics E2E test across all TestNG groups

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Simplify PPCB E2E diagnostics test to verify unconditional clientCfgs keys

The partitionLevelCircuitBreakerCfg field now appears in clientCfgs for every
client regardless of PPCB configuration, so the E2E test no longer sets the
COSMOS.PARTITION_LEVEL_CIRCUIT_BREAKER_CONFIG system property. It just builds a
plain client and asserts all expected clientCfgs keys (including
partitionLevelCircuitBreakerCfg) are present in CosmosDiagnostics.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Simplify PPCB unit test to assert clientCfgs key presence only

Remove PPCB System.setProperty/clearProperty and the value-specific
assertion; assert only that all clientCfgs keys are present, matching
the E2E test simplification.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Fix PPCB failback with missing or stale addresses (#50182)

* Fix PPCB failback with missing or stale addresses

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix PPCB diagnostics and failback observability. (#50158)

* Improve PPCB failback diagnostics

* Validate PPCB state in diagnostics E2E tests

* Limit PPCB diagnostics assertion to data-plane requests

* Log PPCB failback backlog progress

* Add PPCB failback remaining meter

* Clarify PPCB failback meter name

* Reduce PPCB failback meter allocations

* Track PPCB pending recoveries by collection

* Correlate PPCB failback recovery diagnostics

* Harden PPCB failback recovery tests

* Fix PPCB all-region diagnostics assertion

* Optimize PPCB diagnostics snapshots

* Cache PPCB diagnostics snapshots

* Align PPCB failback flow with main

* Add benchmark fault injection support.

* Harden PPCB failback telemetry

Use a single injectable logger, prevent backlog telemetry failures from escaping the recovery flow, and align the pending failback metric name.

* Scope PR to PPCB diagnostics

Remove benchmark, fault-injection, metric, and recovery behavior changes. Retain immutable CosmosDiagnostics PPCB snapshots, lifecycle E2E assertions, and WARN logging for every failback failure.

* Reduce PPCB diagnostics overhead

Reuse immutable PPCB map references in response snapshots and shorten per-region diagnostic field names.

* Refactoring

* Simplify PPCB diagnostics snapshots

Represent holder state with one volatile immutable-map reference and align the compact timestamp serialization test.

* Ignore updates to empty PPCB diagnostics

Make updates to the shared uninitialized diagnostics sentinel a no-op and verify it remains null-serializing.

* Avoid copying PPCB diagnostics state

Retain the live PPCB diagnostics map reference to avoid per-publication map and wrapper allocations, accepting weak consistency.

* Log PPCB diagnostics lifecycle snapshots

Emit one full CosmosDiagnostics JSON payload for failed, post-failover, and post-failback E2E phases for PR evidence.

* Document PPCB diagnostics improvements

Add the unreleased changelog entry for per-region PPCB snapshots and failback WARN logging.

* Add PPCB failback outcome diagnostics

Track the latest background failback attempt time, outcome, and failure reason per partition-region; validate lifecycle state in E2E and focused recovery tests.

* Reset unavailable timestamp after PPCB failback

Use the available-state sentinel when recovery moves a region to HealthyTentative and cover it in the scheduled recovery test.

* Refine PPCB failback diagnostics

Keep failback attempt metadata partition-scoped, retain only the latest full failure message per region, and clear retained messages when recovery backlog drains.

* Prepare azure-cosmos 4.79.1-hotfix backport

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Adapt PPCB tests for azure-cosmos 4.79

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Restore PPCB hotfix regression coverage

* Backport customer workflow tests from PR #49568

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Use authenticated Maven mirror in pipelines

Complete the existing pipeline authentication flow with mirror settings so network-isolated agents resolve Maven dependencies through the Azure SDK feed.

* Run LatestCommitted workflow in Direct mode

Exclude the unsupported Gateway factory case while retaining Direct-mode LatestCommitted customer workflow coverage.

* Fix hotfix test and Kafka pipeline compatibility

Restrict Gateway customer workflows that require later ReadConsistencyStrategy support, route Confluent dependencies through authenticated CFS, and authenticate Testcontainers image pulls through ACR.

* Route Spring Maven repository through CFS

Backport PR #49523's mirror correction so Spring Milestone cannot bypass the authenticated Azure Artifacts mirror on isolated agents.

* Retry reads until one region is contacted

* Remove Confluent serializer dependency from Kafka tests

* Fix hotfix CI dependency validation

* Fix test proxy startup on macOS

* Remove unused Confluent dependency version

* Authenticate pipeline tooling dependencies

* Route NuGet through Azure Artifacts

* Authenticate cspell npm dependencies

* Skip TypeSpec code generation verification

* Skip FromSource tests in Cosmos CI

* Backport Cosmos test infrastructure updates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Remove unsupported non-canonical region PPCB test

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Date azure-cosmos 4.79.1-hotfix release

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

---------

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Annie Liang <64233642+xinlian12@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350
Abhijeet Mohanty (jeet1995) added a commit that referenced this pull request Sep 4, 2026
* Fix PPCB failback with missing or stale addresses (#50182)

* Fix PPCB failback with missing or stale addresses

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix PPCB diagnostics and failback observability. (#50158)

* Improve PPCB failback diagnostics

* Validate PPCB state in diagnostics E2E tests

* Limit PPCB diagnostics assertion to data-plane requests

* Log PPCB failback backlog progress

* Add PPCB failback remaining meter

* Clarify PPCB failback meter name

* Reduce PPCB failback meter allocations

* Track PPCB pending recoveries by collection

* Correlate PPCB failback recovery diagnostics

* Harden PPCB failback recovery tests

* Fix PPCB all-region diagnostics assertion

* Optimize PPCB diagnostics snapshots

* Cache PPCB diagnostics snapshots

* Align PPCB failback flow with main

* Add benchmark fault injection support.

* Harden PPCB failback telemetry

Use a single injectable logger, prevent backlog telemetry failures from escaping the recovery flow, and align the pending failback metric name.

* Scope PR to PPCB diagnostics

Remove benchmark, fault-injection, metric, and recovery behavior changes. Retain immutable CosmosDiagnostics PPCB snapshots, lifecycle E2E assertions, and WARN logging for every failback failure.

* Reduce PPCB diagnostics overhead

Reuse immutable PPCB map references in response snapshots and shorten per-region diagnostic field names.

* Refactoring

* Simplify PPCB diagnostics snapshots

Represent holder state with one volatile immutable-map reference and align the compact timestamp serialization test.

* Ignore updates to empty PPCB diagnostics

Make updates to the shared uninitialized diagnostics sentinel a no-op and verify it remains null-serializing.

* Avoid copying PPCB diagnostics state

Retain the live PPCB diagnostics map reference to avoid per-publication map and wrapper allocations, accepting weak consistency.

* Log PPCB diagnostics lifecycle snapshots

Emit one full CosmosDiagnostics JSON payload for failed, post-failover, and post-failback E2E phases for PR evidence.

* Document PPCB diagnostics improvements

Add the unreleased changelog entry for per-region PPCB snapshots and failback WARN logging.

* Add PPCB failback outcome diagnostics

Track the latest background failback attempt time, outcome, and failure reason per partition-region; validate lifecycle state in E2E and focused recovery tests.

* Reset unavailable timestamp after PPCB failback

Use the available-state sentinel when recovery moves a region to HealthyTentative and cover it in the scheduled recovery test.

* Refine PPCB failback diagnostics

Keep failback attempt metadata partition-scoped, retain only the latest full failure message per region, and clear retained messages when recovery backlog drains.

* Fix partitionLevelCircuitBreakerCfg missing from CosmosDiagnostics clientCfgs

The partitionLevelCircuitBreakerCfg field disappeared from the clientCfgs
section of CosmosDiagnostics when a customer explicitly enabled Per-Partition
Circuit Breaker (PPCB) client-side.

Root cause: the diagnostics write was coupled to the Per-Partition Automatic
Failover (PPAF) initialization path, so the field was only populated when the
service mandated PPAF, not when PPCB was configured client-side.

Fix: move the diagnostics write into initializePerPartitionCircuitBreaker(),
which is invoked unconditionally at client init, so the field appears whenever
the circuit breaker is configured client-side.

Adds a CI-runnable regression test asserting all clientCfgs keys are present,
including partitionLevelCircuitBreakerCfg.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Address Copilot review: use strictly valid JSON in PPCB test system property

Remove trailing comma before closing brace in the COSMOS.PARTITION_LEVEL_CIRCUIT_BREAKER_CONFIG
JSON so the value is strictly valid and clearer as a customer reference.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Add PPCB clientCfgs diagnostics validation to PerPartitionCircuitBreakerE2ETests

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Run PPCB clientCfgs diagnostics E2E test across all TestNG groups

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Simplify PPCB E2E diagnostics test to verify unconditional clientCfgs keys

The partitionLevelCircuitBreakerCfg field now appears in clientCfgs for every
client regardless of PPCB configuration, so the E2E test no longer sets the
COSMOS.PARTITION_LEVEL_CIRCUIT_BREAKER_CONFIG system property. It just builds a
plain client and asserts all expected clientCfgs keys (including
partitionLevelCircuitBreakerCfg) are present in CosmosDiagnostics.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Simplify PPCB unit test to assert clientCfgs key presence only

Remove PPCB System.setProperty/clearProperty and the value-specific
assertion; assert only that all clientCfgs keys are present, matching
the E2E test simplification.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Prepare azure-cosmos 4.76.1-hotfix backport

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Restore PPCB hotfix regression coverage

* Backport customer workflow tests from PR #49568

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Use authenticated Maven mirror in pipelines

Route CI and live-test Maven dependency resolution through the authenticated Azure SDK feed so network-isolated agents do not access Maven Central directly.

* Run LatestCommitted workflow in Direct mode

Exclude the unsupported Gateway factory case while retaining Direct-mode LatestCommitted customer workflow coverage.

* Fix hotfix test and Kafka pipeline compatibility

Restrict unsupported customer workflow modes, initialize PPCB fixtures for the thin-client group, route Confluent dependencies through authenticated CFS, and authenticate Testcontainers image pulls through ACR.

* Route Spring Maven repository through CFS

Backport PR #49523's mirror correction so Spring Milestone cannot bypass the authenticated Azure Artifacts mirror on isolated agents.

* Retry reads until one region is contacted

* Remove Confluent serializer dependency from Kafka tests

* Fix hotfix CI dependency validation

* Fix test proxy startup on macOS

* Remove unused Confluent dependency version

* Authenticate Maven in hotfix CI jobs

* Authenticate pipeline tooling dependencies

* Route NuGet through Azure Artifacts

* Skip FromSource tests in Cosmos CI

* Backport Cosmos test infrastructure updates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Date azure-cosmos 4.76.1-hotfix release

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

---------

Co-authored-by: Annie Liang <64233642+xinlian12@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350
Abhijeet Mohanty (jeet1995) added a commit that referenced this pull request Sep 4, 2026
* Fix PPCB failback with missing or stale addresses (#50182)

* Fix PPCB failback with missing or stale addresses

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix PPCB diagnostics and failback observability. (#50158)

* Improve PPCB failback diagnostics

* Validate PPCB state in diagnostics E2E tests

* Limit PPCB diagnostics assertion to data-plane requests

* Log PPCB failback backlog progress

* Add PPCB failback remaining meter

* Clarify PPCB failback meter name

* Reduce PPCB failback meter allocations

* Track PPCB pending recoveries by collection

* Correlate PPCB failback recovery diagnostics

* Harden PPCB failback recovery tests

* Fix PPCB all-region diagnostics assertion

* Optimize PPCB diagnostics snapshots

* Cache PPCB diagnostics snapshots

* Align PPCB failback flow with main

* Add benchmark fault injection support.

* Harden PPCB failback telemetry

Use a single injectable logger, prevent backlog telemetry failures from escaping the recovery flow, and align the pending failback metric name.

* Scope PR to PPCB diagnostics

Remove benchmark, fault-injection, metric, and recovery behavior changes. Retain immutable CosmosDiagnostics PPCB snapshots, lifecycle E2E assertions, and WARN logging for every failback failure.

* Reduce PPCB diagnostics overhead

Reuse immutable PPCB map references in response snapshots and shorten per-region diagnostic field names.

* Refactoring

* Simplify PPCB diagnostics snapshots

Represent holder state with one volatile immutable-map reference and align the compact timestamp serialization test.

* Ignore updates to empty PPCB diagnostics

Make updates to the shared uninitialized diagnostics sentinel a no-op and verify it remains null-serializing.

* Avoid copying PPCB diagnostics state

Retain the live PPCB diagnostics map reference to avoid per-publication map and wrapper allocations, accepting weak consistency.

* Log PPCB diagnostics lifecycle snapshots

Emit one full CosmosDiagnostics JSON payload for failed, post-failover, and post-failback E2E phases for PR evidence.

* Document PPCB diagnostics improvements

Add the unreleased changelog entry for per-region PPCB snapshots and failback WARN logging.

* Add PPCB failback outcome diagnostics

Track the latest background failback attempt time, outcome, and failure reason per partition-region; validate lifecycle state in E2E and focused recovery tests.

* Reset unavailable timestamp after PPCB failback

Use the available-state sentinel when recovery moves a region to HealthyTentative and cover it in the scheduled recovery test.

* Refine PPCB failback diagnostics

Keep failback attempt metadata partition-scoped, retain only the latest full failure message per region, and clear retained messages when recovery backlog drains.

* Prepare azure-cosmos 4.71.3-hotfix backport

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Backport PPCB diagnostics client config fix (#49734)

* Restore PPCB hotfix regression coverage

* Backport customer workflow tests from PR #49568

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Use authenticated Maven mirror in pipelines

Route CI and live-test Maven dependency resolution through the authenticated Azure SDK feed so network-isolated agents do not access Maven Central directly.

* Authenticate Maven in remaining pipeline jobs

Replace all remaining reporting-tools warmup calls with the authenticated Azure Artifacts Maven setup so version, native, validation, aggregate, and patch pipeline jobs work under network isolation.

* Remove obsolete reporting setup from Cosmos pipelines

Rely on shared authenticated Maven setup in isolated test jobs instead of injecting the network-isolation-incompatible reporting-tools warmup from Cosmos test and Kafka pipelines.

* Run LatestCommitted workflow in Direct mode

Exclude the unsupported Gateway factory case while retaining Direct-mode LatestCommitted customer workflow coverage.

* Fix hotfix test and Kafka pipeline compatibility

Restrict unsupported customer workflow modes, initialize PPCB fixtures for the thin-client group, route Confluent dependencies through authenticated CFS, and authenticate Testcontainers image pulls through ACR.

* Route Spring Maven repository through CFS

Backport PR #49523's mirror correction so Spring Milestone cannot bypass the authenticated Azure Artifacts mirror on isolated agents.

* Retry reads until one region is contacted

* Remove Confluent serializer dependency from Kafka tests

* Fix hotfix CI dependency validation

* Fix test proxy startup on macOS

* Remove unused Confluent dependency version

* Authenticate Maven in hotfix CI jobs

* Authenticate pipeline tooling dependencies

* Skip code quality linting for 4.71.3 hotfix

* Skip 4.71.3 code quality job

* Route NuGet through Azure Artifacts

* Remove unavailable leak detector listener

* Remove Thin Client HTTP2 workflow matrix cases

* Backport Cosmos test infrastructure updates

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Date azure-cosmos 4.71.3-hotfix release

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350

* Fix tests.

---------

Co-authored-by: Annie Liang <64233642+xinlian12@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 16ce0941-555c-4190-8c4d-96c705086350
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure.Core azure-core

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants