[4.0.x] Restore the Google Cloud mirror for CI resolution - #12701
Merged
slachiewicz merged 1 commit intoAug 7, 2026
Merged
Conversation
Reverts c05b25d. That commit commented the mirror out because the Google Cloud mirror of Central lagged a fresh release: apache-maven-4.0.0-rc-6 was still a 404 there days after Central served it. The mirror has since caught up, and resolving through it is measurably cheaper for CI than hitting Central directly on every job. The lag is a release-day concern, not a steady-state one, so the mirror is the better default between releases.
gnodet
approved these changes
Aug 7, 2026
gnodet
left a comment
Contributor
There was a problem hiding this comment.
Clean backport of PR #12700 to maven-4.0.x. The diff is identical to the master PR, the mirror URL is correct, and the change is a straightforward revert of the temporary disabling during the rc-6 sync lag.
Minor: the file still lacks a trailing newline (pre-existing, not introduced here).
This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.
Claude Code on behalf of gnodet
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.
Backport of #12700 to
maven-4.0.x.Reverts c05b25d, which commented out the
mimir.session.mirrorsline in.github/ci-mimir-session.properties.The mirror was disabled because
apache-maven-4.0.0-rc-6was still a 404 on the Google Cloud mirror days after Central served it. That URL returns 200 today, so the mirror has caught up, and it is cheaper for CI than resolving from Central on every job.Re-exposes CI to the same 404 window when the next RC drops; commenting the line out again is a one-line change if that happens.