Fix running the BuildSpeed module#9
Merged
alexander-yevsyukov merged 23 commits intomasterfrom Sep 29, 2025
Merged
Conversation
Also: * Optimise imports.
... instead of just obtaining the `NAME` constant.
... and `apply(plugin="io.spine.core-jvm")` as in `BuildSpeed` module
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates environment variables and dependencies to allow running the checkPerformance task which executes the BuildSpeed module, along with version bumps and dependency reorganization.
- Version bump from
2.0.0-SNAPSHOT.007to2.0.0-SNAPSHOT.008 - Rename
CoreJavatoCoreJvmthroughout the codebase for consistency - Add new test dependencies and update build configurations
Reviewed Changes
Copilot reviewed 22 out of 24 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Updates core JVM compiler version |
| pom.xml | Updates project version and dependency versions |
| uuid/build.gradle.kts | Copyright year update and CoreJava to CoreJvm rename |
| tests/build.gradle.kts | CoreJava to CoreJvm rename and adds ToolBase.jvmTools dependency |
| signal/build.gradle.kts | Copyright year update and CoreJava to CoreJvm rename |
| routing/build.gradle.kts | CoreJava to CoreJvm rename |
| routing-tests/build.gradle.kts | CoreJava to CoreJvm rename |
| plugin-bundle/build.gradle.kts | Adds test dependencies and configuration |
| plugin-bundle/src/test/kotlin/io/spine/tools/core/jvm/gradle/plugins/CoreJvmPluginIgTest.kt | New integration test for CoreJvm plugin |
| message-group/build.gradle.kts | Copyright year update and CoreJava to CoreJvm rename |
| gradle-plugins/src/main/kotlin/io/spine/tools/core/jvm/gradle/plugins/Artifacts.kt | Makes CoreJvmCompiler object and artifact property public |
| entity/build.gradle.kts | Copyright year update and CoreJava to CoreJvm rename |
| dependencies.md | Auto-generated dependency report updates |
| buildSrc/src/main/kotlin/module.gradle.kts | CoreJava to CoreJvm rename |
| buildSrc/src/main/kotlin/io/spine/dependency/local/* | Various dependency management updates including version bumps and import cleanups |
Files not reviewed (1)
- .idea/runConfigurations/LaunchProtoData_Remote_Debug.xml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
... instead of ProtoData.
Contributor
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 24 out of 26 changed files in this pull request and generated 2 comments.
Files not reviewed (1)
- .idea/runConfigurations/LaunchProtoData_Remote_Debug.xml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
plugin-bundle/src/test/kotlin/io/spine/tools/core/jvm/gradle/plugins/CoreJvmPluginIgTest.kt
Show resolved
Hide resolved
armiol
approved these changes
Sep 29, 2025
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 updates the environment variables to allow running the
checkPerformancetask which executes theBuildSpeedmodule. The compatible version ofBuildSpeedis delivered by this PR.Other notable changes
CoreJavadependency object was renamed toCoreJvmproviding the type alias for backward compatibility.buildSrcwere optimised.io.spine.core-jvmto an empty single-module project.