Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is intended to remove the deprecated io.spine.validation.option package, and also bumps the Validation toolchain versions across build files and docs.
Changes:
- Bump published Validation version to
2.0.0-SNAPSHOT.408in Gradle/Maven metadata and docs. - Update referenced Validation dependency coordinates to
2.0.0-SNAPSHOT.407. - Remove an unused test import and refresh the generated dependency/license report.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Bumps root validationVersion to 2.0.0-SNAPSHOT.408. |
| pom.xml | Updates generated POM version to .408 and aligns certain dependency versions to .407. |
| jvm-runtime/src/test/kotlin/io/spine/validation/given/ExceptionFactoryStubs.kt | Removes an unused Protobuf import. |
| docs/content/docs/validation/01-getting-started/adding-to-build.md | Updates docs sample plugin version to .408. |
| dependencies.md | Regenerates dependency/license report with updated artifact versions/timestamps. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt | Bumps referenced Validation dependency version constant to .407. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
armiol
approved these changes
Mar 25, 2026
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.
This PR removes the
io.spine.validation.optionpackage since it contained only deprecated types that are not longer used.