docs(release-notes): add nullability declarations section to 2.2 notes - #187
Merged
Merged
Conversation
Links to the ADR and forum announcement on JSpecify-based nullability annotations.
kthoms
force-pushed
the
release-notes/2.2.0-nullability
branch
from
September 18, 2026 08:31
8d6a58a to
9b4878b
Compare
kthoms
marked this pull request as ready for review
September 18, 2026 08:31
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The only noted issue is a minor documentation-label discrepancy that does not block approval.
Pull request overview
Adds a 2.2 release-notes entry documenting JSpecify nullability declarations in the Engine API.
Changes:
- Describes the incremental nullability annotation rollout.
- Links the forum announcement and ADR.
- References related implementation PRs.
File summaries
| File | Description |
|---|---|
docs/documentation/reference/release-notes/2_2/index.md |
Adds the nullability declarations release-note section. |
Review details
Suppressed comments (1)
docs/documentation/reference/release-notes/2_2/index.md:65
- The PR description says all six referenced PRs are labeled
noteworthy, but the linked GitHub metadata currently shows that label only on #3634 and #3666; #3590, #3618, #3642, and #3658 do not have it. If that label is the criterion for this release-note entry, please either correct the labels/description or narrow this list so the release documentation does not rely on an inaccurate claim.
This implements [PR #3590](https://github.com/operaton/operaton/pull/3590), [PR #3618](https://github.com/operaton/operaton/pull/3618), [PR #3634](https://github.com/operaton/operaton/pull/3634), [PR #3642](https://github.com/operaton/operaton/pull/3642), [PR #3658](https://github.com/operaton/operaton/pull/3658), [PR #3666](https://github.com/operaton/operaton/pull/3666).
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
Adds a "Nullability Declarations in the Engine API" entry to the 2.2 release notes draft, covering the JSpecify
@Nullable/@NonNullannotation work (operaton/operaton#3590, #3618, #3634, #3642, #3658, #3666 — all labelednoteworthy) and linking the forum announcement: https://forum.operaton.org/t/introducing-declaration-of-nullability-in-the-api/445File
docs/documentation/reference/release-notes/2_2/index.md