docs: update shared docs during releases - #664
Conversation
|
|
||
| ```bash | ||
| rg -n -B2 -A2 \ | ||
| '<artifactId>aws-durable-execution-sdk-java(-testing|-plugin-otel)?</artifactId>' \ |
There was a problem hiding this comment.
Codex AI review · Finding arf_v1_uw2u4lsnnppg35j2rogdlshq6e
[P2] Search beyond Maven XML tags
Requiring an exact <artifactId> tag skips Gradle/Kotlin DSL, inline coordinates, and versioned plugin filenames, despite the checklist requiring every literal SDK version to be updated. Search for the artifact-name pattern itself so all dependency syntaxes are covered.
| '<artifactId>aws-durable-execution-sdk-java(-testing|-plugin-otel)?</artifactId>' \ | |
| 'aws-durable-execution-sdk-java(-testing|-plugin-otel)?' \ |
Codex AI reviewThe new shared-doc release search can miss non-Maven dependency references, potentially leaving stale versions. Reviewed commit |
This comment has been minimized.
This comment has been minimized.
Claude AI reviewThis PR only adds a new "## 4. Update the shared documentation" section to Verification performed:
No correctness issues found. Residual risk is limited to unverifiable claims about the external Reviewed commit |
Summary
Testing
codespell RELEASE.mdgit diff --checkrgcommand finds all current Java SDK dependency snippetsMaven tests were not run because this changes release documentation only.