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
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import io.spine.dependency.local.Base
import io.spine.dependency.local.CoreJvm
import io.spine.dependency.local.Logging
import io.spine.dependency.local.Reflect
import io.spine.dependency.local.Time
import io.spine.dependency.local.ToolBase
import io.spine.dependency.local.Validation
import io.spine.gradle.publish.PublishingRepos
Expand Down Expand Up @@ -86,6 +87,7 @@ buildscript {
logging.lib,
logging.middleware,
validation.runtime,
io.spine.dependency.local.Compiler.api
)
}
}
Expand All @@ -101,7 +103,6 @@ plugins {
id("org.jetbrains.kotlinx.kover")
idea
jacoco
`gradle-doctor`
`project-report`
}

Expand Down Expand Up @@ -148,6 +149,8 @@ allprojects {
Validation.runtime,
Validation.javaBundle,
CoreJvm.server,
Time.lib,
Time.javaExtensions,
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object Compiler : Dependency() {
* The version of the Compiler dependencies.
*/
override val version: String
private const val fallbackVersion = "2.0.0-SNAPSHOT.037"
private const val fallbackVersion = "2.0.0-SNAPSHOT.039"

/**
* The distinct version of the Compiler used by other build tools.
Expand All @@ -81,7 +81,7 @@ object Compiler : Dependency() {
* transitive dependencies, this is the version used to build the project itself.
*/
val dogfoodingVersion: String
private const val fallbackDfVersion = "2.0.0-SNAPSHOT.037"
private const val fallbackDfVersion = "2.0.0-SNAPSHOT.039"

/**
* The artifact for the Compiler Gradle plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ typealias CoreJava = CoreJvm
@Suppress("ConstPropertyName", "unused")
object CoreJvm {
const val group = Spine.group
const val version = "2.0.0-SNAPSHOT.370"
const val version = "2.0.0-SNAPSHOT.371"

const val coreArtifact = "spine-core"
const val clientArtifact = "spine-client"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Validation {
/**
* The version of the Validation library artifacts.
*/
const val version = "2.0.0-SNAPSHOT.391"
const val version = "2.0.0-SNAPSHOT.402"

/**
* The last version of Validation compatible with ProtoData.
Expand Down
16 changes: 8 additions & 8 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.231`
# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.232`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -1006,14 +1006,14 @@

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

This report was generated on **Fri Dec 26 17:25:17 WET 2025** using
This report was generated on **Tue Mar 10 19:57:35 WET 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:spine-time-java:2.0.0-SNAPSHOT.231`
# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.232`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -1849,14 +1849,14 @@ This report was generated on **Fri Dec 26 17:25:17 WET 2025** using

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

This report was generated on **Fri Dec 26 17:25:17 WET 2025** using
This report was generated on **Tue Mar 10 19:57:35 WET 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:spine-time-kotlin:2.0.0-SNAPSHOT.231`
# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.232`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -2704,14 +2704,14 @@ This report was generated on **Fri Dec 26 17:25:17 WET 2025** using

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

This report was generated on **Fri Dec 26 17:25:17 WET 2025** using
This report was generated on **Tue Mar 10 19:57:35 WET 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.tools:spine-time-testlib:2.0.0-SNAPSHOT.231`
# Dependencies of `io.spine.tools:spine-time-testlib:2.0.0-SNAPSHOT.232`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -3547,6 +3547,6 @@ This report was generated on **Fri Dec 26 17:25:17 WET 2025** using

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

This report was generated on **Fri Dec 26 17:25:17 WET 2025** using
This report was generated on **Tue Mar 10 19:57:35 WET 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).
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 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</groupId>
<artifactId>spine-time</artifactId>
<version>2.0.0-SNAPSHOT.231</version>
<version>2.0.0-SNAPSHOT.232</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -56,7 +56,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-validation-jvm-runtime</artifactId>
<version>2.0.0-SNAPSHOT.391</version>
<version>2.0.0-SNAPSHOT.402</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -193,12 +193,12 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-cli-all</artifactId>
<version>2.0.0-SNAPSHOT.037</version>
<version>2.0.0-SNAPSHOT.039</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-protoc-plugin</artifactId>
<version>2.0.0-SNAPSHOT.037</version>
<version>2.0.0-SNAPSHOT.039</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
Expand All @@ -218,7 +218,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>validation-java-bundle</artifactId>
<version>2.0.0-SNAPSHOT.391</version>
<version>2.0.0-SNAPSHOT.402</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
53 changes: 0 additions & 53 deletions time/src/main/java/io/spine/time/validation/When.java

This file was deleted.

130 changes: 0 additions & 130 deletions time/src/main/java/io/spine/time/validation/WhenConstraint.java

This file was deleted.

Loading
Loading