Use the current Maven snapshot repository - #188
Merged
peter-lawrey-admin merged 1 commit intoSep 13, 2026
Merged
Conversation
peter-lawrey-admin
approved these changes
Sep 13, 2026
peter-lawrey-admin
deleted the
fix/current-maven-snapshot-repository
branch
September 13, 2026 07:42
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.
Clean JLBH builds cannot resolve
chronicle-bom:2026.0-SNAPSHOTbecause the shared POM points at the obsolete OSSRH snapshot repository. Update the URL to the current Central snapshot endpoint. The dependency versions and repository policy stay the same.This independently useful correction targets
developand is the shared prerequisite for #187. The original TeamCity failures are develop build 1351468 and #187 build 1353486, on the same agent and settings hash.Validation on Linux amd64 / Java 8u502 / Maven 3.9.11, using separate initially empty Maven repositories and empty user settings:
clean verify: 30 tests, no failures, errors, skips or retries.clean verify: 44 tests, no failures, errors, skips or retries. This was a disposable control; Fix constructor safety and UTF-8 CSV error reporting #187's branch is unchanged.The current BOM resolves as
2026.0-20260907.105301-92. Logs, source patches and resolved test-classpath hashes are retained in the next-wave repair evidence pack. Supported-platform CI and review remain required; successful local resolution does not qualify TeamCity's effective settings by itself.Fresh CI evidence, 12 September 2026
TeamCity Linux build 1356900 checked out this exact head and passed all 30 tests, with none ignored or muted and no first-attempt failure/rerun markers found in the full log. It used the same configuration and agent as the failing develop/#187 builds. Other platform contexts and review remain outstanding.