docs(release): point distribution status at Maven Central + javadoc.io (H3)#99
Merged
Conversation
…o (H3)
Wires up Track H3 — hosted Javadocs. javadoc.io auto-mirrors any artefact published to Maven Central within minutes, so no separate hosting infrastructure is required; this PR just updates the README distribution status note to point callers at the URL.
README distribution note revision:
Was: 'currently JitPack. Maven Central is planned for v1.7'
Now: 'currently JitPack. Maven Central ships from v1.6.6 under coordinates io.github.demchaav:graphcompose. Hosted Javadocs auto-publish to javadoc.io. JitPack stays available alongside.'
The full Central install snippet ('Central as primary, JitPack as fallback') lands in the v1.6.6 release-prep PR after the first Central publish proves the pipeline end-to-end. This PR is the lightweight documentation step that's safe to ship now without waiting on the actual publish event.
Verification: ./mvnw test -pl . -Dtest='CanonicalSurfaceGuardTest,DocumentationCoverageTest,VersionConsistencyGuardTest' -> 13 tests, 0 failures (~18s).
3706042 to
c8f7928
Compare
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.
Summary
Wires up Track H3 — hosted Javadocs. javadoc.io auto-mirrors any artefact published to Maven Central within minutes, so no separate hosting infrastructure is required. This PR is just the README documentation step pointing callers at the URL.
README distribution-status note
The old line claimed Central was planned for v1.7 — outdated once the D-track (#95 / #96 / #97 / #98) shipped the v1.6.6 publish pipeline.
What this doesn't do
cut-release.ps1rewrites it tov1.6.6at release time, andVersionConsistencyGuardTestvalidates the post-bump state. Adding a Central snippet now would require either pinning a future version (snippet pointing at a tag that doesn't exist breaks JitPack-style copy-paste) or duplicating the guard logic; both are friction without payoff yet.Verification
CHANGELOG entry added to
v1.6.6 — Plannedunder### Build.Test plan