chore: merge release release/2026.08.30 to main - #162
Conversation
Documents the 2026.08.30 release as the jdk.incubator.json backport (upstream as-of 43325738c, 2026-08-27) with release highlights: 1679 tests (up from 1355) including the ported upstream suite, the explicit-stack parser hardening, and the daily upstream drift checker. POM versions set to 2026.08.30. No changes to library code.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f29a0b2ebb
ℹ️ 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".
| <header> | ||
| <h1>java.util.json Backport for JDK 21+</h1> | ||
| <p class="subhead">A backport of the experimental <code>java.util.json</code> API from the OpenJDK jdk-sandbox “json” branch, plus an incubating JSON Type Definition (JTD) validator (RFC 8927).</p> | ||
| <p class="subhead">A Java 21+ backport of the JDK's incubating <code>jdk.incubator.json</code> API (JEP 540, targeted at JDK 28), plus a JSON Type Definition (JTD) validator (RFC 8927).</p> |
There was a problem hiding this comment.
Point the quick start at the incubator release
When a reader follows this newly updated incubator landing page, the Maven block at index.html:174-178 still installs 2026.01.26, an earlier sandbox-era artifact, while the example at line 182 imports jdk.incubator.java.util.json; copying the quick start therefore provides classes that do not match the example. Update the dependency to 2026.08.30 so the user documentation installs the release being advertised.
AGENTS.md reference: AGENTS.md:L29-L35
Useful? React with 👍 / 👎.
Automated release merge: brings the release state of tag
release/2026.08.30back to main — POM versions at 2026.08.30 and the release documentation (incubator-backport positioning, as-of upstream43325738c2026-08-27, release highlights). The workflow's automated PR creation step failed silently (masked fallback), so this manual equivalent completes the documented release process.Release verification already complete: