Fix error message composition, update version for examples#278
Fix error message composition, update version for examples#278alexander-yevsyukov merged 11 commits intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Fixes error message composition in FieldValidatingOption by using the correct source for the containing type name, and bumps the version to 2.0.0-SNAPSHOT.404 across version file and docs.
Changes:
- Fix
containingTypeNameretrieval to usefield.target()instead ofdescriptor - Bump validation version to
2.0.0-SNAPSHOT.404in version file and docs
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| jvm-runtime/.../FieldValidatingOption.java | Fix containing type resolution for error messages |
| version.gradle.kts | Version bump |
| docs/.../adding-to-build.md | Update version in docs |
| docs/_examples | Update submodule reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
…store-required-option
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
This PR fixes the issue of the error message composition for the
Requiredoption. Also, the version of Validation was updated in the documentation code snippet.