Use maven central in addition to google proxy, not as a replacement.#15963
Merged
dweiss merged 1 commit intoapache:mainfrom Apr 15, 2026
Merged
Use maven central in addition to google proxy, not as a replacement.#15963dweiss merged 1 commit intoapache:mainfrom
dweiss merged 1 commit intoapache:mainfrom
Conversation
dweiss
added a commit
that referenced
this pull request
Apr 15, 2026
dweiss
added a commit
that referenced
this pull request
Apr 15, 2026
dweiss
added a commit
that referenced
this pull request
Apr 15, 2026
…o 2.49.0 (#15959) * deps(java): bump com.google.errorprone:error_prone_core Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.48.0 to 2.49.0. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.48.0...v2.49.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_core dependency-version: 2.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * New checks, lock file. * Temporarily turn off google mirror. * Run with --info. * Use maven central in addition to google proxy, not as a replacement. (#15963) * Revert "Run with --info." This reverts commit 83f6ab6. * Revert "Temporarily turn off google mirror." This reverts commit bf5acbf. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dawid Weiss <dawid.weiss@carrotsearch.com>
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.
This returns 404 for me -
https://maven-central.storage-download.googleapis.com/maven2/com/google/errorprone/error_prone_core/2.49.0/error_prone_core-2.49.0.pom
even though it's clearly on central and has been for a while -
https://repo1.maven.org/maven2/com/google/errorprone/error_prone_core/2.49.0/error_prone_core-2.49.0.pom
I've made the change to make google central a first-try check on the CI, but fallback to maven central.