Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s dependency stack (Validation snapshot versions, Protobuf, Kotlin, CoreJvm tooling, Gradle wrapper) and removes reliance on the TEMPORARILY_DISABLE_PROTOBUF_VERSION_CHECK environment flag in the Gradle wrappers.
Changes:
- Bump Validation/tooling versions across Gradle, Maven POM, and docs.
- Upgrade key build dependencies (Kotlin, Protobuf) and Gradle wrapper to newer patch versions.
- Remove
TEMPORARILY_DISABLE_PROTOBUF_VERSION_CHECKexports fromgradlew/gradlew.batand refresh generated dependency reports.
Reviewed changes
Copilot reviewed 26 out of 29 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Bumps published Validation version to 2.0.0-SNAPSHOT.409. |
| pom.xml | Updates generated dependency versions (Protobuf/Kotlin/CoreJvm/Validation runtime, etc.). |
| gradlew.bat | Removes the Protobuf-version-check disable flag from Windows wrapper script. |
| gradlew | Removes the Protobuf-version-check disable flag from Unix wrapper script and updates template link hash. |
| gradle/wrapper/gradle-wrapper.properties | Updates wrapper distribution to Gradle 9.4.1. |
| gradle-plugin/src/main/kotlin/io/spine/tools/validation/gradle/Meta.kt | Minor docstring wording tweak (“meta-information”). |
| docs/content/docs/validation/01-getting-started/adding-to-build.md | Updates plugin/version snippets to match new releases. |
| dependencies.md | Regenerates dependency/license report with updated versions. |
| buildSrc/src/main/kotlin/io/spine/gradle/kotlin/KotlinConfig.kt | Removes -Xinline-classes compiler flag from free args. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt | Bumps local Validation dependency version to .408. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | Bumps CoreJvm compiler dogfooding/test versions to .058. |
| buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt | Bumps CoreJvm version to .372. |
| buildSrc/src/main/kotlin/io/spine/dependency/lib/Protobuf.kt | Bumps Protobuf version to 4.34.1. |
| buildSrc/src/main/kotlin/io/spine/dependency/lib/Kotlin.kt | Bumps Kotlin runtime/embedded versions to 2.3.20. |
| buildSrc/build.gradle.kts | Updates embedded Kotlin version; removes buildSrc JUnit test dependencies/config. |
| .idea/misc.xml | Drops XML prolog / minor formatting normalization. |
| .idea/inspectionProfiles/Project_Default.xml | Minor formatting/EOF normalization. |
| .agents/tasks/validation-documentation-plan.md | Deleted (repo-local task plan). |
| .agents/tasks/developers-guide-plan.md | Deleted (repo-local task plan). |
| .agents/tasks/custom-validation-plan.md | Deleted (repo-local task plan). |
| .agents/tasks/archive/validator-registry.md | Deleted (archived task plan). |
| .agents/tasks/archive/using-validator-registry-section.md | Deleted (archived task plan). |
| .agents/tasks/archive/third-party-messages-plan.md | Deleted (archived task plan). |
| .agents/tasks/archive/rewrite-external-messages-section.md | Deleted (archived task plan). |
| .agents/tasks/archive/error-messages-plan.md | Deleted (archived task plan). |
| .agents/tasks/archive/concepts-plan.md | Deleted (archived task plan). |
| .agents/tasks/archive/built-in-options-plan.md | Deleted (archived task plan). |
Files not reviewed (1)
- .idea/misc.xml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
armiol
approved these changes
Mar 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 26 out of 29 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- .idea/misc.xml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 applies latest dependencies and stops using the
TEMPORARILY_DISABLE_PROTOBUF_VERSION_CHECKenvironment flag.Other notable changes
.agentsdirectory was cleaned up removing no longer needed task files.