From a152b6608bff8278b3d301a5dcf870dc1995abcd Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:24:29 +0100 Subject: [PATCH 01/13] Update `config` --- .claude/settings.json | 6 +- .gitignore | 13 +- .idea/live-templates/README.md | 2 +- .idea/misc.xml | 44 - buildSrc/build.gradle.kts | 6 +- buildSrc/quality/checkstyle-suppressions.xml | 2 +- buildSrc/quality/checkstyle.xml | 2 +- buildSrc/settings.gradle.kts | 2 +- buildSrc/src/main/kotlin/BuildExtensions.kt | 20 +- buildSrc/src/main/kotlin/BuildSettings.kt | 2 +- .../src/main/kotlin/DependencyResolution.kt | 2 +- .../src/main/kotlin/DocumentationSettings.kt | 2 +- buildSrc/src/main/kotlin/DokkaExts.kt | 6 +- buildSrc/src/main/kotlin/Strings.kt | 2 +- .../src/main/kotlin/config-tester.gradle.kts | 2 +- .../kotlin/detekt-code-analysis.gradle.kts | 8 +- .../kotlin/io/spine/dependency/Dependency.kt | 2 +- .../kotlin/io/spine/dependency/boms/Boms.kt | 2 +- .../io/spine/dependency/boms/BomsPlugin.kt | 2 +- .../io/spine/dependency/build/ErrorProne.kt | 9 +- .../io/spine/dependency/kotlinx/KotlinX.kt | 2 +- .../spine/dependency/kotlinx/Serialization.kt | 2 +- .../io/spine/dependency/lib/ApacheHttp.kt | 2 +- .../io/spine/dependency/lib/AppEngine.kt | 2 +- .../kotlin/io/spine/dependency/lib/Asm.kt | 2 +- .../io/spine/dependency/lib/BouncyCastle.kt | 2 +- .../io/spine/dependency/lib/Coroutines.kt | 4 +- .../kotlin/io/spine/dependency/lib/Jackson.kt | 2 +- .../kotlin/io/spine/dependency/lib/JavaJwt.kt | 2 +- .../io/spine/dependency/lib/JavaPoet.kt | 2 +- .../kotlin/io/spine/dependency/lib/JavaX.kt | 2 +- .../kotlin/io/spine/dependency/lib/Klaxon.kt | 2 +- .../kotlin/io/spine/dependency/lib/KotlinX.kt | 2 +- .../io/spine/dependency/lib/Protobuf.kt | 2 +- .../kotlin/io/spine/dependency/lib/Roaster.kt | 2 +- .../kotlin/io/spine/dependency/lib/Slf4J.kt | 4 +- .../kotlin/io/spine/dependency/local/Base.kt | 4 +- .../io/spine/dependency/local/BaseTypes.kt | 2 +- .../io/spine/dependency/local/Change.kt | 2 +- .../io/spine/dependency/local/Compiler.kt | 8 +- .../io/spine/dependency/local/CoreJvm.kt | 2 +- .../io/spine/dependency/local/Logging.kt | 2 +- .../spine/dependency/local/ModelCompiler.kt | 2 +- .../io/spine/dependency/local/ProtoTap.kt | 2 +- .../io/spine/dependency/local/Reflect.kt | 2 +- .../kotlin/io/spine/dependency/local/Spine.kt | 2 +- .../io/spine/dependency/local/TestLib.kt | 2 +- .../kotlin/io/spine/dependency/local/Time.kt | 2 +- .../io/spine/dependency/local/ToolBase.kt | 4 +- .../io/spine/dependency/local/Validation.kt | 2 +- .../io/spine/dependency/test/AssertK.kt | 4 +- .../io/spine/dependency/test/Hamcrest.kt | 2 +- .../kotlin/io/spine/dependency/test/Jacoco.kt | 8 + .../kotlin/io/spine/dependency/test/Kotest.kt | 2 +- .../kotlin/io/spine/dependency/test/Kover.kt | 4 +- .../io/spine/dependency/test/OpenTest4J.kt | 2 +- .../io/spine/dependency/test/SystemLambda.kt | 2 +- .../io/spine/dependency/test/TestKitTruth.kt | 2 +- .../kotlin/io/spine/docs/MarkdownDocument.kt | 2 +- .../src/main/kotlin/io/spine/gradle/Build.kt | 2 +- .../src/main/kotlin/io/spine/gradle/Clean.kt | 2 +- .../kotlin/io/spine/gradle/ConfigTester.kt | 4 +- .../io/spine/gradle/ProjectExtensions.kt | 4 +- .../main/kotlin/io/spine/gradle/RunBuild.kt | 2 +- .../main/kotlin/io/spine/gradle/RunGradle.kt | 2 +- .../io/spine/gradle/StringExtensions.kt | 2 +- .../main/kotlin/io/spine/gradle/TaskName.kt | 2 +- .../main/kotlin/io/spine/gradle/base/Tasks.kt | 2 +- .../gradle/checkstyle/CheckStyleConfig.kt | 2 +- .../io/spine/gradle/dart/DartContext.kt | 6 +- .../io/spine/gradle/dart/DartEnvironment.kt | 6 +- .../io/spine/gradle/dart/DartExtension.kt | 6 +- .../spine/gradle/dart/plugin/DartPlugins.kt | 6 +- .../io/spine/gradle/dart/plugin/Protobuf.kt | 4 +- .../kotlin/io/spine/gradle/dart/task/Build.kt | 12 +- .../io/spine/gradle/dart/task/DartTasks.kt | 2 +- .../spine/gradle/dart/task/IntegrationTest.kt | 8 +- .../io/spine/gradle/dart/task/Publish.kt | 8 +- .../main/kotlin/io/spine/gradle/git/Branch.kt | 2 +- .../kotlin/io/spine/gradle/git/Repository.kt | 16 +- .../kotlin/io/spine/gradle/git/UserInfo.kt | 2 +- .../spine/gradle/github/pages/AuthorEmail.kt | 2 +- .../io/spine/gradle/github/pages/Update.kt | 2 +- .../gradle/github/pages/UpdateGitHubPages.kt | 2 +- .../pages/UpdateGitHubPagesExtension.kt | 2 +- .../main/kotlin/io/spine/gradle/java/Tasks.kt | 2 +- .../io/spine/gradle/javac/ErrorProne.kt | 4 +- .../kotlin/io/spine/gradle/javac/Javac.kt | 2 +- .../io/spine/gradle/javadoc/Encoding.kt | 2 +- .../gradle/javadoc/ExcludeInternalDoclet.kt | 2 +- .../io/spine/gradle/javadoc/JavadocConfig.kt | 12 +- .../io/spine/gradle/javadoc/JavadocTag.kt | 2 +- .../io/spine/gradle/javascript/JsContext.kt | 8 +- .../spine/gradle/javascript/JsEnvironment.kt | 10 +- .../io/spine/gradle/javascript/JsExtension.kt | 8 +- .../io/spine/gradle/javascript/plugin/Idea.kt | 4 +- .../gradle/javascript/plugin/JsPlugins.kt | 6 +- .../io/spine/gradle/javascript/plugin/McJs.kt | 4 +- .../gradle/javascript/plugin/Protobuf.kt | 6 +- .../gradle/javascript/task/IntegrationTest.kt | 2 +- .../spine/gradle/javascript/task/Publish.kt | 2 +- .../gradle/publish/CloudArtifactRegistry.kt | 6 +- .../io/spine/gradle/publish/CloudRepo.kt | 2 +- .../io/spine/gradle/publish/ProtoExts.kt | 2 +- .../gradle/publish/PublicationHandler.kt | 2 +- .../io/spine/gradle/publish/PublishingExts.kt | 4 +- .../spine/gradle/publish/PublishingRepos.kt | 2 +- .../spine/gradle/publish/SpinePublishing.kt | 8 +- .../publish/StandardJavaPublicationHandler.kt | 4 +- .../io/spine/gradle/repo/Credentials.kt | 2 +- .../kotlin/io/spine/gradle/repo/RepoSlug.kt | 2 +- .../gradle/report/coverage/KoverConfig.kt | 74 +- .../gradle/report/coverage/SiblingCoverage.kt | 8 +- .../gradle/report/license/Configuration.kt | 2 +- .../report/license/MarkdownReportRenderer.kt | 2 +- .../report/license/ProjectDependencies.kt | 2 +- .../io/spine/gradle/report/license/Tasks.kt | 4 +- .../spine/gradle/report/license/Template.kt | 2 +- .../gradle/report/pom/DependencyScope.kt | 6 +- .../spine/gradle/report/pom/InceptionYear.kt | 2 +- .../gradle/report/pom/MarkupExtensions.kt | 2 +- .../gradle/report/pom/ModuleDependency.kt | 2 +- .../spine/gradle/report/pom/PomFormatting.kt | 2 +- .../spine/gradle/report/pom/PomXmlWriter.kt | 4 +- .../gradle/report/pom/ProjectMetadata.kt | 34 +- .../spine/gradle/report/pom/SpineLicense.kt | 2 +- .../kotlin/io/spine/gradle/testing/Logging.kt | 2 +- .../io/spine/gradle/testing/Multiproject.kt | 4 +- .../gradle/testing/SpineCompilerCoverage.kt | 175 + .../spine/gradle/testing/TestKitCoverage.kt | 9 +- .../src/main/kotlin/kmp-module.gradle.kts | 5 +- .../src/main/kotlin/kmp-publish.gradle.kts | 2 +- .../src/main/kotlin/module-testing.gradle.kts | 4 +- .../src/main/kotlin/pmd-settings.gradle.kts | 2 +- .../src/main/kotlin/test-module.gradle.kts | 2 +- .../main/kotlin/uber-jar-module.gradle.kts | 8 +- .../src/main/kotlin/write-manifest.gradle.kts | 4 +- .../resources/dokka/styles/custom-styles.css | 2 +- config | 2 +- dependencies.md | 6688 ----------------- pom.xml | 353 - 141 files changed, 515 insertions(+), 7353 deletions(-) delete mode 100644 .idea/misc.xml create mode 100644 buildSrc/src/main/kotlin/io/spine/gradle/testing/SpineCompilerCoverage.kt delete mode 100644 dependencies.md delete mode 100644 pom.xml diff --git a/.claude/settings.json b/.claude/settings.json index 357650cf7..3c7da68c3 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,5 +1,6 @@ { "$schema": "https://json.schemastore.org/claude-code-settings.json", + "plansDirectory": ".claude/plans", "permissions": { "allow": [ "Edit(version.gradle.kts)", @@ -32,8 +33,11 @@ "Bash(mkdir:*)", "Bash(touch:*)", "Bash(python3 .agents/skills/update-copyright/scripts/update_copyright.py:*)", + "Bash(.agents/skills/version-bumped/scripts/version-bumped.sh)", "Bash(./config/pull)", - "Bash(./config/migrate)" + "Bash(./config/migrate)", + "Skill(pre-pr)", + "Skill(pre-pr:*)" ], "deny": [ "Bash(git reset --hard:*)", diff --git a/.gitignore b/.gitignore index dfb4774d4..ed1b0baa7 100644 --- a/.gitignore +++ b/.gitignore @@ -54,8 +54,12 @@ .idea/modules .idea/shelf +# `.idea/misc.xml` is intentionally NOT re-included below. It is project-local — +# it holds the per-project JDK name and IDEA's own churn (entry-point list +# indices, external-storage toggles) — so `.idea/*.xml` above keeps it ignored. +# `./config/pull` (via `migrate`) untracks any copy an earlier pull committed. + # Do not ignore the following IDEA settings -!.idea/misc.xml !.idea/codeStyleSettings.xml !.idea/codeStyles/ !.idea/copyright/ @@ -173,6 +177,12 @@ __pycache__/ # Claude working files /.claude/worktrees/ +# Ephemeral plan-mode scratch (durable task docs live in `.agents/tasks/`). +/.claude/plans/ + +# Personal, per-developer Claude Code settings overrides (never committed; +# the distributed `.claude/settings.json` is the shared, committed layer). +/.claude/settings.local.json # Auto-downloaded Lychee binary used by the `check-links` skill. /.agents/skills/check-links/.cache/ @@ -190,7 +200,6 @@ docs/_preview/resources/ # <<< shared config <<< # >>> repo-local entries (preserved across ./config/pull) >>> -!.idea/misc.xml !.idea/codeStyleSettings.xml !.idea/codeStyles/ !.idea/copyright/ diff --git a/.idea/live-templates/README.md b/.idea/live-templates/README.md index 950066731..267008ad1 100644 --- a/.idea/live-templates/README.md +++ b/.idea/live-templates/README.md @@ -22,6 +22,6 @@ In order to add these templates, perform the following steps: 1. Open the corresponding template: `Preferences -> Editor -> Live Templates -> User.todo`. 2. Click on `Edit variables`. -3. Set `USER` variable to your domain email address without `@teamdev.com` ending. For example, +3. Set `USER` variable to your domain email address without `@teamdev.com` ending. For example, for `jack.sparrow@teamdev.com` use the following expression `"jack.sparrow"`. 4. Verify that the template generates expected comments: `// TODO:2022-11-03:jack.sparrow: <...>`. diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 264f82301..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index a61d839f8..5b377272e 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -132,7 +132,7 @@ val kotestJvmPluginVersion = "0.4.10" /** * @see [io.spine.dependency.test.Kover] */ -val koverVersion = "0.9.8" +val koverVersion = "0.9.9" /** * The version of the Shadow Plugin. @@ -222,7 +222,7 @@ dependOnBuildSrcJar() /** * Adds a dependency on a `buildSrc.jar`, iff: * 1) the `src` folder is missing, and - * 2) `buildSrc.jar` is present in `buildSrc/` folder instead. + * 2) `buildSrc.jar` is present in the `buildSrc/` folder instead. * * This approach is used in the scope of integration testing. */ @@ -241,7 +241,7 @@ fun Project.dependOnBuildSrcJar() { * Includes the `implementation` dependency on `artifactregistry-auth-common`, * with the version defined in [googleAuthToolVersion]. * - * `artifactregistry-auth-common` has transitive dependency on Gson and Apache `commons-codec`. + * `artifactregistry-auth-common` has a transitive dependency on Gson and Apache `commons-codec`. * Gson from version `2.8.6` until `2.8.9` is vulnerable to Deserialization of Untrusted Data * (https://devhub.checkmarx.com/cve-details/CVE-2022-25647/). * diff --git a/buildSrc/quality/checkstyle-suppressions.xml b/buildSrc/quality/checkstyle-suppressions.xml index a761fca35..9d169de7f 100644 --- a/buildSrc/quality/checkstyle-suppressions.xml +++ b/buildSrc/quality/checkstyle-suppressions.xml @@ -1,7 +1,7 @@ -io.spine -spine-time -2.0.0-SNAPSHOT.240 - -2015 - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - - com.google.guava - guava - 33.5.0-jre - compile - - - com.google.protobuf - protobuf-java - 4.34.1 - compile - - - com.google.protobuf - protobuf-java-util - 4.34.1 - compile - - - com.google.protobuf - protobuf-kotlin - 4.34.1 - compile - - - io.spine - spine-base - 2.0.0-SNAPSHOT.387 - compile - - - io.spine - spine-time - 2.0.0-SNAPSHOT.238 - compile - - - io.spine - spine-validation-jvm-runtime - 2.0.0-SNAPSHOT.414 - compile - - - io.spine.tools - compiler-gradle-api - 2.0.0-SNAPSHOT.043 - compile - - - io.spine.tools - compiler-jvm - 2.0.0-SNAPSHOT.043 - compile - - - io.spine.tools - gradle-plugin-api - 2.0.0-SNAPSHOT.378 - compile - - - io.spine.tools - jvm-tools - 2.0.0-SNAPSHOT.378 - compile - - - org.jetbrains.kotlin - kotlin-bom - 2.3.20 - compile - - - org.jetbrains.kotlin - kotlin-stdlib - 2.3.20 - compile - - - org.jetbrains.kotlinx - kotlinx-coroutines-bom - 1.10.2 - compile - - - org.jetbrains.kotlinx - kotlinx-datetime - 0.7.1 - compile - - - org.jspecify - jspecify - 1.0.0 - compile - - - com.google.guava - guava-testlib - 33.5.0-jre - test - - - io.kotest - kotest-assertions-core - 6.1.11 - test - - - io.spine.tools - base-testlib - 2.0.0-SNAPSHOT.213 - test - - - io.spine.tools - compiler-testlib - 2.0.0-SNAPSHOT.043 - test - - - io.spine.tools - logging-testlib - 2.0.0-SNAPSHOT.417 - test - - - org.junit - junit-bom - 6.0.3 - test - - - org.junit-pioneer - junit-pioneer - 2.3.0 - test - - - org.junit.jupiter - junit-jupiter-api - 6.0.3 - test - - - org.junit.jupiter - junit-jupiter-engine - 6.0.3 - test - - - org.junit.jupiter - junit-jupiter-params - 6.0.3 - test - - - com.google.auto.service - auto-service-annotations - 1.1.1 - provided - - - com.google.devtools.ksp - symbol-processing - 2.3.6 - - - com.google.devtools.ksp - symbol-processing-api - 2.3.6 - - - com.google.errorprone - error_prone_annotations - 2.36.0 - provided - - - com.google.errorprone - error_prone_core - 2.36.0 - - - com.google.errorprone - error_prone_type_annotations - 2.36.0 - provided - - - com.google.protobuf - protoc - 4.34.1 - - - com.puppycrawl.tools - checkstyle - 10.12.1 - - - dev.zacsweers.autoservice - auto-service-ksp - 1.2.0 - - - io.gitlab.arturbosch.detekt - detekt-cli - 1.23.8 - - - io.spine.tools - compiler-cli-all - 2.0.0-SNAPSHOT.043 - - - io.spine.tools - compiler-protoc-plugin - 2.0.0-SNAPSHOT.043 - - - io.spine.tools - core-jvm-plugins - 2.0.0-SNAPSHOT.063 - - - io.spine.tools - prototap-protoc-plugin - 0.14.0 - - - io.spine.tools - spine-dokka-extensions - 2.0.0-SNAPSHOT.7 - - - io.spine.tools - time-validation - 2.0.0-SNAPSHOT.236 - - - io.spine.tools - validation-java-bundle - 2.0.0-SNAPSHOT.414 - - - net.sourceforge.pmd - pmd-ant - 7.12.0 - - - net.sourceforge.pmd - pmd-java - 7.12.0 - - - org.checkerframework - checker-qual - 3.40.0 - provided - - - org.jacoco - org.jacoco.agent - 0.8.13 - - - org.jacoco - org.jacoco.ant - 0.8.13 - - - org.jacoco - org.jacoco.report - 0.8.13 - - - org.jetbrains.dokka - all-modules-page-plugin - 2.2.0 - - - org.jetbrains.dokka - analysis-kotlin-symbols - 2.2.0 - - - org.jetbrains.dokka - dokka-base - 2.2.0 - - - org.jetbrains.dokka - dokka-core - 2.2.0 - - - org.jetbrains.dokka - javadoc-plugin - 2.2.0 - - - org.jetbrains.dokka - templating-plugin - 2.2.0 - - - org.jetbrains.kotlin - kotlin-build-tools-compat - 2.3.20 - - - org.jetbrains.kotlin - kotlin-build-tools-impl - 2.3.20 - - - org.jetbrains.kotlin - kotlin-scripting-compiler-embeddable - 2.3.20 - - - org.jetbrains.kotlinx - kover-jvm-agent - 0.9.1 - - - - \ No newline at end of file From 7b4a8a6fad4d78a3157dccc5517a8e700dba470d Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:25:03 +0100 Subject: [PATCH 02/13] Bump version -> `2.0.0-SNAPSHOT.250` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index a60fba175..a6d86c349 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -27,4 +27,4 @@ /** * The version of this library for publishing. */ -extra.set("versionToPublish", "2.0.0-SNAPSHOT.244") +extra.set("versionToPublish", "2.0.0-SNAPSHOT.250") From fcf1511bd9e1d6ebf637c56c0c4381add096638c Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:47:09 +0100 Subject: [PATCH 03/13] Force Jackson --- build.gradle.kts | 4 ++++ tests/build.gradle.kts | 3 +++ 2 files changed, 7 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index f56b55242..7be97515a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,6 +70,7 @@ buildscript { val rs = this@resolutionStrategy jackson.forceArtifacts(project, cfg, rs) io.spine.dependency.lib.Jackson.DataType.forceArtifacts(project, cfg, rs) + io.spine.dependency.lib.Jackson.DataFormat.forceArtifacts(project, cfg, rs) io.spine.dependency.kotlinx.Coroutines.forceArtifacts( project, this@all, this@resolutionStrategy @@ -82,6 +83,7 @@ buildscript { force( io.spine.dependency.lib.Kotlin.bom, io.spine.dependency.lib.Jackson.annotations, + io.spine.dependency.lib.Jackson.bom, io.spine.dependency.lib.Grpc.bom, io.spine.dependency.local.Base.annotations, io.spine.dependency.local.Base.environment, @@ -156,6 +158,7 @@ allprojects { force( Kotlin.bom, KotlinPoet.lib, + Jackson.bom, Reflect.lib, Base.lib, ToolBase.lib, @@ -164,6 +167,7 @@ allprojects { Dokka.BasePlugin.lib, Validation.runtime, Validation.javaBundle, + CoreJvm.client, CoreJvm.server, Time.lib, Time.javaExtensions, diff --git a/tests/build.gradle.kts b/tests/build.gradle.kts index 5d5f12949..d0c5d2d7b 100644 --- a/tests/build.gradle.kts +++ b/tests/build.gradle.kts @@ -64,6 +64,7 @@ buildscript { val rs = this@resolutionStrategy jackson.forceArtifacts(project, cfg, rs) io.spine.dependency.lib.Jackson.DataType.forceArtifacts(project, cfg, rs) + io.spine.dependency.lib.Jackson.DataFormat.forceArtifacts(project, cfg, rs) io.spine.dependency.kotlinx.Coroutines.forceArtifacts( project, this@all, this@resolutionStrategy @@ -74,6 +75,7 @@ buildscript { force( io.spine.dependency.lib.Kotlin.bom, io.spine.dependency.lib.Jackson.annotations, + io.spine.dependency.lib.Jackson.bom, io.spine.dependency.lib.Grpc.bom, io.spine.dependency.local.Base.annotations, io.spine.dependency.local.Base.environment, @@ -134,6 +136,7 @@ configurations { force( Kotlin.bom, Jackson.annotations, + Jackson.bom, Grpc.bom, Reflect.lib, Base.annotations, From 34f750f181d18d6aa4ba6e3a7d03a7ccf6d5e32f Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:47:32 +0100 Subject: [PATCH 04/13] Bump CoreJvm -> `2.0.0-SNAPSHOT.522` --- buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt index 391256339..d60780d01 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt @@ -39,7 +39,7 @@ typealias CoreJava = CoreJvm @Suppress("ConstPropertyName", "unused") object CoreJvm { const val group = Spine.group - const val version = "2.0.0-SNAPSHOT.450" + const val version = "2.0.0-SNAPSHOT.522" const val coreArtifact = "spine-core" const val clientArtifact = "spine-client" From d3d02f0c24dc27d1e6d8aacd77634c57c865610c Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:47:45 +0100 Subject: [PATCH 05/13] Suppress deprecations --- .../src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt b/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt index 18fa42e1c..a51d2f863 100644 --- a/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt +++ b/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt @@ -124,11 +124,13 @@ internal class DefaultValueConversionSpec { } @Test + @Suppress("DEPRECATION") fun `ZoneOffset to UTC`() { ZoneOffsets.toJavaTime(ZoneOffset.getDefaultInstance()) shouldBe JtZoneOffset.UTC } @Test + @Suppress("DEPRECATION") fun `OffsetTime to midnight at UTC`() { OffsetTimes.toJavaTime(OffsetTime.getDefaultInstance()) shouldBe JtOffsetTime.of(JtLocalTime.MIDNIGHT, JtZoneOffset.UTC) From b43b790b3950454e2acb56c4dadb966bee35ae6e Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:48:02 +0100 Subject: [PATCH 06/13] Address ErrorProne warning --- time/src/main/java/io/spine/time/Temporals.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/time/src/main/java/io/spine/time/Temporals.java b/time/src/main/java/io/spine/time/Temporals.java index e932ae0b5..eceaa434a 100644 --- a/time/src/main/java/io/spine/time/Temporals.java +++ b/time/src/main/java/io/spine/time/Temporals.java @@ -65,9 +65,8 @@ public static Temporal from(Message value) { checkNotNull(value); if (value instanceof Temporal) { return (Temporal) value; - } else if (value instanceof Timestamp) { - var timestampValue = (Timestamp) value; - return TimestampTemporal.from(timestampValue); + } else if (value instanceof Timestamp timestamp) { + return TimestampTemporal.from(timestamp); } else { throw newIllegalArgumentException( "The type `%s` cannot represent a point in time.", From 9ba186ed8174289e1bb9a2c1685881f19b8cf790 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:48:18 +0100 Subject: [PATCH 07/13] Use new CoreJvm API --- .../kotlin/io/spine/tools/time/validation/java/WhenOption.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt b/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt index a1201550e..b2fa94032 100644 --- a/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt +++ b/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt @@ -32,7 +32,6 @@ import io.spine.core.External import io.spine.core.Subscribe import io.spine.core.Where import io.spine.protobuf.unpack -import io.spine.server.entity.alter import io.spine.server.event.NoReaction import io.spine.server.event.React import io.spine.server.event.asA From 38aa80cb8bbba456d06d49e9ca1bfb1b43ab7de0 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:56:14 +0100 Subject: [PATCH 08/13] Bump local dependencies --- buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt | 4 ++-- .../src/main/kotlin/io/spine/dependency/local/BaseTypes.kt | 2 +- buildSrc/src/main/kotlin/io/spine/dependency/local/Change.kt | 2 +- .../src/main/kotlin/io/spine/dependency/local/Compiler.kt | 4 ++-- buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt | 2 +- .../src/main/kotlin/io/spine/dependency/local/ToolBase.kt | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt index 3c7d78a26..5e777498e 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt @@ -33,8 +33,8 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName", "unused") object Base { - const val version = "2.0.0-SNAPSHOT.425" - const val versionForBuildScript = "2.0.0-SNAPSHOT.425" + const val version = "2.0.0-SNAPSHOT.426" + const val versionForBuildScript = "2.0.0-SNAPSHOT.426" const val group = Spine.group private const val prefix = "spine" const val libModule = "$prefix-base" 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 30eb08776..f765df86d 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.223" + const val version = "2.0.0-SNAPSHOT.224" const val group = Spine.group const val artifact = "spine-base-types" const val lib = "$group:$artifact:$version" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Change.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Change.kt index 26bef1ae2..7c094938b 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Change.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Change.kt @@ -33,7 +33,7 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName") object Change { - const val version = "2.0.0-SNAPSHOT.206" + const val version = "2.0.0-SNAPSHOT.207" const val group = Spine.group const val artifact = "spine-change" const val lib = "$group:$artifact:$version" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt index 2e2bc5adf..d132e6b4e 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt @@ -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.062" + private const val fallbackVersion = "2.0.0-SNAPSHOT.063" /** * The distinct version of the Compiler used by other build tools. @@ -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.062" + private const val fallbackDfVersion = "2.0.0-SNAPSHOT.063" /** * The artifact for the Compiler Gradle plugin. 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 c79171f06..52beacda7 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Logging.kt @@ -33,7 +33,7 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName", "unused") object Logging { - const val version = "2.0.0-SNAPSHOT.422" + const val version = "2.0.0-SNAPSHOT.423" const val group = Spine.group const val loggingArtifact = "spine-logging" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt index c0cbea386..5a742dfa1 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt @@ -34,8 +34,8 @@ package io.spine.dependency.local @Suppress("ConstPropertyName", "unused") object ToolBase { const val group = Spine.toolsGroup - const val version = "2.0.0-SNAPSHOT.403" - const val dogfoodingVersion = "2.0.0-SNAPSHOT.403" + const val version = "2.0.0-SNAPSHOT.404" + const val dogfoodingVersion = "2.0.0-SNAPSHOT.404" const val lib = "$group:tool-base:$version" const val classicCodegen = "$group:classic-codegen:$version" From 44e91d2710d8fed4742697fb916a7ca6bbba1a74 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 00:56:24 +0100 Subject: [PATCH 09/13] Update dependency reports --- docs/dependencies/dependencies.md | 293 +++++++++++++++--------------- docs/dependencies/pom.xml | 32 ++-- 2 files changed, 159 insertions(+), 166 deletions(-) diff --git a/docs/dependencies/dependencies.md b/docs/dependencies/dependencies.md index ff0cd9f6a..630d2d5d3 100644 --- a/docs/dependencies/dependencies.md +++ b/docs/dependencies/dependencies.md @@ -1,9 +1,9 @@ -# Dependencies of `io.spine.tools:time-gradle-plugin:2.0.0-SNAPSHOT.244` +# Dependencies of `io.spine.tools:time-gradle-plugin:2.0.0-SNAPSHOT.250` ## Runtime -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -12,37 +12,37 @@ * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) @@ -67,7 +67,7 @@ * **Project URL:** [https://github.com/google/gson](https://github.com/google/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -207,7 +207,7 @@ * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) ## Compile, tests, and tooling -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -216,42 +216,42 @@ * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) @@ -309,11 +309,11 @@ * **Project URL:** [https://github.com/google/gson/gson](https://github.com/google/gson/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotation](https://errorprone.info/error_prone_annotation) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -321,16 +321,15 @@ * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_check_api](https://errorprone.info/error_prone_check_api) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_core](https://errorprone.info/error_prone_core) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.36.0. - * **Project URL:** [https://errorprone.info/error_prone_type_annotations](https://errorprone.info/error_prone_type_annotations) +1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.42.0. * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4. @@ -341,7 +340,7 @@ * **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger) * **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.19.1. +1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.27.0. * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.guava. **Name** : failureaccess. **Version** : 1.0.3. @@ -1063,14 +1062,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using +This report was generated on **Sat Jul 25 00:55:54 WEST 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:time-testlib:2.0.0-SNAPSHOT.244` +# Dependencies of `io.spine.tools:time-testlib:2.0.0-SNAPSHOT.250` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -1081,7 +1080,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson](https://github.com/google/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -1137,7 +1136,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **License:** [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) ## Compile, tests, and tooling -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -1146,22 +1145,22 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) @@ -1207,11 +1206,11 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson/gson](https://github.com/google/gson/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotation](https://errorprone.info/error_prone_annotation) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -1219,16 +1218,15 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_check_api](https://errorprone.info/error_prone_check_api) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_core](https://errorprone.info/error_prone_core) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.36.0. - * **Project URL:** [https://errorprone.info/error_prone_type_annotations](https://errorprone.info/error_prone_type_annotations) +1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.42.0. * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4. @@ -1239,7 +1237,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger) * **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.19.1. +1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.27.0. * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.guava. **Name** : failureaccess. **Version** : 1.0.3. @@ -1881,14 +1879,14 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using +This report was generated on **Sat Jul 25 00:55:54 WEST 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:2.0.0-SNAPSHOT.244` +# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.250` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -1899,7 +1897,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson](https://github.com/google/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -1955,7 +1953,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **License:** [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) ## Compile, tests, and tooling -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -1964,47 +1962,47 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -2078,11 +2076,11 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://goo.gle/ksp](https://goo.gle/ksp) * **License:** [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotation](https://errorprone.info/error_prone_annotation) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -2090,16 +2088,15 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_check_api](https://errorprone.info/error_prone_check_api) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_core](https://errorprone.info/error_prone_core) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.36.0. - * **Project URL:** [https://errorprone.info/error_prone_type_annotations](https://errorprone.info/error_prone_type_annotations) +1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.42.0. * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4. @@ -2110,7 +2107,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger) * **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.19.1. +1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.27.0. * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.gradle. **Name** : osdetector-gradle-plugin. **Version** : 1.7.3. @@ -2857,14 +2854,14 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using +This report was generated on **Sat Jul 25 00:55:54 WEST 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.244` +# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.250` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -2875,7 +2872,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson](https://github.com/google/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -2931,7 +2928,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **License:** [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) ## Compile, tests, and tooling -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -2940,22 +2937,22 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) @@ -3001,11 +2998,11 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson/gson](https://github.com/google/gson/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotation](https://errorprone.info/error_prone_annotation) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -3013,16 +3010,15 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_check_api](https://errorprone.info/error_prone_check_api) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_core](https://errorprone.info/error_prone_core) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.36.0. - * **Project URL:** [https://errorprone.info/error_prone_type_annotations](https://errorprone.info/error_prone_type_annotations) +1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.42.0. * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4. @@ -3033,7 +3029,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger) * **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.19.1. +1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.27.0. * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.guava. **Name** : failureaccess. **Version** : 1.0.3. @@ -3675,14 +3671,14 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using +This report was generated on **Sat Jul 25 00:55:54 WEST 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.244` +# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.250` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -3693,7 +3689,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson](https://github.com/google/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -3757,7 +3753,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **License:** [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) ## Compile, tests, and tooling -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -3766,22 +3762,22 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) @@ -3827,11 +3823,11 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson/gson](https://github.com/google/gson/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotation](https://errorprone.info/error_prone_annotation) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -3839,16 +3835,15 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_check_api](https://errorprone.info/error_prone_check_api) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_core](https://errorprone.info/error_prone_core) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.36.0. - * **Project URL:** [https://errorprone.info/error_prone_type_annotations](https://errorprone.info/error_prone_type_annotations) +1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.42.0. * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4. @@ -3859,7 +3854,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger) * **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.19.1. +1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.27.0. * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.guava. **Name** : failureaccess. **Version** : 1.0.3. @@ -4501,17 +4496,17 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using +This report was generated on **Sat Jul 25 00:55:54 WEST 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:time-validation:2.0.0-SNAPSHOT.244` +# Dependencies of `io.spine.tools:time-validation:2.0.0-SNAPSHOT.250` ## Runtime -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -4520,42 +4515,42 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -4584,7 +4579,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson](https://github.com/google/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -4736,7 +4731,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) ## Compile, tests, and tooling -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -4745,47 +4740,47 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -4859,11 +4854,11 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://goo.gle/ksp](https://goo.gle/ksp) * **License:** [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotation](https://errorprone.info/error_prone_annotation) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -4871,16 +4866,15 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_check_api](https://errorprone.info/error_prone_check_api) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_core](https://errorprone.info/error_prone_core) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.36.0. - * **Project URL:** [https://errorprone.info/error_prone_type_annotations](https://errorprone.info/error_prone_type_annotations) +1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.42.0. * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4. @@ -4891,7 +4885,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger) * **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.19.1. +1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.27.0. * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.gradle. **Name** : osdetector-gradle-plugin. **Version** : 1.7.3. @@ -5638,17 +5632,17 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using +This report was generated on **Sat Jul 25 00:55:54 WEST 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-validation-tests:2.0.0-SNAPSHOT.244` +# Dependencies of `io.spine:spine-validation-tests:2.0.0-SNAPSHOT.250` ## Runtime -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -5657,42 +5651,42 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -5721,7 +5715,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson](https://github.com/google/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -5873,7 +5867,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) ## Compile, tests, and tooling -1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-bom](https://github.com/FasterXML/jackson-bom) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -5882,47 +5876,47 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-core. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.core. **Name** : jackson-databind. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-xml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.dataformat. **Name** : jackson-dataformat-yaml. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-guava. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jdk8. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.datatype. **Name** : jackson-datatype-jsr310. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-kotlin. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.0. +1. **Group** : com.fasterxml.jackson.module. **Name** : jackson-module-parameter-names. **Version** : 2.22.1. * **Project URL:** [https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) * **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -5980,11 +5974,11 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/gson/gson](https://github.com/google/gson/gson) * **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotation. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotation](https://errorprone.info/error_prone_annotation) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_annotations. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) @@ -5992,16 +5986,15 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_check_api. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_check_api](https://errorprone.info/error_prone_check_api) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.36.0. +1. **Group** : com.google.errorprone. **Name** : error_prone_core. **Version** : 2.42.0. * **Project URL:** [https://errorprone.info/error_prone_core](https://errorprone.info/error_prone_core) * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.36.0. - * **Project URL:** [https://errorprone.info/error_prone_type_annotations](https://errorprone.info/error_prone_type_annotations) +1. **Group** : com.google.errorprone. **Name** : error_prone_type_annotations. **Version** : 2.42.0. * **License:** [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.flogger. **Name** : flogger. **Version** : 0.7.4. @@ -6012,7 +6005,7 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using * **Project URL:** [https://github.com/google/flogger](https://github.com/google/flogger) * **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) -1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.19.1. +1. **Group** : com.google.googlejavaformat. **Name** : google-java-format. **Version** : 1.27.0. * **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) 1. **Group** : com.google.guava. **Name** : failureaccess. **Version** : 1.0.3. @@ -6735,6 +6728,6 @@ This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Jul 02 19:01:06 WEST 2026** using +This report was generated on **Sat Jul 25 00:55:54 WEST 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). \ No newline at end of file diff --git a/docs/dependencies/pom.xml b/docs/dependencies/pom.xml index a209ce38a..6437dd3e4 100644 --- a/docs/dependencies/pom.xml +++ b/docs/dependencies/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine time -2.0.0-SNAPSHOT.244 +2.0.0-SNAPSHOT.250 2015 @@ -50,49 +50,49 @@ all modules and does not describe the project structure per-subproject. io.spine spine-base - 2.0.0-SNAPSHOT.421 + 2.0.0-SNAPSHOT.426 compile io.spine spine-time - 2.0.0-SNAPSHOT.242 + 2.0.0-SNAPSHOT.244 compile io.spine spine-validation-jvm-runtime - 2.0.0-SNAPSHOT.446 + 2.0.0-SNAPSHOT.450 compile io.spine.tools compiler-gradle-api - 2.0.0-SNAPSHOT.059 + 2.0.0-SNAPSHOT.063 compile io.spine.tools compiler-jvm - 2.0.0-SNAPSHOT.059 + 2.0.0-SNAPSHOT.063 compile io.spine.tools gradle-plugin-api - 2.0.0-SNAPSHOT.402 + 2.0.0-SNAPSHOT.404 compile io.spine.tools jvm-tools - 2.0.0-SNAPSHOT.402 + 2.0.0-SNAPSHOT.404 compile io.spine.tools validation-java-bundle - 2.0.0-SNAPSHOT.446 + 2.0.0-SNAPSHOT.450 compile @@ -140,7 +140,7 @@ all modules and does not describe the project structure per-subproject. com.google.errorprone error_prone_type_annotations - 2.36.0 + 2.42.0 provided @@ -170,13 +170,13 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-testlib - 2.0.0-SNAPSHOT.059 + 2.0.0-SNAPSHOT.063 test io.spine.tools logging-testlib - 2.0.0-SNAPSHOT.419 + 2.0.0-SNAPSHOT.423 test @@ -217,7 +217,7 @@ all modules and does not describe the project structure per-subproject. com.google.errorprone error_prone_core - 2.36.0 + 2.42.0 com.google.protobuf @@ -242,12 +242,12 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-cli-all - 2.0.0-SNAPSHOT.059 + 2.0.0-SNAPSHOT.063 io.spine.tools compiler-protoc-plugin - 2.0.0-SNAPSHOT.059 + 2.0.0-SNAPSHOT.063 io.spine.tools @@ -342,7 +342,7 @@ all modules and does not describe the project structure per-subproject. org.jetbrains.kotlinx kover-jvm-agent - 0.9.8 + 0.9.9 From 91de2540e0d868058a7ddd3fba7cddb1eb4441bf Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 01:19:55 +0100 Subject: [PATCH 10/13] Add rationale to deprecation suppressions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both new `@Suppress("DEPRECATION")` annotations in `DefaultValueConversionSpec` now carry a reason comment naming the replacement API, matching the file's existing convention and `java-code-style.md` § "Suppressing warnings": - `ZoneOffsets` is superseded by `ZoneIds`. - `OffsetTimes` is superseded by `LocalTime` + `ZoneId`. Co-Authored-By: Claude Opus 4.8 --- .../test/kotlin/io/spine/time/DefaultValueConversionSpec.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt b/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt index a51d2f863..3a50ee407 100644 --- a/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt +++ b/time/src/test/kotlin/io/spine/time/DefaultValueConversionSpec.kt @@ -124,13 +124,13 @@ internal class DefaultValueConversionSpec { } @Test - @Suppress("DEPRECATION") + @Suppress("DEPRECATION") // `ZoneOffsets` is superseded by `ZoneIds`. fun `ZoneOffset to UTC`() { ZoneOffsets.toJavaTime(ZoneOffset.getDefaultInstance()) shouldBe JtZoneOffset.UTC } @Test - @Suppress("DEPRECATION") + @Suppress("DEPRECATION") // `OffsetTimes` is superseded by `LocalTime` + `ZoneId`. fun `OffsetTime to midnight at UTC`() { OffsetTimes.toJavaTime(OffsetTime.getDefaultInstance()) shouldBe JtOffsetTime.of(JtLocalTime.MIDNIGHT, JtZoneOffset.UTC) From ebe7e4127b2519add1a60905aa1043dbc1043151 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 01:41:31 +0100 Subject: [PATCH 11/13] Proofread comments and documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sweep all 171 project-owned files (Java, Kotlin, Gradle Kotlin DSL, Protobuf, and Markdown) against the English style catalog in `.agents/guidelines/english-style.md`. Only prose inside comments and Markdown body text was edited: 39 files changed. The recurring error classes: - Articles — the largest group, e.g. "Obtains converter from Java Time" -> "Obtains the converter...", and "a ISO-8601" -> "an ISO-8601". - Verb form in API summaries — "Prevent instantiation" -> "Prevents instantiation" (7 occurrences), "Parse from" -> "Parses from". - Restrictive "which" vs. "that" — applied only where no leave-alone guard matched; non-restrictive clauses were left untouched. - Subject-verb agreement — "The value of the field that are changing" -> "... that is changing" (4 occurrences in `time_change.proto`). - Verb complementation — "This allows to write:" -> "This allows writing:". - Genuine typos — "this point is time" -> "this point in time" (21 occurrences in `Temporal.java`), "Coverts" -> "Converts", "hanbdles" -> "handles", "the the", and "a a". Ambiguous occurrences were reported rather than edited, per the catalog's "a missed error is cheaper than a wrong fix" bias. Verified that the change set touches no executable line, keeps every `{@link}` / `{@code}` / `@see` / `[Symbol]` reference byte-identical, and adds no line over the 100-column limit. Copyright headers in the touched files were refreshed by the repository's own `PostToolUse` hook. Co-Authored-By: Claude Opus 4.8 --- CONTRIBUTING.md | 4 +- gradle-plugin/build.gradle.kts | 2 +- .../java/io/spine/testing/time/Future.java | 10 ++-- .../main/java/io/spine/testing/time/Past.java | 4 +- .../java/io/spine/testing/time/TimeTests.java | 4 +- .../time/validation/given/WhenTestEnv.java | 2 +- .../tools/time/validation/java/Fixtures.kt | 2 +- .../java/io/spine/time/AbstractConverter.java | 6 +-- .../main/java/io/spine/time/DaysOfWeek.java | 4 +- .../java/io/spine/time/DtPreconditions.java | 2 +- .../java/io/spine/time/LocalDateTimes.java | 10 ++-- .../main/java/io/spine/time/LocalDates.java | 10 ++-- .../main/java/io/spine/time/LocalTimes.java | 9 ++-- time/src/main/java/io/spine/time/Months.java | 4 +- time/src/main/java/io/spine/time/Now.java | 6 +-- .../java/io/spine/time/OffsetDateTimes.java | 8 +-- .../main/java/io/spine/time/OffsetTimes.java | 17 +++--- .../src/main/java/io/spine/time/Temporal.java | 53 +++++++++---------- .../java/io/spine/time/TemporalMessage.java | 6 +-- .../main/java/io/spine/time/TimeChanges.java | 14 ++--- .../java/io/spine/time/TimestampTemporal.java | 6 +-- .../main/java/io/spine/time/YearMonths.java | 4 +- .../main/java/io/spine/time/ZoneOffsets.java | 12 ++--- .../java/io/spine/time/ZonedDateTimes.java | 4 +- .../io/spine/time/string/JtStringifier.java | 8 +-- .../spine/time/string/TimeStringifiers.java | 28 +++++----- .../string/WebSafeTimestampStringifier.java | 6 +-- .../main/kotlin/io/spine/time/DurationExts.kt | 10 ++-- .../kotlin/io/spine/time/TimestampExts.kt | 6 +-- .../time/validation/LocalDateValidator.kt | 2 +- time/src/main/proto/spine/time/time.proto | 8 +-- .../main/proto/spine/time/time_change.proto | 14 ++--- time/src/main/proto/spine/time_options.proto | 6 +-- .../time/AbstractDateTimeUtilityTest.java | 12 ++--- .../io/spine/time/AbstractOffsetTimeTest.java | 8 +-- .../io/spine/time/given/InstantTemporal.java | 6 +-- .../time/validation/LocalDateValidatorSpec.kt | 4 +- .../time/validation/java/WhenGenerator.kt | 2 +- .../tools/time/validation/java/WhenOption.kt | 2 +- 39 files changed, 163 insertions(+), 162 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2185ef6d5..896546ae0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,12 +21,12 @@ Code contributions should: Contributor License Agreement ----------------------------- Contributions to the code of Spine Event Engine framework and its libraries must be accompanied by -Contributor License Agreement (CLA). +a Contributor License Agreement (CLA). * If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an individual CLA. - * If you work for a company which wants you to contribute your work, + * If you work for a company that wants you to contribute your work, then an authorized person from your company will need to sign a corporate CLA. Please [contact us][legal-email] for arranging the paper formalities. diff --git a/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts index ade95b36b..bf4d1da57 100644 --- a/gradle-plugin/build.gradle.kts +++ b/gradle-plugin/build.gradle.kts @@ -97,7 +97,7 @@ afterEvaluate { // The `io.spine.artifact-meta` attempts to add the dependency between // `sourcesJar` and `writeArtifactMeta` tasks automatically. // However, the `sourcesJar` task is added in the `afterEvaluate` block - // which hanbdles the custom publishing above. + // that handles the custom publishing above. // The above `publishing` block is executed after `ArtifactMetaPlugin` attempts to add // the dependency in the `afterEvaluate` block the plugin adds itself. // Therefore, we have to arrange the dependency manually below. diff --git a/testlib/src/main/java/io/spine/testing/time/Future.java b/testlib/src/main/java/io/spine/testing/time/Future.java index 32eb23aac..3f86d1431 100644 --- a/testlib/src/main/java/io/spine/testing/time/Future.java +++ b/testlib/src/main/java/io/spine/testing/time/Future.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, 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. @@ -39,7 +39,7 @@ import static io.spine.util.Preconditions2.checkPositive; /** - * Utility class for working with timestamps of the the future. + * Utility class for working with timestamps of the future. */ @VisibleForTesting public final class Future { @@ -51,11 +51,11 @@ private Future() { } /** - * Obtains timestamp in the future a number of seconds from current time. + * Obtains a timestamp in the future a number of seconds from current time. * * @param seconds * a positive number of seconds - * @return the moment which is {@code seconds} from now + * @return the moment that is {@code seconds} from now */ public static Timestamp secondsFromNow(long seconds) { checkPositive(seconds); @@ -70,7 +70,7 @@ public static Timestamp secondsFromNow(long seconds) { */ public static boolean isFuture(Timestamp timestamp) { checkNotNull(timestamp); - // Do not use `currentTime()` as we may use custom `TimestampProvider` already. + // Do not use `currentTime()` as we may use a custom `TimestampProvider` already. // Get time from metal. var currentSystemTime = systemTime(); diff --git a/testlib/src/main/java/io/spine/testing/time/Past.java b/testlib/src/main/java/io/spine/testing/time/Past.java index da355c6b0..52b937d20 100644 --- a/testlib/src/main/java/io/spine/testing/time/Past.java +++ b/testlib/src/main/java/io/spine/testing/time/Past.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, 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. @@ -63,7 +63,7 @@ public static Timestamp minutesAgo(int value) { } /** - * Obtains timestamp in the past a number of seconds ago. + * Obtains a timestamp in the past a number of seconds ago. * * @param value * a positive number of seconds diff --git a/testlib/src/main/java/io/spine/testing/time/TimeTests.java b/testlib/src/main/java/io/spine/testing/time/TimeTests.java index 9aab6a9e5..f0b7dd58a 100644 --- a/testlib/src/main/java/io/spine/testing/time/TimeTests.java +++ b/testlib/src/main/java/io/spine/testing/time/TimeTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, 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. @@ -57,7 +57,7 @@ public static long currentTimeSeconds() { } /** - * Waits till new day to come, if it's the last day second. + * Waits till a new day to come, if it's the last day second. * *

This method is useful for tests that obtain current date/time values * and need to avoid the day edge for correctness of the test values. diff --git a/tests/src/test/java/io/spine/time/validation/given/WhenTestEnv.java b/tests/src/test/java/io/spine/time/validation/given/WhenTestEnv.java index 329e410e0..5fc92dfb5 100644 --- a/tests/src/test/java/io/spine/time/validation/given/WhenTestEnv.java +++ b/tests/src/test/java/io/spine/time/validation/given/WhenTestEnv.java @@ -49,7 +49,7 @@ private WhenTestEnv() { private static final int SECONDS_IN_5_MINUTES = 5 * SECONDS_IN_MINUTE; /** - * Freezes time for current thread by setting the time provider to a + * Freezes time for the current thread by setting the time provider to a * {@link ConstantTimeProvider}. * * @param time diff --git a/tests/src/test/kotlin/io/spine/tools/time/validation/java/Fixtures.kt b/tests/src/test/kotlin/io/spine/tools/time/validation/java/Fixtures.kt index c6b304dfb..c9ee2ed75 100644 --- a/tests/src/test/kotlin/io/spine/tools/time/validation/java/Fixtures.kt +++ b/tests/src/test/kotlin/io/spine/tools/time/validation/java/Fixtures.kt @@ -45,7 +45,7 @@ import java.time.ZoneOffset.UTC * 1. The generated code uses `io.spine.base.Time.currentTime()` to get the current timestamp * for comparison. In turn, this method relies on `io.spine.base.Time.SystemTimeProvider` * by default, which has millisecond precision. - * 2. Adding too small amount of time to make the stamp denote "future" might be unreliable. + * 2. Adding too small an amount of time to make the stamp denote "future" might be unreliable. * As it could catch up `now` by the time `Time.currentTime()` is invoked. */ private const val HALF_OF_SECOND: Long = 500 diff --git a/time/src/main/java/io/spine/time/AbstractConverter.java b/time/src/main/java/io/spine/time/AbstractConverter.java index 4968a07fe..d95d63e07 100644 --- a/time/src/main/java/io/spine/time/AbstractConverter.java +++ b/time/src/main/java/io/spine/time/AbstractConverter.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -49,7 +49,7 @@ protected AbstractConverter(String identity) { } /** - * Returns converter identity. + * Returns the converter identity. */ @Override public String toString() { diff --git a/time/src/main/java/io/spine/time/DaysOfWeek.java b/time/src/main/java/io/spine/time/DaysOfWeek.java index 0abe19725..5c76e1f1b 100644 --- a/time/src/main/java/io/spine/time/DaysOfWeek.java +++ b/time/src/main/java/io/spine/time/DaysOfWeek.java @@ -64,7 +64,7 @@ private static void checkDay(int day) { } /** - * Converts the passed instance to Java Time value. + * Converts the passed instance to the Java Time value. * *

The passed value must be a defined day. {@link DayOfWeek#DOW_UNDEFINED} * (the default enum value) does not correspond to any {@link java.time.DayOfWeek} @@ -83,7 +83,7 @@ public static java.time.DayOfWeek toJavaTime(DayOfWeek day) { /** * Obtains string representation of the passed day of week. * - *

Returned string is an internal representation, and should not be used + *

The returned string is an internal representation, and should not be used * in the user interface. * *

For displaying a day of week, please use diff --git a/time/src/main/java/io/spine/time/DtPreconditions.java b/time/src/main/java/io/spine/time/DtPreconditions.java index d484630fc..f14a3f928 100644 --- a/time/src/main/java/io/spine/time/DtPreconditions.java +++ b/time/src/main/java/io/spine/time/DtPreconditions.java @@ -40,7 +40,7 @@ */ final class DtPreconditions { - /** Prevent instantiation of this utility class. */ + /** Prevents instantiation of this utility class. */ private DtPreconditions() { } diff --git a/time/src/main/java/io/spine/time/LocalDateTimes.java b/time/src/main/java/io/spine/time/LocalDateTimes.java index a74dae7cc..4952e4200 100644 --- a/time/src/main/java/io/spine/time/LocalDateTimes.java +++ b/time/src/main/java/io/spine/time/LocalDateTimes.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -83,14 +83,14 @@ public static java.time.LocalDateTime toJavaTime(LocalDateTime value) { } /** - * Obtains converter from Java Time. + * Obtains the converter from Java Time. */ public static SerializableConverter converter() { return JtConverter.INSTANCE; } /** - * Parses the date-time value from ISO-8601 format string. + * Parses the date-time value from an ISO-8601 format string. * * @see #toString(LocalDateTime) */ @@ -101,7 +101,7 @@ public static LocalDateTime parse(String str) { } /** - * Converts a local date-time value into ISO-8601 format string. + * Converts a local date-time value into an ISO-8601 format string. * * @see #parse(String) */ diff --git a/time/src/main/java/io/spine/time/LocalDates.java b/time/src/main/java/io/spine/time/LocalDates.java index faaf85ba8..1552bf7de 100644 --- a/time/src/main/java/io/spine/time/LocalDates.java +++ b/time/src/main/java/io/spine/time/LocalDates.java @@ -48,7 +48,7 @@ */ public final class LocalDates { - /** Prevent instantiation of this utility class. */ + /** Prevents instantiation of this utility class. */ private LocalDates() { } @@ -96,7 +96,7 @@ public static LocalDate of(int year, Month month, int day) { } /** - * Parse from ISO-8601 date representation of the format {@code yyyy-MM-dd}. + * Parses from an ISO-8601 date representation of the format {@code yyyy-MM-dd}. * * @see #toString(LocalDate) */ @@ -111,7 +111,7 @@ private static Stringifier stringifier() { } /** - * Converts a local date into ISO-8601 string with the format {@code yyyy-MM-dd}. + * Converts a local date into an ISO-8601 string with the format {@code yyyy-MM-dd}. * * @see #parse(String) */ @@ -122,7 +122,7 @@ public static String toString(LocalDate date) { } /** - * Verified fields of the passed local date instance. + * Verifies fields of the passed local date instance. * * @param date * the date to check @@ -170,7 +170,7 @@ private static void checkDate(int year, Month month, int day) { } /** - * Obtains Java Time converter instance. + * Obtains the Java Time converter instance. */ public static SerializableConverter converter() { return JtConverter.INSTANCE; diff --git a/time/src/main/java/io/spine/time/LocalTimes.java b/time/src/main/java/io/spine/time/LocalTimes.java index eaba17dce..efeb75b55 100644 --- a/time/src/main/java/io/spine/time/LocalTimes.java +++ b/time/src/main/java/io/spine/time/LocalTimes.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -23,6 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + package io.spine.time; import io.spine.string.Stringifier; @@ -39,7 +40,7 @@ */ public final class LocalTimes { - /** Prevent instantiation of this utility class. */ + /** Prevents instantiation of this utility class. */ private LocalTimes() { } @@ -66,7 +67,7 @@ public static LocalTime of(java.time.LocalTime value) { } /** - * Converts the passed value to corresponding Java Time instance. + * Converts the passed value to the corresponding Java Time instance. * * @deprecated please use {@link LocalTime#toJavaTime()} */ diff --git a/time/src/main/java/io/spine/time/Months.java b/time/src/main/java/io/spine/time/Months.java index 25f8c62b1..f0053cc88 100644 --- a/time/src/main/java/io/spine/time/Months.java +++ b/time/src/main/java/io/spine/time/Months.java @@ -42,7 +42,7 @@ */ public final class Months { - /** Prevent instantiation of this utility class. */ + /** Prevents instantiation of this utility class. */ private Months() { } @@ -108,7 +108,7 @@ public static SerializableConverter converter() { /** * Obtains string representation of the passed month. * - *

Returned string is an internal representation, and should not be used in + *

The returned string is an internal representation, and should not be used in * the user interface. * *

For displaying a month, please use diff --git a/time/src/main/java/io/spine/time/Now.java b/time/src/main/java/io/spine/time/Now.java index 8fdb31bbd..c3dc53daa 100644 --- a/time/src/main/java/io/spine/time/Now.java +++ b/time/src/main/java/io/spine/time/Now.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -173,7 +173,7 @@ public OffsetDateTime asOffsetDateTime() { } /** - * Obtains the current time as an {@code ZonedDateTime}. + * Obtains the current time as a {@code ZonedDateTime}. */ public io.spine.time.ZonedDateTime asZonedDateTime() { return ZonedDateTimes.of(now()); diff --git a/time/src/main/java/io/spine/time/OffsetDateTimes.java b/time/src/main/java/io/spine/time/OffsetDateTimes.java index 75e6f5456..a0c2db659 100644 --- a/time/src/main/java/io/spine/time/OffsetDateTimes.java +++ b/time/src/main/java/io/spine/time/OffsetDateTimes.java @@ -58,7 +58,7 @@ public static OffsetDateTime of(LocalDate date, LocalTime time, ZoneOffset offse } /** - * Creates new instance based on the passed Java Time value. + * Creates a new instance based on the passed Java Time value. */ public static OffsetDateTime of(java.time.OffsetDateTime value) { checkNotNull(value); @@ -91,7 +91,7 @@ public static java.time.OffsetDateTime toJavaTime(OffsetDateTime value) { } /** - * Returns a ISO-8601 date/time string corresponding to the passed value. + * Returns an ISO-8601 date/time string corresponding to the passed value. * * @deprecated please use {@link java.time.OffsetDateTime#toString()} instead. */ @@ -103,7 +103,7 @@ public static String toString(OffsetDateTime value) { } /** - * Parses from ISO-8601 date/time string to {@code OffsetDateTime}. + * Parses from an ISO-8601 date/time string to {@code OffsetDateTime}. * * @deprecated please use {@link java.time.OffsetDateTime#parse(CharSequence)} instead. */ @@ -116,7 +116,7 @@ public static OffsetDateTime parse(String value) { } /** - * Obtains converter from Java Time and back. + * Obtains the converter from Java Time and back. */ public static SerializableConverter converter() { return JtConverter.INSTANCE; diff --git a/time/src/main/java/io/spine/time/OffsetTimes.java b/time/src/main/java/io/spine/time/OffsetTimes.java index ac04bef1d..cab84f4eb 100644 --- a/time/src/main/java/io/spine/time/OffsetTimes.java +++ b/time/src/main/java/io/spine/time/OffsetTimes.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -23,6 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + package io.spine.time; import io.spine.time.string.TimeStringifiers; @@ -41,7 +42,7 @@ @Deprecated public final class OffsetTimes { - /** Prevent instantiation of this utility class. */ + /** Prevents instantiation of this utility class. */ private OffsetTimes() { } @@ -64,7 +65,7 @@ private static OffsetTime create(LocalTime time, ZoneOffset zoneOffset) { } /** - * Creates a new instance by passed Java Time value. + * Creates a new instance by the passed Java Time value. */ public static OffsetTime of(java.time.OffsetTime value) { checkNotNull(value); @@ -73,7 +74,7 @@ public static OffsetTime of(java.time.OffsetTime value) { } /** - * Coverts the passed value to Java Time instance. + * Converts the passed value to a Java Time instance. */ public static java.time.OffsetTime toJavaTime(OffsetTime value) { checkNotNull(value); @@ -83,7 +84,7 @@ public static java.time.OffsetTime toJavaTime(OffsetTime value) { } /** - * Returns a ISO-8601 time string corresponding to the passed value. + * Returns an ISO-8601 time string corresponding to the passed value. * * @deprecated please use {@link java.time.OffsetTime#toString()} instead. */ @@ -95,7 +96,7 @@ public static String toString(OffsetTime value) { } /** - * Parse from ISO-8601 string to {@code OffsetTime}. + * Parses from an ISO-8601 string to {@code OffsetTime}. * * @deprecated please use {@link java.time.OffsetTime#parse(CharSequence)} instead. */ @@ -108,7 +109,7 @@ public static OffsetTime parse(String str) { } /** - * Obtains converter from Java Time. + * Obtains the converter from Java Time. */ public static SerializableConverter converter() { return JtConverter.INSTANCE; diff --git a/time/src/main/java/io/spine/time/Temporal.java b/time/src/main/java/io/spine/time/Temporal.java index 34e83c619..6073584c1 100644 --- a/time/src/main/java/io/spine/time/Temporal.java +++ b/time/src/main/java/io/spine/time/Temporal.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -43,7 +43,7 @@ *

The name of this interface is inspired by the {@link java.time.temporal.Temporal}. * *

Provides a {@linkplain #compareTo(Temporal) default implementation} for - * comparison of two points in time. It is not supposed that concrete + * comparison of two points in time. It is not supposed that concrete * {@code Temporal}s would override this comparison mechanism. * * @param @@ -110,8 +110,8 @@ default Any toAny() { * the value to compare to * @return

    *
  • an integer greater than 0 if point in time occurs later than the other; - *
  • an integer less than 0 if point in time occurs earlier than other; - *
  • and 0 of these points in time are identical. + *
  • an integer less than 0 if point in time occurs earlier than the other; + *
  • and 0 if these points in time are identical. *
* @implNote Translates both temporal values into {@code Timestamp}s and compares them. */ @@ -145,7 +145,7 @@ default int compareTo(Timestamp other) { } /** - * Checks if this point is time occurs earlier than the other one. + * Checks if this point in time occurs earlier than the other one. * * @deprecated please use {@link #isBefore(Temporal)} */ @@ -155,28 +155,28 @@ default boolean isEarlierThan(T other) { } /** - * Checks if this point is time occurs earlier than the other one. + * Checks if this point in time occurs earlier than the other one. */ default boolean isBefore(T other) { return compareTo(other) < 0; } /** - * Checks if this point is time occurs earlier than the other one. + * Checks if this point in time occurs earlier than the other one. */ default boolean isBefore(Instant other) { return compareTo(other) < 0; } /** - * Checks if this point is time occurs earlier than the other one. + * Checks if this point in time occurs earlier than the other one. */ default boolean isBefore(Timestamp other) { return compareTo(other) < 0; } /** - * Checks if this point is time occurs earlier than the other one or they coincide. + * Checks if this point in time occurs earlier than the other one or they coincide. * * @deprecated please use {@link #isBeforeOrSameAs(Temporal)}. */ @@ -186,21 +186,21 @@ default boolean isEarlierOrSameAs(T other) { } /** - * Checks if this point is time occurs earlier than the other one or they coincide. + * Checks if this point in time occurs earlier than the other one or they coincide. */ default boolean isBeforeOrSameAs(T other) { return compareTo(other) <= 0; } /** - * Checks if this point is time occurs earlier than the other one or they coincide. + * Checks if this point in time occurs earlier than the other one or they coincide. */ default boolean isBeforeOrSameAs(Instant other) { return compareTo(other) <= 0; } /** - * Checks if this point is time occurs earlier than the other one or they coincide. + * Checks if this point in time occurs earlier than the other one or they coincide. */ default boolean isBeforeOrSameAs(Timestamp other) { return compareTo(other) <= 0; @@ -228,7 +228,7 @@ default boolean isSameAs(Timestamp other) { } /** - * Checks if this point is time occurs later than the other one. + * Checks if this point in time occurs later than the other one. * * @deprecated please use {@link #isAfter(Temporal)}. */ @@ -238,28 +238,28 @@ default boolean isLaterThan(T other) { } /** - * Checks if this point is time occurs later than the other one. + * Checks if this point in time occurs later than the other one. */ default boolean isAfter(T other) { return compareTo(other) > 0; } /** - * Checks if this point is time occurs later than the other one. + * Checks if this point in time occurs later than the other one. */ default boolean isAfter(Instant other) { return compareTo(other) > 0; } /** - * Checks if this point is time occurs later than the other one. + * Checks if this point in time occurs later than the other one. */ default boolean isAfter(Timestamp other) { return compareTo(other) > 0; } /** - * Checks if this point is time occurs later than the other one or they coincide. + * Checks if this point in time occurs later than the other one or they coincide. * * @deprecated please use {@link #isAfterOrSameAs(Temporal)}. */ @@ -269,28 +269,28 @@ default boolean isLaterOrSameAs(T other) { } /** - * Checks if this point is time occurs later than the other one or they coincide. + * Checks if this point in time occurs later than the other one or they coincide. */ default boolean isAfterOrSameAs(T other) { return compareTo(other) >= 0; } /** - * Checks if this point is time occurs later than the other one or they coincide. + * Checks if this point in time occurs later than the other one or they coincide. */ default boolean isAfterOrSameAs(Instant other) { return compareTo(other) >= 0; } /** - * Checks if this point is time occurs later than the other one or they coincide. + * Checks if this point in time occurs later than the other one or they coincide. */ default boolean isAfterOrSameAs(Timestamp other) { return compareTo(other) >= 0; } /** - * Checks if this point is time lies between the given. + * Checks if this point in time lies between the given. * *

All three {@code Temporal}s must exactly the same runtime type. Otherwise, * an {@code IllegalArgumentException} is thrown. @@ -307,9 +307,8 @@ default boolean isBetween(T periodStart, T periodEnd) { && isBeforeOrSameAs(periodEnd); } - /** - * Checks if this point is time lies between the given. + * Checks if this point in time lies between the given. * * @param periodStart * lower bound, exclusive @@ -324,7 +323,7 @@ default boolean isBetween(Instant periodStart, Instant periodEnd) { } /** - * Checks if this point is time lies between the given. + * Checks if this point in time lies between the given. * * @param periodStart * lower bound, exclusive @@ -343,7 +342,7 @@ default boolean isBetween(Timestamp periodStart, Timestamp periodEnd) { * *

Uses {@link Time#currentTime()} to determine the "current" time to compare to. * - * @return {@code true} if this point is time is later than the current time, + * @return {@code true} if this point in time is later than the current time, * {@code false} otherwise * @apiNote Note that a point in time is considered to be in the future only if its * {@linkplain #toTimestamp() timestamp representation} is in the future. @@ -359,7 +358,7 @@ default boolean isInFuture() { * *

Uses {@link Time#currentTime()} to determine the "current" time to compare to. * - * @return {@code true} if this point is time is earlier than the current time, + * @return {@code true} if this point in time is earlier than the current time, * {@code false} otherwise * @apiNote Note that a point in time is considered to be in the past only if its * {@linkplain #toTimestamp() timestamp representation} is in the past. Thus, if a type diff --git a/time/src/main/java/io/spine/time/TemporalMessage.java b/time/src/main/java/io/spine/time/TemporalMessage.java index b00372149..597bca4d7 100644 --- a/time/src/main/java/io/spine/time/TemporalMessage.java +++ b/time/src/main/java/io/spine/time/TemporalMessage.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -45,7 +45,7 @@ *

  • mark the target message with the {@code (is)} option. * * - *

    Interfaces derived from this one are meant to be implemented only by corresponding + *

    Interfaces derived from this one are meant to be implemented only by the corresponding * message type defined by the generic parameter {@code }. As such, they should not add any * abstract methods because it would break the generated code. * diff --git a/time/src/main/java/io/spine/time/TimeChanges.java b/time/src/main/java/io/spine/time/TimeChanges.java index 9aa9077a5..0855b96c3 100644 --- a/time/src/main/java/io/spine/time/TimeChanges.java +++ b/time/src/main/java/io/spine/time/TimeChanges.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -39,7 +39,7 @@ private TimeChanges() { } /** - * Creates {@link LocalDateChange} object for the passed previous and new field values of + * Creates a {@link LocalDateChange} object for the passed previous and new field values of * local date. * *

    Passed values cannot be equal. @@ -55,7 +55,7 @@ public static LocalDateChange of(LocalDate previousValue, LocalDate newValue) { } /** - * Creates {@link LocalTimeChange} object for the passed previous and new field values of + * Creates a {@link LocalTimeChange} object for the passed previous and new field values of * local time. * *

    Passed values cannot be equal. @@ -71,7 +71,7 @@ public static LocalTimeChange of(LocalTime previousValue, LocalTime newValue) { } /** - * Creates {@link OffsetTimeChange} object for the passed previous and new field values of + * Creates an {@link OffsetTimeChange} object for the passed previous and new field values of * offset time. * *

    Passed values cannot be equal. @@ -90,8 +90,8 @@ public static OffsetTimeChange of(OffsetTime previousValue, OffsetTime newValue) } /** - * Creates {@link OffsetDateTimeChange} object for the passed previous and new field values of - * offset time. + * Creates an {@link OffsetDateTimeChange} object for the passed previous and new field values + * of offset time. * *

    Passed values cannot be equal. * diff --git a/time/src/main/java/io/spine/time/TimestampTemporal.java b/time/src/main/java/io/spine/time/TimestampTemporal.java index 86351f112..a0e29c611 100644 --- a/time/src/main/java/io/spine/time/TimestampTemporal.java +++ b/time/src/main/java/io/spine/time/TimestampTemporal.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -53,7 +53,7 @@ private TimestampTemporal(Timestamp value) { * Creates a new instance with the given {@code Timestamp}. * *

    The given value must be valid in terms of {@code Timestamps.checkValid(..)}. Otherwise, - * as {@code IllegalStateException} is thrown. + * an {@code IllegalStateException} is thrown. */ public static TimestampTemporal from(Timestamp value) { checkNotNull(value); diff --git a/time/src/main/java/io/spine/time/YearMonths.java b/time/src/main/java/io/spine/time/YearMonths.java index 5ec2bfb4d..76dd3cd76 100644 --- a/time/src/main/java/io/spine/time/YearMonths.java +++ b/time/src/main/java/io/spine/time/YearMonths.java @@ -45,7 +45,7 @@ private YearMonths() { } /** - * Creates an instance with the the passed year and month. + * Creates an instance with the passed year and month. */ public static YearMonth of(int year, int month) { return create(year, month); @@ -105,7 +105,7 @@ public static YearMonth parse(String str) { } /** - * Converts the passed value into a ISO-8601 year-month string, such as {@code "2018-06"}. + * Converts the passed value into an ISO-8601 year-month string, such as {@code "2018-06"}. * * @see #parse(String) */ diff --git a/time/src/main/java/io/spine/time/ZoneOffsets.java b/time/src/main/java/io/spine/time/ZoneOffsets.java index ee90beeb9..40ae15ba0 100644 --- a/time/src/main/java/io/spine/time/ZoneOffsets.java +++ b/time/src/main/java/io/spine/time/ZoneOffsets.java @@ -56,7 +56,7 @@ public final class ZoneOffsets { .setAmountSeconds(0) .build(); - /** Prevent instantiation of this utility class. */ + /** Prevents instantiation of this utility class. */ private ZoneOffsets() { } @@ -68,7 +68,7 @@ public static ZoneOffset utc() { } /** - * Obtains a {@code ZoneOffset} instance using default {@code TimeZone} of the Java + * Obtains a {@code ZoneOffset} instance using the default {@code TimeZone} of the Java * virtual machine. * * @see TimeZone#getDefault() @@ -111,7 +111,7 @@ public static ZoneOffset ofHours(int hours) { /** * Obtains the ZoneOffset for the passed number of seconds. * - *

    If zero is passed {@link #utc()} instance is returned. + *

    If zero is passed, {@link #utc()} instance is returned. * * @param seconds * a positive, zero @@ -124,7 +124,7 @@ public static ZoneOffset ofSeconds(int seconds) { /** * Obtains the ZoneOffset instance using an offset in hours and minutes. * - *

    If a negative zone offset is created both passed values must be negative. + *

    If a negative zone offset is created, both passed values must be negative. */ public static ZoneOffset ofHoursMinutes(int hours, int minutes) { Parameter.HOURS.checkReduced(hours); @@ -181,7 +181,7 @@ private static ZoneOffset create(int offsetInSeconds, @Nullable String zoneId) { } /** - * Obtains converter from Java Time and back. + * Obtains the converter from Java Time and back. */ public static SerializableConverter converter() { return JtConverter.INSTANCE; @@ -217,7 +217,7 @@ void check(int value) { } /** - * Always throws exception since minute offset parameters do not support + * Always throws an exception since minute offset parameters do not support * reduced check. */ @Override diff --git a/time/src/main/java/io/spine/time/ZonedDateTimes.java b/time/src/main/java/io/spine/time/ZonedDateTimes.java index 1619d5ca5..23b8d2949 100644 --- a/time/src/main/java/io/spine/time/ZonedDateTimes.java +++ b/time/src/main/java/io/spine/time/ZonedDateTimes.java @@ -87,7 +87,7 @@ public static java.time.ZonedDateTime toJavaTime(ZonedDateTime value) { } /** - * Converts the passed value to ISO-8601 zoned date/time string. + * Converts the passed value to an ISO-8601 zoned date/time string. */ public static String toString(ZonedDateTime value) { checkNotNull(value); @@ -106,7 +106,7 @@ public static ZonedDateTime parse(String str) { } /** - * Obtains converter from Java Time and back. + * Obtains the converter from Java Time and back. */ public static SerializableConverter converter() { return JtConverter.INSTANCE; diff --git a/time/src/main/java/io/spine/time/string/JtStringifier.java b/time/src/main/java/io/spine/time/string/JtStringifier.java index 0b496b264..ab0f7ce24 100644 --- a/time/src/main/java/io/spine/time/string/JtStringifier.java +++ b/time/src/main/java/io/spine/time/string/JtStringifier.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -37,12 +37,12 @@ import static java.util.Objects.requireNonNull; /** - * An abstract base for stringifier that use Java Time types for conversion to string and parsing. + * An abstract base for stringifiers that use Java Time types for conversion to string and parsing. * * @param * the type to stringify * @param - * the Java Time type which corresponds to type {@code T} + * the Java Time type that corresponds to type {@code T} */ abstract class JtStringifier extends SerializableStringifier { diff --git a/time/src/main/java/io/spine/time/string/TimeStringifiers.java b/time/src/main/java/io/spine/time/string/TimeStringifiers.java index f52ddfa7f..bb064ed93 100644 --- a/time/src/main/java/io/spine/time/string/TimeStringifiers.java +++ b/time/src/main/java/io/spine/time/string/TimeStringifiers.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -59,12 +59,12 @@ public final class TimeStringifiers { ); } - /** Prevent instantiation of this utility class. */ + /** Prevents instantiation of this utility class. */ private TimeStringifiers() { } /** - * Obtains default stringifier for {@code DayOfWeek}s. + * Obtains the default stringifier for {@code DayOfWeek}s. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. @@ -76,7 +76,8 @@ public static Stringifier forDayOfWeek() { /** * Obtains a stringifier for IDs based on {@code Timestamp}s. * - *

    The stringifier replaces colons in time part of a string representation of a timestamp. + *

    The stringifier replaces colons in the time part of a string representation + * of a timestamp. * *

    For example, the following string: *

    @@ -94,7 +95,7 @@ public static Stringifier forTimestampWebSafe() {
         }
     
         /**
    -     * Obtains default stringifier for local dates.
    +     * Obtains the default stringifier for local dates.
          *
          * 

    The stringifier uses {@code yyyy-MM-dd} format for dates. * @@ -109,7 +110,7 @@ public static Stringifier forLocalDate() { } /** - * Obtains default stringifier for local date-time values in ISO-8601 formats. + * Obtains the default stringifier for local date-time values in ISO-8601 formats. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. @@ -123,7 +124,7 @@ public static Stringifier forLocalDateTime() { return LocalDateTimeStringifier.instance(); } /** - * Obtains default stringifier for {@code LocalTime} values. + * Obtains the default stringifier for {@code LocalTime} values. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. @@ -167,7 +168,7 @@ public static Stringifier forOffsetDateTime() { } /** - * Obtains default stringifier for {@code OffsetTime} values. + * Obtains the default stringifier for {@code OffsetTime} values. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. @@ -183,9 +184,8 @@ public static Stringifier forOffsetTime() { return OffsetTimeStringifier.instance(); } - /** - * Obtains default stringifier for {@code YearMonth} values. + * Obtains the default stringifier for {@code YearMonth} values. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. @@ -198,7 +198,7 @@ public static Stringifier forYearMonth() { } /** - * Obtains default stringifier for {@code ZoneId}s. + * Obtains the default stringifier for {@code ZoneId}s. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. @@ -211,7 +211,7 @@ public static Stringifier forZoneId() { } /** - * Obtains default stringifier for {@code ZonedDateTime}. + * Obtains the default stringifier for {@code ZonedDateTime}. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. @@ -226,7 +226,7 @@ public static Stringifier forZonedDateTime() { } /** - * Obtains default stringifier for {@code ZoneOffset}s. + * Obtains the default stringifier for {@code ZoneOffset}s. * *

    This stringifier is automatically registered in the * {@link StringifierRegistry StringifierRegistry}. diff --git a/time/src/main/java/io/spine/time/string/WebSafeTimestampStringifier.java b/time/src/main/java/io/spine/time/string/WebSafeTimestampStringifier.java index bb0387b1a..309fd70d5 100644 --- a/time/src/main/java/io/spine/time/string/WebSafeTimestampStringifier.java +++ b/time/src/main/java/io/spine/time/string/WebSafeTimestampStringifier.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -40,7 +40,7 @@ /** * The stringifier for web-safe representation of timestamps. * - *

    The stringifier replaces colons in the time part of a a RFC 3339 date string + *

    The stringifier replaces colons in the time part of an RFC 3339 date string * with dashes when converting a timestamp to a string. It also restores the colons * back during the backward conversion. */ diff --git a/time/src/main/kotlin/io/spine/time/DurationExts.kt b/time/src/main/kotlin/io/spine/time/DurationExts.kt index ad2982299..a7b8a283f 100644 --- a/time/src/main/kotlin/io/spine/time/DurationExts.kt +++ b/time/src/main/kotlin/io/spine/time/DurationExts.kt @@ -49,7 +49,7 @@ import io.spine.protobuf.Durations2.isZero /** * Compares this duration with the passed one. * - * @return the value `0` if `x == y`}`; a value less than `0`}` if `x < y`; + * @return the value `0` if `x == y`; a value less than `0` if `x < y`; * and a value greater than `0` if `x > y`. */ public operator fun Duration.compareTo(other: Duration): Int = compare(this, other) @@ -76,14 +76,14 @@ public fun Duration.isNegative(): Boolean = isNegative(this) /** * Tells whether this duration is positive or not. * - * @returns `true` if the passed value is greater than zero, `false` otherwise. + * @return `true` if the passed value is greater than zero, `false` otherwise. */ public fun Duration.isPositive(): Boolean = Durations.isPositive(this) /** * Tells whether this duration is not negative. * - * @returns `true` of the passed value is greater or equal zero, `false` otherwise. + * @return `true` if the passed value is greater or equal zero, `false` otherwise. */ public fun Duration.isPositiveOrZero(): Boolean = isPositiveOrZero(this) @@ -116,7 +116,7 @@ public fun Duration.print(): String = toString(this) public fun Duration.toDays(): Long = toDays(this) /** - * Convert this duration to the number of hours. + * Converts this duration to the number of hours. * * @return the number of hours rounded towards 0 to the nearest hour. */ @@ -138,7 +138,7 @@ public fun Duration.toMinutes(): Long = toMinutes(this) public fun Duration.toSeconds(): Long = toSeconds(this) /** - * Convert this duration to the number of milliseconds. + * Converts this duration to the number of milliseconds. * * @return the number of milliseconds rounded towards 0 to the nearest millisecond. * E.g., if the duration represents -1 nanosecond, it will be rounded to 0. diff --git a/time/src/main/kotlin/io/spine/time/TimestampExts.kt b/time/src/main/kotlin/io/spine/time/TimestampExts.kt index 55d00fd25..684612d84 100644 --- a/time/src/main/kotlin/io/spine/time/TimestampExts.kt +++ b/time/src/main/kotlin/io/spine/time/TimestampExts.kt @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -62,7 +62,7 @@ public fun Timestamp.isBefore(other: Timestamp): Boolean = this < other public fun Timestamp.isAfter(other: Timestamp): Boolean = this > other /** - * Checks if this point is time lies between the given. + * Checks if this point in time lies between the given. * * @param periodStart * lower bound, exclusive diff --git a/time/src/main/kotlin/io/spine/time/validation/LocalDateValidator.kt b/time/src/main/kotlin/io/spine/time/validation/LocalDateValidator.kt index ae3e6a5dc..3000c3f6a 100644 --- a/time/src/main/kotlin/io/spine/time/validation/LocalDateValidator.kt +++ b/time/src/main/kotlin/io/spine/time/validation/LocalDateValidator.kt @@ -62,7 +62,7 @@ public class LocalDateValidator : MessageValidator { } if (year < Year.MIN_VALUE || year > Year.MAX_VALUE) { - // This is a safety net for the `YearMonth.of()` call which fails + // This is a safety net for the `YearMonth.of()` call that fails // when the year is out of range defined by Java Time. // We return an empty list because we have an option-based constraint // on the `year` field for these values, and validation will fail in the generated code. diff --git a/time/src/main/proto/spine/time/time.proto b/time/src/main/proto/spine/time/time.proto index 17c7bd157..7dccca3ab 100644 --- a/time/src/main/proto/spine/time/time.proto +++ b/time/src/main/proto/spine/time/time.proto @@ -1,11 +1,11 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -107,7 +107,7 @@ message LocalDate { // One of 12 Gregorian calendar months specified by `Month`. Month month = 2 [(required) = true]; - // A day which must be from 1 to 31 and valid for the year and month. + // A day that must be from 1 to 31 and valid for the year and month. // // In generated code for Kotlin/Java this is checked by // `io.spine.time.validation.LocalDateValidator`. @@ -184,7 +184,7 @@ message OffsetTime { // A date-time with an offset from UTC. message OffsetDateTime { - // Usage history shown that this type cause much confusion. + // Usage history shown that this type causes much confusion. // Please use [ZonedDateTime] instead. option deprecated = true; diff --git a/time/src/main/proto/spine/time/time_change.proto b/time/src/main/proto/spine/time/time_change.proto index f041d5b12..93822be31 100644 --- a/time/src/main/proto/spine/time/time_change.proto +++ b/time/src/main/proto/spine/time/time_change.proto @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -54,7 +54,7 @@ import "spine/time/time.proto"; // Definition of a change of `LocalDate` fields. message LocalDateChange { - // The value of the field that are changing. + // The value of the field that is changing. LocalDate previous_value = 1; // The new value of the field. @@ -64,7 +64,7 @@ message LocalDateChange { // Definition of a change of `LocalTime` fields. message LocalTimeChange { - // The value of the field that are changing. + // The value of the field that is changing. LocalTime previous_value = 1; // The new value of the field. @@ -74,10 +74,10 @@ message LocalTimeChange { // Definition of a change of `OffsetTime` fields. message OffsetTimeChange { - // Please use [ZonedTime] with custom a change type instead. + // Please use [ZonedTime] with a custom change type instead. option deprecated = true; - // The value of the field that are changing. + // The value of the field that is changing. OffsetTime previous_value = 1; // The new value of the field. @@ -90,7 +90,7 @@ message OffsetDateTimeChange { // Please use [ZonedDateTime] with a custom change type instead. option deprecated = true; - // The value of the field that are changing. + // The value of the field that is changing. OffsetDateTime previous_value = 1; // The new value of the field. diff --git a/time/src/main/proto/spine/time_options.proto b/time/src/main/proto/spine/time_options.proto index bc73fe15f..e069e871b 100644 --- a/time/src/main/proto/spine/time_options.proto +++ b/time/src/main/proto/spine/time_options.proto @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, 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. @@ -29,7 +29,7 @@ syntax = "proto3"; // API Note on Packaging // --------------------- // We do not define the package for this file to allow shorter options for user-defined types. -// This allows to write: +// This allows writing: // // [(when).in = FUTURE]; // @@ -92,7 +92,7 @@ message TimeOption { string error_msg = 3; } -// This enumeration defines restriction for date/time values. +// This enumeration defines a restriction for date/time values. enum Time { // The default value (if the time option is not set). diff --git a/time/src/test/java/io/spine/time/AbstractDateTimeUtilityTest.java b/time/src/test/java/io/spine/time/AbstractDateTimeUtilityTest.java index f48858aeb..4e8b8bc32 100644 --- a/time/src/test/java/io/spine/time/AbstractDateTimeUtilityTest.java +++ b/time/src/test/java/io/spine/time/AbstractDateTimeUtilityTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -41,8 +41,8 @@ /** * Abstract base for tests of date-time utility classes. * - * @param the type with which the utility class work - * @param the Java Type which corresponds to the type {@code } + * @param the type with which the utility class works + * @param the Java Type that corresponds to the type {@code } */ abstract class AbstractDateTimeUtilityTest { @@ -53,14 +53,14 @@ abstract class AbstractDateTimeUtilityTest { private final Function parser; /** - * Creates new test suite. + * Creates a new test suite. * * @param utilityClass * the utility class to test * @param current * the supplier value of the data type at the current time or location * (e.g. for {@code ZoneOffset} or {@code ZoneId}). - * It could be method reference of the utility class, or another supplier + * It could be a method reference of the utility class, or another supplier * for such values if they are available elsewhere. * @param strOut * a reference to a string output method diff --git a/time/src/test/java/io/spine/time/AbstractOffsetTimeTest.java b/time/src/test/java/io/spine/time/AbstractOffsetTimeTest.java index d16f71215..9f36eda62 100644 --- a/time/src/test/java/io/spine/time/AbstractOffsetTimeTest.java +++ b/time/src/test/java/io/spine/time/AbstractOffsetTimeTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -41,9 +41,9 @@ * Abstract base for test of time with offset. * * @param - * the type with which the utility class work + * the type with which the utility class works * @param - * the Java Type which corresponds to the type {@code } + * the Java Type that corresponds to the type {@code } */ @SuppressWarnings("deprecation") public abstract class AbstractOffsetTimeTest extends AbstractDateTimeUtilityTest { diff --git a/time/src/test/java/io/spine/time/given/InstantTemporal.java b/time/src/test/java/io/spine/time/given/InstantTemporal.java index a40b9c2da..f4fd15f1e 100644 --- a/time/src/test/java/io/spine/time/given/InstantTemporal.java +++ b/time/src/test/java/io/spine/time/given/InstantTemporal.java @@ -1,11 +1,11 @@ /* - * Copyright 2022, TeamDev. All rights reserved. + * Copyright 2026, 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -35,7 +35,7 @@ import static com.google.common.base.Preconditions.checkNotNull; /** - * A {@link Temporal} based on a {@link Instant}. + * A {@link Temporal} based on an {@link Instant}. */ public final class InstantTemporal implements Temporal { diff --git a/time/src/test/kotlin/io/spine/time/validation/LocalDateValidatorSpec.kt b/time/src/test/kotlin/io/spine/time/validation/LocalDateValidatorSpec.kt index 9f82a71bf..f80ae521c 100644 --- a/time/src/test/kotlin/io/spine/time/validation/LocalDateValidatorSpec.kt +++ b/time/src/test/kotlin/io/spine/time/validation/LocalDateValidatorSpec.kt @@ -113,14 +113,14 @@ internal class LocalDateValidatorSpec { } /** - * The test verifies that if a month is not defined the `LocalDate` instance + * The test verifies that if a month is not defined, the `LocalDate` instance * is considered valid. * * There is nothing we can do in such a situation because `Month` is an enum. * We do not restrict enum field values because it does not have much sense * from the domain language point of view. * - * We still want `MONTH_UNDEFINED` item to support the "unset" notion for a month + * We still want the `MONTH_UNDEFINED` item to support the "unset" notion for a month * as we have such a thing for other enums in the code. */ @Test diff --git a/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenGenerator.kt b/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenGenerator.kt index 22f880ad6..2b8bae5b2 100644 --- a/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenGenerator.kt +++ b/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenGenerator.kt @@ -130,7 +130,7 @@ private class GenerateWhen( * Yields an expression to check if the provided [fieldValue] matches * the time [restriction][WhenField.getBound]. * - * The reported violations are appended to [violations] list, if any. + * The reported violations are appended to the [violations] list, if any. * * Depending on the field type, the method uses either Protobuf's * [Timestamps.compare()][com.google.protobuf.util.Timestamps.compare] diff --git a/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt b/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt index b2fa94032..e0238e9f1 100644 --- a/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt +++ b/validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt @@ -100,7 +100,7 @@ public class WhenOption : ValidationOption { * Controls whether a field should be validated with the `(when)` option. * * Whenever a field marked with the `(when)` options is discovered, emits - * [WhenFieldDiscovered] event if the following conditions are met: + * the [WhenFieldDiscovered] event if the following conditions are met: * * 1) The field type is supported by the option. * 2) The error message does not contain unsupported placeholders. From cdd15f4335e0fa33416e1a37a6d723224a9e2ce5 Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 02:10:23 +0100 Subject: [PATCH 12/13] Address review comments on doc wording Two documentation fixes raised in review: - `TimeChanges.of(OffsetDateTime, OffsetDateTime)` documented its arguments as "field values of offset time", copied from the `OffsetTimeChange` overload above it. The overload operates on `OffsetDateTime`, so the summary now reads "of offset date-time", matching the per-type wording the other overloads use ("local date", "local time", "offset time"). - The deprecation note on the `OffsetDateTime` message in `time.proto` was missing an auxiliary verb: "Usage history shown that ..." -> "Usage history has shown that ...". The proofread sweep had flagged this occurrence as ambiguous rather than guessing between "has shown" and "showed"; review settled it. Co-Authored-By: Claude Opus 4.8 --- time/src/main/java/io/spine/time/TimeChanges.java | 2 +- time/src/main/proto/spine/time/time.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/time/src/main/java/io/spine/time/TimeChanges.java b/time/src/main/java/io/spine/time/TimeChanges.java index 0855b96c3..a2dc65622 100644 --- a/time/src/main/java/io/spine/time/TimeChanges.java +++ b/time/src/main/java/io/spine/time/TimeChanges.java @@ -91,7 +91,7 @@ public static OffsetTimeChange of(OffsetTime previousValue, OffsetTime newValue) /** * Creates an {@link OffsetDateTimeChange} object for the passed previous and new field values - * of offset time. + * of offset date-time. * *

    Passed values cannot be equal. * diff --git a/time/src/main/proto/spine/time/time.proto b/time/src/main/proto/spine/time/time.proto index 7dccca3ab..4d2d6e034 100644 --- a/time/src/main/proto/spine/time/time.proto +++ b/time/src/main/proto/spine/time/time.proto @@ -184,7 +184,7 @@ message OffsetTime { // A date-time with an offset from UTC. message OffsetDateTime { - // Usage history shown that this type causes much confusion. + // Usage history has shown that this type causes much confusion. // Please use [ZonedDateTime] instead. option deprecated = true; From 4340d3a9ebdf7cdd17ba192efe59f216184b1fdf Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Sat, 25 Jul 2026 02:22:18 +0100 Subject: [PATCH 13/13] Correct doc comments contradicting the code - `LocalDates.checkDate(int, Month, int)` listed the *failure* conditions under a "Verifies that:" heading, so the documentation stated the opposite of what the method checks: "the month is not in the range of `JANUARY` to `DECEMBER`" and "the day is less or equal zero or greater than can be in the month". The list now describes the conditions the method actually verifies. - Three `Duration` extension functions in `DurationExts.kt` described their receiver as "the passed value", a leftover from the static `Durations2` helpers they delegate to. They now say "this duration". Co-Authored-By: Claude Opus 4.8 --- time/src/main/java/io/spine/time/LocalDates.java | 5 +++-- time/src/main/kotlin/io/spine/time/DurationExts.kt | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/time/src/main/java/io/spine/time/LocalDates.java b/time/src/main/java/io/spine/time/LocalDates.java index 1552bf7de..b31c23078 100644 --- a/time/src/main/java/io/spine/time/LocalDates.java +++ b/time/src/main/java/io/spine/time/LocalDates.java @@ -141,8 +141,9 @@ static void checkDate(LocalDate date) { *

      *
    • the year is within the {@linkplain java.time.Year#MIN_VALUE min}/ * {@linkplain java.time.Year#MAX_VALUE max} range, - *
    • the month is not in the range of {@code JANUARY} to {@code DECEMBER}, - *
    • the day is less or equal zero or greater than can be in the month. + *
    • the month is in the range of {@code JANUARY} to {@code DECEMBER}, + *
    • the day is greater than zero and does not exceed the number of days + * in the given month. *
    * * @throws IllegalArgumentException diff --git a/time/src/main/kotlin/io/spine/time/DurationExts.kt b/time/src/main/kotlin/io/spine/time/DurationExts.kt index a7b8a283f..1671bf1d4 100644 --- a/time/src/main/kotlin/io/spine/time/DurationExts.kt +++ b/time/src/main/kotlin/io/spine/time/DurationExts.kt @@ -76,19 +76,19 @@ public fun Duration.isNegative(): Boolean = isNegative(this) /** * Tells whether this duration is positive or not. * - * @return `true` if the passed value is greater than zero, `false` otherwise. + * @return `true` if this duration is greater than zero, `false` otherwise. */ public fun Duration.isPositive(): Boolean = Durations.isPositive(this) /** * Tells whether this duration is not negative. * - * @return `true` if the passed value is greater or equal zero, `false` otherwise. + * @return `true` if this duration is greater than or equal to zero, `false` otherwise. */ public fun Duration.isPositiveOrZero(): Boolean = isPositiveOrZero(this) /** - * Returns `true` if the passed value is zero, `false` otherwise. + * Returns `true` if this duration is zero, `false` otherwise. * * @see Durations.ZERO */