Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 14 additions & 11 deletions buildSrc/src/main/kotlin/io/spine/internal/dependency/Spine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ object Spine {
const val testlib = "2.0.0-SNAPSHOT.184"

/**
* The version of `core-java`.
* The version of `core-jvm`.
*
* @see [Spine.CoreJava.client]
* @see [Spine.CoreJava.server]
* @see <a href="https://github.com/SpineEventEngine/core-java">core-java</a>
* @see <a href="https://github.com/SpineEventEngine/core-jvm">core-jvm</a>
*/
const val core = "1.9.1"

Expand Down Expand Up @@ -224,22 +222,24 @@ object Spine {
const val javadocTools = "$toolsGroup::${ArtifactVersion.javadocTools}"
const val javadocFilter = "$toolsGroup:spine-javadoc-filter:${ArtifactVersion.javadocTools}"

const val client = CoreJava.client // Added for brevity.
const val server = CoreJava.server // Added for brevity.
const val client = CoreJvm.client // Added for brevity.

/**
* Dependencies on `core-java` modules.
* Dependencies on `core-jvm` modules.
*
* See [`SpineEventEngine/core-java`](https://github.com/SpineEventEngine/core-java/).
* See [`SpineEventEngine/core-jvm`](https://github.com/SpineEventEngine/core-jvm/).
*/
object CoreJava {
object CoreJvm {
const val version = ArtifactVersion.core
const val core = "$group:spine-core:$version"
const val client = "$group:spine-client:$version"
const val server = "$group:spine-server:$version"
const val testUtilServer = "$toolsGroup:spine-testutil-server:$version"
}

/**
* Dependencies on `Chords` modules.
*
* See [`SpineEventEngine/Chords`](https://github.com/SpineEventEngine/Chords).
*/
object Chords {
private const val chordsGroup = "$group.chords"
private const val artifactPrefix = "spine-chords-"
Expand All @@ -249,6 +249,9 @@ object Spine {
"$chordsGroup:${artifactPrefix}codegen-plugins:$version"
}

/**
* See [Chords Gradle Plugin](https://github.com/SpineEventEngine/Chords-Gradle-plugin).
*/
object GradlePlugin {
private const val artifact = "${artifactPrefix}gradle-plugin"
private const val version = "1.9.20"
Expand Down
3 changes: 2 additions & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ dependencies {
implementation(KotlinX.Coroutines.swing)
implementation(compose.desktop.currentOs)
implementation(Material3.Desktop.lib)
implementation(Spine.CoreJava.server)
implementation(Spine.CoreJvm.core)
implementation(Spine.CoreJvm.client)
implementation(project(":core"))
implementation(project(":proto-values"))
implementation(project(":proto"))
Expand Down
2 changes: 1 addition & 1 deletion codegen/tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protobuf {

dependencies {
implementation(Spine.base_1_9)
implementation(Spine.server)
implementation(Spine.CoreJvm.core)
implementation(project(":runtime"))
testImplementation(Kotest.runnerJUnit5)
}
88 changes: 12 additions & 76 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine.chords:spine-chords-client:2.0.0-SNAPSHOT.82`
# Dependencies of `io.spine.chords:spine-chords-client:2.0.0-SNAPSHOT.83`

## Runtime
1. **Group** : cafe.adriel.voyager. **Name** : voyager-core. **Version** : 1.0.1.**No license information found**
Expand Down Expand Up @@ -1104,22 +1104,14 @@

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Tue Apr 14 15:50:11 EEST 2026** 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 **Wed Apr 22 16:41:12 EEST 2026** 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.chords:spine-chords-codegen-tests:2.0.0-SNAPSHOT.82`
# Dependencies of `io.spine.chords:spine-chords-codegen-tests:2.0.0-SNAPSHOT.83`

## Runtime
1. **Group** : com.google.android. **Name** : annotations. **Version** : 4.1.1.4.
* **Project URL:** [http://source.android.com/](http://source.android.com/)
* **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)

1. **Group** : com.google.api.grpc. **Name** : proto-google-common-protos. **Version** : 1.17.0.
* **Project URL:** [https://github.com/googleapis/api-client-staging](https://github.com/googleapis/api-client-staging)
* **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
* **Project URL:** [http://findbugs.sourceforge.net/](http://findbugs.sourceforge.net/)
* **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
Expand Down Expand Up @@ -1164,30 +1156,6 @@ This report was generated on **Tue Apr 14 15:50:11 EEST 2026** using [Gradle-Lic
1. **Group** : com.google.protobuf. **Name** : protobuf-kotlin. **Version** : 3.22.3.
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)

1. **Group** : io.grpc. **Name** : grpc-api. **Version** : 1.59.0.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-core. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-protobuf. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-protobuf-lite. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-stub. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.perfmark. **Name** : perfmark-api. **Version** : 0.19.0.
* **Project URL:** [https://github.com/perfmark/perfmark](https://github.com/perfmark/perfmark)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : org.checkerframework. **Name** : checker-compat-qual. **Version** : 2.5.3.
* **Project URL:** [https://checkerframework.org](https://checkerframework.org)
* **License:** [GNU General Public License, version 2 (GPL2), with the classpath exception](http://www.gnu.org/software/classpath/license.html)
Expand Down Expand Up @@ -1272,14 +1240,6 @@ This report was generated on **Tue Apr 14 15:50:11 EEST 2026** using [Gradle-Lic
* **Project URL:** [https://www.github.com/KevinStern/software-and-algorithms](https://www.github.com/KevinStern/software-and-algorithms)
* **License:** [MIT License](http://www.opensource.org/licenses/mit-license.php)

1. **Group** : com.google.android. **Name** : annotations. **Version** : 4.1.1.4.
* **Project URL:** [http://source.android.com/](http://source.android.com/)
* **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)

1. **Group** : com.google.api.grpc. **Name** : proto-google-common-protos. **Version** : 1.17.0.
* **Project URL:** [https://github.com/googleapis/api-client-staging](https://github.com/googleapis/api-client-staging)
* **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group** : com.google.auto. **Name** : auto-common. **Version** : 1.2.2.
* **Project URL:** [https://github.com/google/auto/tree/main/common](https://github.com/google/auto/tree/main/common)
* **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
Expand Down Expand Up @@ -1528,26 +1488,6 @@ This report was generated on **Tue Apr 14 15:50:11 EEST 2026** using [Gradle-Lic
* **Project URL:** [https://detekt.dev](https://detekt.dev)
* **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)

1. **Group** : io.grpc. **Name** : grpc-api. **Version** : 1.59.0.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-core. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-protobuf. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-protobuf-lite. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : grpc-stub. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.grpc. **Name** : protoc-gen-grpc-java. **Version** : 1.28.1.
* **Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)
Expand Down Expand Up @@ -1607,10 +1547,6 @@ This report was generated on **Tue Apr 14 15:50:11 EEST 2026** using [Gradle-Lic
* **Project URL:** [https://github.com/kotest/kotest](https://github.com/kotest/kotest)
* **License:** [Apache-2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : io.perfmark. **Name** : perfmark-api. **Version** : 0.19.0.
* **Project URL:** [https://github.com/perfmark/perfmark](https://github.com/perfmark/perfmark)
* **License:** [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

1. **Group** : it.unimi.dsi. **Name** : fastutil-core. **Version** : 8.5.12.
* **Project URL:** [http://fastutil.di.unimi.it/](http://fastutil.di.unimi.it/)
* **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
Expand Down Expand Up @@ -1963,12 +1899,12 @@ This report was generated on **Tue Apr 14 15:50:11 EEST 2026** using [Gradle-Lic

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Tue Apr 14 15:50:13 EEST 2026** 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 **Wed Apr 22 16:41:13 EEST 2026** 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.chords:spine-chords-core:2.0.0-SNAPSHOT.82`
# Dependencies of `io.spine.chords:spine-chords-core:2.0.0-SNAPSHOT.83`

## Runtime
1. **Group** : cafe.adriel.voyager. **Name** : voyager-core. **Version** : 1.0.1.
Expand Down Expand Up @@ -3002,12 +2938,12 @@ This report was generated on **Tue Apr 14 15:50:13 EEST 2026** using [Gradle-Lic

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Tue Apr 14 15:50:14 EEST 2026** 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 **Wed Apr 22 16:41:15 EEST 2026** 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.chords:spine-chords-proto:2.0.0-SNAPSHOT.82`
# Dependencies of `io.spine.chords:spine-chords-proto:2.0.0-SNAPSHOT.83`

## Runtime
1. **Group** : cafe.adriel.voyager. **Name** : voyager-core. **Version** : 1.0.1.**No license information found**
Expand Down Expand Up @@ -4040,12 +3976,12 @@ This report was generated on **Tue Apr 14 15:50:14 EEST 2026** using [Gradle-Lic

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Tue Apr 14 15:50:15 EEST 2026** 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 **Wed Apr 22 16:41:16 EEST 2026** 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.chords:spine-chords-proto-values:2.0.0-SNAPSHOT.82`
# Dependencies of `io.spine.chords:spine-chords-proto-values:2.0.0-SNAPSHOT.83`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -4839,12 +4775,12 @@ This report was generated on **Tue Apr 14 15:50:15 EEST 2026** using [Gradle-Lic

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Tue Apr 14 15:50:16 EEST 2026** 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 **Wed Apr 22 16:41:17 EEST 2026** 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.chords:spine-chords-runtime:2.0.0-SNAPSHOT.82`
# Dependencies of `io.spine.chords:spine-chords-runtime:2.0.0-SNAPSHOT.83`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -5608,4 +5544,4 @@ This report was generated on **Tue Apr 14 15:50:16 EEST 2026** using [Gradle-Lic

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Tue Apr 14 15:50:17 EEST 2026** 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 **Wed Apr 22 16:41:18 EEST 2026** 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).
14 changes: 10 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine.chords</groupId>
<artifactId>Chords</artifactId>
<version>2.0.0-SNAPSHOT.82</version>
<version>2.0.0-SNAPSHOT.83</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -61,16 +61,22 @@ all modules and does not describe the project structure per-subproject.
</dependency>
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-money</artifactId>
<version>1.5.0</version>
<artifactId>spine-client</artifactId>
<version>1.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-server</artifactId>
<artifactId>spine-core</artifactId>
<version>1.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-money</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-time</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
/**
* The version of all Chords libraries.
*/
val chordsVersion: String by extra("2.0.0-SNAPSHOT.82")
val chordsVersion: String by extra("2.0.0-SNAPSHOT.83")
Loading