Skip to content

Rename jdt2jar to jtd2jar - #164

Merged
simbo1905 merged 1 commit into
mainfrom
issue-163-rename-jdt2jar-to-jtd2jar
Aug 31, 2026
Merged

Rename jdt2jar to jtd2jar#164
simbo1905 merged 1 commit into
mainfrom
issue-163-rename-jdt2jar-to-jtd2jar

Conversation

@simbo1905

Copy link
Copy Markdown
Owner

Closes #163

Mechanical rename of the misspelled jdt2jar tool to jtd2jar (JSON Type Definition):

  • Directory jdt2jar/ -> jtd2jar/, artifactId, parent <module>
  • Java package json.java21.jdt2jar -> json.java21.jtd2jar, class Jdt2Jar -> Jtd2Jar, tests renamed
  • scripts/jdt2jar.sh -> scripts/jtd2jar.sh
  • GHCR image in the release workflow and docs: .../jdt2jar -> .../jtd2jar
  • jtd2jar/README.md transition note: pre-2026.08.30 image tags remain on GHCR under the old name but are frozen

Verification: full mvnd clean verify BUILD SUCCESS, 0 failures/errors, test counts unchanged (1679 unique).

Mechanical rename of the misspelled schema-to-validator-JAR tool:
module directory and artifactId, Java package json.java21.jdt2jar ->
json.java21.jtd2jar, class Jdt2Jar -> Jtd2Jar, helper script, GHCR
image name (release workflow), and all documentation references. The
old image name is frozen on GHCR; jtd2jar/README.md notes the
transition. Full reactor verify green with unchanged test counts.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T00:22:09.573037Z be60a7c PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@simbo1905
simbo1905 merged commit 1a77f90 into main Aug 31, 2026
6 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: be60a7c345

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread jtd2jar/README.md
docker pull ghcr.io/simbo1905/java.util.json.java21/jdt2jar:latest
docker pull ghcr.io/simbo1905/java.util.json.java21/jdt2jar:2026.05.20
docker pull ghcr.io/simbo1905/java.util.json.java21/jtd2jar:latest
docker pull ghcr.io/simbo1905/java.util.json.java21/jtd2jar:2026.05.20

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the historical tag on the old image path

The documented 2026.05.20 pull uses the new jtd2jar image path, but the note immediately below states that every release through 2026.08.30 was published only under jdt2jar. A user copying this pinned-version example will therefore request a tag that was never published; retain the old repository path for this example or show a tag actually published under the new name.

AGENTS.md reference: AGENTS.md:L31-L35

Useful? React with 👍 / 👎.

```

See [jdt2jar/README.md](https://github.com/${{ github.repository }}/blob/main/jdt2jar/README.md) for usage.
See [jtd2jar/README.md](https://github.com/${{ github.repository }}/blob/main/jtd2jar/README.md) for usage.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Link release notes to the tagged documentation

During the first renamed release, the Create GitHub Release with notes step runs before this workflow opens the back-merge PR, so main/jtd2jar/README.md does not yet exist and this usage link is broken until that PR is manually merged. Link to the release tag (for example ${{ github.ref_name }}) rather than main so the documentation is available when the release is published.

AGENTS.md reference: AGENTS.md:L31-L35

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tidy Up: rename jdt2jar to jtd2jar

1 participant