From 8f64bc2a6eb62ee412b32d973bc129cf3b68bb58 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sun, 18 May 2025 14:15:47 +0100 Subject: [PATCH 1/5] Bump version -> `0.96.1` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index 211ac58a3..931008486 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -32,4 +32,4 @@ * * For dependencies on Spine SDK module please see [io.spine.dependency.local.Spine]. */ -val protoDataVersion: String by extra("0.96.0") +val protoDataVersion: String by extra("0.96.1") From 6c63bf2f6945ad07729270402291145ce7416c53 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sun, 18 May 2025 14:15:58 +0100 Subject: [PATCH 2/5] Bump BaseTypes -> `2.0.0-SNAPSHOT.210` --- buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt index adaaa79df..b0b534d53 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt @@ -33,7 +33,7 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName") object BaseTypes { - const val version = "2.0.0-SNAPSHOT.200" + const val version = "2.0.0-SNAPSHOT.210" const val group = Spine.group const val artifact = "spine-base-types" const val lib = "$group:$artifact:$version" From 7414a50b6d71eeb35d142248ddb3d0407e115e44 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sun, 18 May 2025 14:16:25 +0100 Subject: [PATCH 3/5] Print an exception message when the CLI falls out --- cli/src/main/kotlin/io/spine/protodata/cli/app/Main.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cli/src/main/kotlin/io/spine/protodata/cli/app/Main.kt b/cli/src/main/kotlin/io/spine/protodata/cli/app/Main.kt index 85484bc8a..735aad442 100644 --- a/cli/src/main/kotlin/io/spine/protodata/cli/app/Main.kt +++ b/cli/src/main/kotlin/io/spine/protodata/cli/app/Main.kt @@ -45,6 +45,7 @@ import io.spine.protodata.params.ParametersFileParam import io.spine.protodata.params.PipelineParameters import io.spine.protodata.util.parseFile import io.spine.string.Separator +import io.spine.string.qualifiedClassName import io.spine.tools.code.manifest.Version import java.io.File import kotlin.system.exitProcess @@ -67,7 +68,9 @@ public fun main(args: Array) { exitProcess(0) } catch (e: Throwable) { System.err.run { - println("Exception caught in ProtoData `main()`:") + println("`${e.qualifiedClassName}` caught in ProtoData `main()`.") + println("Message: ${e.message}") + println("Stacktrace:") println("```") e.printStackTrace(this) println("```") From e9844528434d809018aa594188ce9e3fbc569d0f Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sun, 18 May 2025 14:16:33 +0100 Subject: [PATCH 4/5] Update dependency reports --- dependencies.md | 44 ++++++++++++++++++++++---------------------- pom.xml | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/dependencies.md b/dependencies.md index 98e54eac6..96c43e53b 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.protodata:protodata-api:0.96.0` +# Dependencies of `io.spine.protodata:protodata-api:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -1115,12 +1115,12 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18: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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-api-tests:0.96.0` +# Dependencies of `io.spine.protodata:protodata-api-tests:0.96.1` ## Runtime 1. **Group** : org.jetbrains. **Name** : annotations. **Version** : 13.0. @@ -1966,12 +1966,12 @@ This report was generated on **Sat May 17 12:18:32 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:34 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-backend:0.96.0` +# Dependencies of `io.spine.protodata:protodata-backend:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -3086,12 +3086,12 @@ This report was generated on **Sat May 17 12:18:34 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:33 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-cli:0.96.0` +# Dependencies of `io.spine.protodata:protodata-cli:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -4230,12 +4230,12 @@ This report was generated on **Sat May 17 12:18:33 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18: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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-gradle-api:0.96.0` +# Dependencies of `io.spine.protodata:protodata-gradle-api:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -5285,12 +5285,12 @@ This report was generated on **Sat May 17 12:18:32 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:33 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-gradle-plugin:0.96.0` +# Dependencies of `io.spine.protodata:protodata-gradle-plugin:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -6396,12 +6396,12 @@ This report was generated on **Sat May 17 12:18:33 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:19:20 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-java:0.96.0` +# Dependencies of `io.spine.protodata:protodata-java:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -7516,12 +7516,12 @@ This report was generated on **Sat May 17 12:19:20 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:33 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-params:0.96.0` +# Dependencies of `io.spine.protodata:protodata-params:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -8628,12 +8628,12 @@ This report was generated on **Sat May 17 12:18:33 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:33 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-protoc:0.96.0` +# Dependencies of `io.spine.protodata:protodata-protoc:0.96.1` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -9425,12 +9425,12 @@ This report was generated on **Sat May 17 12:18:33 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:33 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-test-env:0.96.0` +# Dependencies of `io.spine.protodata:protodata-test-env:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -10541,12 +10541,12 @@ This report was generated on **Sat May 17 12:18:33 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:33 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). +This report was generated on **Sun May 18 14:15:09 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.protodata:protodata-testlib:0.96.0` +# Dependencies of `io.spine.protodata:protodata-testlib:0.96.1` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.18.3. @@ -11759,4 +11759,4 @@ This report was generated on **Sat May 17 12:18:33 WEST 2025** using [Gradle-Lic The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Sat May 17 12:18:33 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 +This report was generated on **Sun May 18 14:15:09 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 5e65b1c97..a1cfca373 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine.protodata ProtoData -0.96.0 +0.96.1 2015 From 8e51f280c9815caa48c0db7ca713147cb9601fa4 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sun, 18 May 2025 14:16:39 +0100 Subject: [PATCH 5/5] Update `config` ref. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 37ea19a4f..be21be722 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 37ea19a4f568344afc2043baab37ee164d6fa910 +Subproject commit be21be7222f3bba5e0df1a6198504dd92ef28fb1