UNOMI-971: Remove obsolete Maven repositories that stall CI#840
Merged
Conversation
Drop project-declared ServiceMix SVN, dead OPS4J Sonatype snapshots, and redundant Apache snapshots-group entries. Central and Apache snapshots already come from the Apache parent POM.
…down Canceling in-flight futures can invoke handleTaskError before scheduler.shutdown(), which raced and queued retries that CI flaked on. Set shuttingDown first and skip retry schedule when it is set.
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.
Plain-language summary
Unomi’s build still asked old Maven repositories for jars. When those hosts were slow or unreachable, CI could burn its full time budget on retries and look cancelled even when the code was fine. This change stops using those obsolete repositories so builds stay on healthy sources.
What changed
Decision record (ticket outcome)
karaf:verify/ CI (same as CAMEL-12474 / KARAF-5294)apache.snapshotsTest plan
apache.snapshots+central(noservicemix/ops4j-snapshotsrepo URLs)./build.sh --ci— BUILD SUCCESS;karaf:verifylogsUsing repositories: …/snapshots, …/maven2only; zero hits onsvn.apache.org./build.sh --ci --integration-tests --no-clean(Elasticsearch) — 307/307 failsafe tests, 0 failures/errors./build.sh --ci --integration-tests --use-opensearch --no-clean— 307/307 failsafe tests, 0 failures/errorsReferences
UNOMI-971, CAMEL-12474, KARAF-5294