From 87b4528823f0f0368b3f69bd57f6e3cec8bdc07a Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Fri, 26 Sep 2025 21:51:53 +0100 Subject: [PATCH 01/23] Bump version -> `2.0.0-SNAPSHOT.008` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index 43651824f7..a7b7494839 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -29,5 +29,5 @@ * * Do not rename this property, as it is also used in the integration tests via its name. */ -val coreJvmCompilerVersion by extra("2.0.0-SNAPSHOT.007") +val coreJvmCompilerVersion by extra("2.0.0-SNAPSHOT.008") val versionToPublish by extra(coreJvmCompilerVersion) From bd489cc3f6d4c7c88079315a5f47056264e9342c Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Fri, 26 Sep 2025 22:43:58 +0100 Subject: [PATCH 02/23] Rename `CoreJava` to `CoreJvm` Also: * Optimise imports. --- build.gradle.kts | 14 ++++++-------- .../dependency/local/{CoreJava.kt => CoreJvm.kt} | 5 +++-- .../io/spine/dependency/local/CoreJvmCompiler.kt | 2 -- .../kotlin/io/spine/dependency/local/Logging.kt | 4 +--- .../io/spine/dependency/local/ModelCompiler.kt | 4 +--- .../main/kotlin/io/spine/dependency/local/Spine.kt | 1 + .../kotlin/io/spine/dependency/local/TestLib.kt | 2 -- .../main/kotlin/io/spine/dependency/local/Time.kt | 2 -- buildSrc/src/main/kotlin/module.gradle.kts | 8 ++++---- entity/build.gradle.kts | 6 +++--- message-group/build.gradle.kts | 6 +++--- routing-tests/build.gradle.kts | 6 +++--- routing/build.gradle.kts | 4 ++-- signal/build.gradle.kts | 6 +++--- tests/build.gradle.kts | 4 ++-- uuid/build.gradle.kts | 6 +++--- 16 files changed, 35 insertions(+), 45 deletions(-) rename buildSrc/src/main/kotlin/io/spine/dependency/local/{CoreJava.kt => CoreJvm.kt} (96%) diff --git a/build.gradle.kts b/build.gradle.kts index 53c022bc28..17a5a54ff8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ import io.spine.dependency.build.Dokka import io.spine.dependency.lib.Protobuf import io.spine.dependency.local.Compiler -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Validation import io.spine.gradle.RunBuild import io.spine.gradle.RunGradle @@ -46,7 +46,7 @@ buildscript { standardSpineSdkRepositories() val toolBase = io.spine.dependency.local.ToolBase - val coreJava = io.spine.dependency.local.CoreJava + val coreJava = io.spine.dependency.local.CoreJvm val validation = io.spine.dependency.local.Validation val logging = io.spine.dependency.local.Logging val compiler = io.spine.dependency.local.Compiler @@ -197,10 +197,10 @@ val coreJvmCompilerVersion: String by extra val prepareBuildPerformanceSettings by tasks.registering(Exec::class) { environment( - "CORE_JVM_COMPILER_VERSION" to coreJvmCompilerVersion, - "CORE_VERSION" to CoreJava.version, "COMPILER_VERSION" to Compiler.version, - "VALIDATION_VERSION" to Validation.version + "VALIDATION_VERSION" to Validation.version, + "CORE_JVM_VERSION" to CoreJvm.version, + "CORE_JVM_COMPILER_VERSION" to coreJvmCompilerVersion, ) workingDir = File(rootDir, "BuildSpeed") commandLine("./substitute-settings.py") @@ -214,7 +214,5 @@ tasks.register("checkPerformance") { shouldRunAfter(check) // Do not run `BuildSpeed` until Validation is migrated to the Compiler. - //TODO:2025-06-16:alexander.yevsyukov: Uncomment the below line, and remove `task()` - // task("clean", "build") - task("tasks") + task("clean", "build") } diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJava.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt similarity index 96% rename from buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJava.kt rename to buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt index 91d30d315a..10d9a62e83 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJava.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt @@ -26,7 +26,8 @@ package io.spine.dependency.local -import io.spine.dependency.local.ToolBase +// For backward compatibility. +typealias CoreJava = CoreJvm /** * Dependencies on `core-java` modules. @@ -34,7 +35,7 @@ import io.spine.dependency.local.ToolBase * See [`SpineEventEngine/core-java`](https://github.com/SpineEventEngine/core-java/). */ @Suppress("ConstPropertyName", "unused") -object CoreJava { +object CoreJvm { const val group = Spine.group const val version = "2.0.0-SNAPSHOT.330" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt index 2b8f0a8d2e..279c7d3406 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt @@ -26,8 +26,6 @@ package io.spine.dependency.local -import io.spine.dependency.local.ToolBase - /** * Dependencies on the CoreJvm Compiler artifacts. * diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt index 911e6a63e0..3bb11408c1 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt @@ -26,8 +26,6 @@ package io.spine.dependency.local -import io.spine.dependency.local.ToolBase - /** * Dependencies on the artifacts of the Spine Logging library. * @@ -48,7 +46,7 @@ object Logging { const val grpcContext = "$group:spine-logging-grpc-context:$version" const val smokeTest = "$group:spine-logging-smoke-test:$version" - const val testLib = "${ToolBase.group}:spine-logging-testlib:$version" + const val testLib = "${Spine.toolsGroup}:spine-logging-testlib:$version" // Transitive dependencies. // Make `public` and use them to force a version in a particular repository, if needed. diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/ModelCompiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/ModelCompiler.kt index 06c559721e..5f9e54117d 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/ModelCompiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/ModelCompiler.kt @@ -26,8 +26,6 @@ package io.spine.dependency.local -import io.spine.dependency.local.ToolBase - /** * Spine Model Compiler Gradle API. * @@ -36,7 +34,7 @@ import io.spine.dependency.local.ToolBase @Suppress("ConstPropertyName") object ModelCompiler { const val version = "2.0.0-SNAPSHOT.133" - const val group = ToolBase.group + const val group = Spine.toolsGroup const val artifact = "spine-model-compiler" const val lib = "$group:$artifact:$version" } diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Spine.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Spine.kt index 04e513cff0..a5cce498e5 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Spine.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Spine.kt @@ -32,4 +32,5 @@ package io.spine.dependency.local @Suppress("unused", "ConstPropertyName") object Spine { const val group = "io.spine" + const val toolsGroup = "io.spine.tools" } diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/TestLib.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/TestLib.kt index f27f13417c..1f3ffc3c44 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/TestLib.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/TestLib.kt @@ -26,8 +26,6 @@ package io.spine.dependency.local -import io.spine.dependency.local.ToolBase - /** * Spine TestLib library. * diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt index 1ac9d71b4c..c10dae5774 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt @@ -26,8 +26,6 @@ package io.spine.dependency.local -import io.spine.dependency.local.ToolBase - /** * Spine Time library. * diff --git a/buildSrc/src/main/kotlin/module.gradle.kts b/buildSrc/src/main/kotlin/module.gradle.kts index c9045eb5a1..dc875c9799 100644 --- a/buildSrc/src/main/kotlin/module.gradle.kts +++ b/buildSrc/src/main/kotlin/module.gradle.kts @@ -38,7 +38,7 @@ import io.spine.dependency.lib.KotlinPoet import io.spine.dependency.lib.Protobuf import io.spine.dependency.local.Base import io.spine.dependency.local.Compiler -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Logging import io.spine.dependency.local.Reflect import io.spine.dependency.local.TestLib @@ -148,9 +148,9 @@ fun Module.forceConfigurations() { Reflect.lib, Base.lib, Time.lib, - CoreJava.core, - CoreJava.client, - CoreJava.server, + CoreJvm.core, + CoreJvm.client, + CoreJvm.server, TestLib.lib, ToolBase.lib, ToolBase.pluginBase, diff --git a/entity/build.gradle.kts b/entity/build.gradle.kts index 2c1929d58e..2339906be1 100644 --- a/entity/build.gradle.kts +++ b/entity/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2024, TeamDev. All rights reserved. + * Copyright 2025, TeamDev. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Logging import io.spine.dependency.local.TestLib import io.spine.dependency.local.ToolBase @@ -37,7 +37,7 @@ dependencies { arrayOf( project(":base"), Logging.lib, - CoreJava.server, + CoreJvm.server, ToolBase.psiJava ).forEach { implementation(it) diff --git a/message-group/build.gradle.kts b/message-group/build.gradle.kts index 3314b38503..c50a79db92 100644 --- a/message-group/build.gradle.kts +++ b/message-group/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2024, TeamDev. All rights reserved. + * Copyright 2025, TeamDev. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Logging import io.spine.dependency.local.Compiler import io.spine.dependency.local.Reflect @@ -39,7 +39,7 @@ dependencies { arrayOf( Reflect.lib, Logging.lib, - CoreJava.server, + CoreJvm.server, ToolBase.psiJava, project(":base") ).forEach { diff --git a/routing-tests/build.gradle.kts b/routing-tests/build.gradle.kts index 319960cb04..26109cc5b0 100644 --- a/routing-tests/build.gradle.kts +++ b/routing-tests/build.gradle.kts @@ -28,7 +28,7 @@ import com.google.devtools.ksp.KspExperimental import io.spine.dependency.boms.BomsPlugin import io.spine.dependency.lib.AutoService import io.spine.dependency.lib.AutoServiceKsp -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.test.KotlinCompileTesting import io.spine.tools.gradle.project.sourceSets @@ -66,13 +66,13 @@ configurations.all { } dependencies { - testImplementation(CoreJava.testUtilServer) + testImplementation(CoreJvm.testUtilServer) /* This makes our KSP processor work on the `testFixtures` source set. */ testFixturesCompileOnly(AutoService.annotations) kspTestFixtures(project(":routing")) kspTestFixtures(AutoServiceKsp.processor) - testFixturesImplementation(CoreJava.server) + testFixturesImplementation(CoreJvm.server) } ksp { diff --git a/routing/build.gradle.kts b/routing/build.gradle.kts index bfdc203fb5..27cb3e0665 100644 --- a/routing/build.gradle.kts +++ b/routing/build.gradle.kts @@ -26,7 +26,7 @@ import io.spine.dependency.lib.KotlinPoet import io.spine.dependency.local.Base -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Logging import io.spine.dependency.local.ToolBase import io.spine.dependency.test.Kotest @@ -55,7 +55,7 @@ dependencies { implementation(Base.annotations) implementation(ToolBase.jvmTools) implementation(KotlinPoet.ksp) - implementation(CoreJava.server) + implementation(CoreJvm.server) implementation(project(":base")) testImplementation(gradleTestKit()) diff --git a/signal/build.gradle.kts b/signal/build.gradle.kts index 8482863a24..8edbc54df8 100644 --- a/signal/build.gradle.kts +++ b/signal/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2024, TeamDev. All rights reserved. + * Copyright 2025, TeamDev. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Logging import io.spine.dependency.local.Compiler import io.spine.dependency.local.TestLib @@ -37,7 +37,7 @@ plugins { dependencies { arrayOf( Logging.lib, - CoreJava.server, + CoreJvm.server, ToolBase.psiJava, project(":base") ).forEach { diff --git a/tests/build.gradle.kts b/tests/build.gradle.kts index 92811cc614..9ee0564ddb 100644 --- a/tests/build.gradle.kts +++ b/tests/build.gradle.kts @@ -32,7 +32,7 @@ import io.spine.dependency.lib.Kotlin import io.spine.dependency.lib.KotlinPoet import io.spine.dependency.boms.BomsPlugin import io.spine.dependency.local.Base -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Logging import io.spine.dependency.local.Compiler import io.spine.dependency.local.Reflect @@ -133,7 +133,7 @@ allprojects { KotlinPoet.lib, Reflect.lib, Base.lib, - CoreJava.server, + CoreJvm.server, Time.lib, TestLib.lib, ToolBase.lib, diff --git a/uuid/build.gradle.kts b/uuid/build.gradle.kts index 5f70f9978f..245e5bd443 100644 --- a/uuid/build.gradle.kts +++ b/uuid/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2024, TeamDev. All rights reserved. + * Copyright 2025, TeamDev. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ */ import io.spine.dependency.local.Base -import io.spine.dependency.local.CoreJava +import io.spine.dependency.local.CoreJvm import io.spine.dependency.local.Logging import io.spine.dependency.local.Compiler import io.spine.dependency.local.Reflect @@ -40,7 +40,7 @@ dependencies { Base.lib, Reflect.lib, Logging.lib, - CoreJava.server, + CoreJvm.server, Compiler.jvm, project(":base") ).forEach { From 1eaed2d8f0c18e48f16f2a6045216ecff6bce8aa Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Fri, 26 Sep 2025 22:44:09 +0100 Subject: [PATCH 03/23] Update dependency reports --- dependencies.md | 76 ++++++++++++++++++++++++------------------------- pom.xml | 30 +++++++++++++++++-- 2 files changed, 66 insertions(+), 40 deletions(-) diff --git a/dependencies.md b/dependencies.md index 7d713b1522..9bff1bfc6d 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:core-jvm-annotation:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-annotation:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -1182,14 +1182,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-base:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-base:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -2379,14 +2379,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-comparable:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-comparable:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -3568,14 +3568,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-comparable-tests:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-comparable-tests:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -4553,14 +4553,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-entity:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-entity:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -5742,14 +5742,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-entity-tests:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-entity-tests:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -6727,14 +6727,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-gradle-plugins:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-gradle-plugins:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -7960,14 +7960,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-ksp:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-ksp:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -9161,14 +9161,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-marker:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-marker:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -10358,14 +10358,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-marker-tests:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-marker-tests:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -11343,14 +11343,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-message-group:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-message-group:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -12540,14 +12540,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-message-group-tests:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-message-group-tests:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -13525,14 +13525,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-plugin-bundle:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-plugin-bundle:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -14690,14 +14690,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-routing:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-routing:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -15963,14 +15963,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-routing-tests:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-routing-tests:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -16980,14 +16980,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-signal:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-signal:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -18177,14 +18177,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-signal-tests:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-signal-tests:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -19162,14 +19162,14 @@ This report was generated on **Thu Sep 25 18:33:45 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:46 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-uuid:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-uuid:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -20359,14 +20359,14 @@ This report was generated on **Thu Sep 25 18:33:46 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:46 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). -# Dependencies of `io.spine.tools:core-jvm-uuid-tests:2.0.0-SNAPSHOT.007` +# Dependencies of `io.spine.tools:core-jvm-uuid-tests:2.0.0-SNAPSHOT.008` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -21344,6 +21344,6 @@ This report was generated on **Thu Sep 25 18:33:46 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Sep 25 18:33:46 WEST 2025** using +This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file diff --git a/pom.xml b/pom.xml index 10071c3d96..d29f8e4bc4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,30 @@ + + 4.0.0 io.spine.tools core-jvm-compiler -2.0.0-SNAPSHOT.007 +2.0.0-SNAPSHOT.008 2015 @@ -468,4 +494,4 @@ all modules and does not describe the project structure per-subproject. - \ No newline at end of file + From 99b93172b1020fd15eb01a305137650f873689b8 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Fri, 26 Sep 2025 23:30:56 +0100 Subject: [PATCH 04/23] Bump CoreJvm Compiler -> `2.0.0-SNAPSHOT.007` --- .../main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt index 279c7d3406..2b9c067c70 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt @@ -46,12 +46,12 @@ object CoreJvmCompiler { /** * The version used to in the build classpath. */ - const val dogfoodingVersion = "2.0.0-SNAPSHOT.006" + const val dogfoodingVersion = "2.0.0-SNAPSHOT.007" /** * The version to be used for integration tests. */ - const val version = "2.0.0-SNAPSHOT.006" + const val version = "2.0.0-SNAPSHOT.007" /** * The ID of the Gradle plugin. From b1e519a8fae55da6f41dd377a52c947250330e68 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 27 Sep 2025 00:02:32 +0100 Subject: [PATCH 05/23] Update dependency reports --- dependencies.md | 38 +++++++++++++++++++------------------- pom.xml | 37 ++++++++----------------------------- 2 files changed, 27 insertions(+), 48 deletions(-) diff --git a/dependencies.md b/dependencies.md index 9bff1bfc6d..2e2390f218 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1182,7 +1182,7 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -2379,7 +2379,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -3568,7 +3568,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -4553,7 +4553,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -5742,7 +5742,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -6727,7 +6727,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -7960,7 +7960,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -9161,7 +9161,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -10358,7 +10358,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -11343,7 +11343,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -12540,7 +12540,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -13525,7 +13525,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -14690,7 +14690,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -15963,7 +15963,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -16980,7 +16980,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -18177,7 +18177,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -19162,7 +19162,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -20359,7 +20359,7 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). @@ -21344,6 +21344,6 @@ This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Fri Sep 26 22:33:32 WEST 2025** using +This report was generated on **Fri Sep 26 23:52:56 WEST 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file diff --git a/pom.xml b/pom.xml index d29f8e4bc4..6611bdd11e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,30 +1,4 @@ - - 4.0.0