Update repository references for rename to ably-pubsub-java - #1237
Draft
umair-ably wants to merge 1 commit into
Draft
Update repository references for rename to ably-pubsub-java#1237umair-ably wants to merge 1 commit into
umair-ably wants to merge 1 commit into
Conversation
Repoint every reference tied to this repository's identity ahead of the rename ably-java -> ably-pubsub-java: the sdk-builds IAM role in javadoc.yml, the features workflow repository-name, the repository guard in release.yaml, the POM URL/SCM/licence coordinates in gradle.properties, and the README/CONTRIBUTING/overview.html links. Maven coordinates (io.ably:ably-java), agent identifiers and CHANGELOG history are intentionally unchanged. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
5 tasks
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Do not merge until the repository is renamed
ably-java→ably-pubsub-java, in the programme's rename freeze window. Merging early pointsjavadoc.ymlandfeatures.ymlat theably-sdk-builds-ably-pubsub-javaIAM role, whose OIDC trust is bound to the new repository name, so the credential step would fail; and therelease.yamlrepository guard would skip every run. Conversely, once the rename happens the old role name stops matching and the old guard skips, so this is a same-window change in both directions.Sibling of ably-pubsub-ruby#457, ably-dotnet#1332, ably-python#682 and ably-js#2298. It only updates strings inside the repo; it does not rename anything.
What changed
.github/workflows/javadoc.yml—role-to-assume→ably-sdk-builds-ably-pubsub-java. The role is provisioned by infrastructure#13005 (merged 2026-09-01); infrastructure#13054 adds the ID-qualified OIDC subject GitHub uses for repos renamed after 2026-07-15..github/workflows/features.yml—repository-name: ably-pubsub-java..github/workflows/release.yaml—if: github.repository == 'ably/ably-pubsub-java'.gradle.properties—POM_URL,POM_SCM_URL,POM_SCM_CONNECTION,POM_SCM_DEV_CONNECTION,POM_LICENSE_URL. These are published into the POM on Maven Central, so the next release advertises the new repo.GROUP/artifact coordinates untouched.README.md— licence badge and GitHub Issues link.CONTRIBUTING.md— issue link, the two IDE "selectably-java/…" checkout-path steps, and the release-workflow link.overview.html— source-code link on the Javadoc front page.Deliberately left as-is
ably-java/<version>agent identifier and thepubsub-adaptertests asserting on it — a registered identifier, not a repository reference. The family rename toably-pubsub-javalands on the split branch ([Split 2/3] Add io.ably.pubsub:device and :server door packages with side-declaring agents #1233), gated on ably-common#361.io.ably:ably-java— README badges/links,deploy/check-archives.shpath. Artifact IDs, not the repo.CHANGELOG.md, issue/PR links in code comments and tests,.claude/skillsprose, and theably-java-secring.gpgexample filename — history / local names; GitHub's redirect covers the links.Post-rename verification
git ls-remotefrom an existing checkout and web redirects for repo / a PR / a file permalink.check.ymlmatrix green.javadoc.ymlandfeatures.ymlruns: AWS credential step succeeds and the upload lands atsdk.ably.com/builds/ably/ably-pubsub-java/main/…(the upload failure mode is silent).release.yamldispatched on the latest release tag reaches the "Compare version with tag" step (proves the repository guard) — cancel before publish, or wait for the next real release.mainintointegration/v2and theintegration/split-*chain, which carry their own copies of the workflows.🤖 Generated with Claude Code