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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.226`
# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.230`

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

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

This report was generated on **Mon Dec 22 19:38:35 WET 2025** using
This report was generated on **Tue Dec 23 17:45:28 WET 2025** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.226`
# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.230`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -1881,14 +1881,14 @@ This report was generated on **Mon Dec 22 19:38:35 WET 2025** using

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

This report was generated on **Mon Dec 22 19:38:35 WET 2025** using
This report was generated on **Tue Dec 23 17:45:28 WET 2025** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine:spine-time-js:2.0.0-SNAPSHOT.226`
# Dependencies of `io.spine:spine-time-js:2.0.0-SNAPSHOT.230`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -2070,14 +2070,14 @@ This report was generated on **Mon Dec 22 19:38:35 WET 2025** using

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

This report was generated on **Mon Dec 22 19:38:35 WET 2025** using
This report was generated on **Tue Dec 23 17:45:27 WET 2025** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.226`
# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.230`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -2933,14 +2933,14 @@ This report was generated on **Mon Dec 22 19:38:35 WET 2025** using

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

This report was generated on **Mon Dec 22 19:38:35 WET 2025** using
This report was generated on **Tue Dec 23 17:45:28 WET 2025** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:spine-time-testlib:2.0.0-SNAPSHOT.226`
# Dependencies of `io.spine.tools:spine-time-testlib:2.0.0-SNAPSHOT.230`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -3792,6 +3792,6 @@ This report was generated on **Mon Dec 22 19:38:35 WET 2025** using

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

This report was generated on **Mon Dec 22 19:38:35 WET 2025** using
This report was generated on **Tue Dec 23 17:45:28 WET 2025** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine</groupId>
<artifactId>spine-time</artifactId>
<version>2.0.0-SNAPSHOT.226</version>
<version>2.0.0-SNAPSHOT.230</version>

<inceptionYear>2015</inceptionYear>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2022, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
Expand All @@ -24,12 +24,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.validate;
package io.spine.time.validation;

import com.google.auto.service.AutoService;
import com.google.protobuf.ExtensionRegistry;
import io.spine.option.OptionsProvider;
import io.spine.time.validation.TimeOptionsProto;

/**
* Registers time-related proto options introduced by this library.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2022, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
Expand All @@ -24,12 +24,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.validate;
package io.spine.time.validation;

import com.google.protobuf.Timestamp;
import io.spine.code.proto.FieldContext;
import io.spine.time.validation.TimeOption;
import io.spine.time.validation.TimeOptionsProto;
import io.spine.validation.Constraint;
import io.spine.validation.option.FieldValidatingOption;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.validate;
package io.spine.time.validation;

import com.google.common.collect.ImmutableList;
import com.google.protobuf.Message;
Expand All @@ -33,8 +33,6 @@
import io.spine.code.proto.FieldDeclaration;
import io.spine.time.Temporal;
import io.spine.time.Temporals;
import io.spine.time.validation.Time;
import io.spine.time.validation.TimeOption;
import io.spine.validation.ConstraintViolation;
import io.spine.validation.CustomConstraint;
import io.spine.validation.FieldValue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.validate
package io.spine.time.validation

import com.google.auto.service.AutoService
import com.google.common.collect.ImmutableSet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2022, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
Expand All @@ -30,7 +30,7 @@

@CheckReturnValue
@NullMarked
package io.spine.time.validate;
package io.spine.time.validation;

import com.google.errorprone.annotations.CheckReturnValue;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2022, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
Expand All @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.validate;
package io.spine.time.validation;

import com.google.common.collect.Iterables;
import io.spine.validation.option.ValidatingOptionFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.validate;
package io.spine.time.validation;

import io.spine.base.Time;
import io.spine.time.validation.given.AlwaysValidTime;
import io.spine.time.validation.given.TimeInFutureFieldValue;
import io.spine.time.validation.given.TimeInPastFieldValue;
import io.spine.time.validation.given.TimeWithDefaultErrorMessage;
import io.spine.time.validation.given.TimeWithoutOptsFieldValue;
import io.spine.validation.ConstraintViolation;
import io.spine.validation.TemplateString;
import io.spine.validation.TemplateStrings;
Expand All @@ -38,13 +43,13 @@

import static com.google.common.truth.Truth.assertThat;
import static io.spine.string.Strings.count;
import static io.spine.time.validate.given.WhenTestEnv.FIFTY_NANOSECONDS;
import static io.spine.time.validate.given.WhenTestEnv.ZERO_NANOSECONDS;
import static io.spine.time.validate.given.WhenTestEnv.currentTimeWithNanos;
import static io.spine.time.validate.given.WhenTestEnv.freezeTime;
import static io.spine.time.validate.given.WhenTestEnv.future;
import static io.spine.time.validate.given.WhenTestEnv.past;
import static io.spine.time.validate.given.WhenTestEnv.timeWithNanos;
import static io.spine.time.validation.given.WhenTestEnv.FIFTY_NANOSECONDS;
import static io.spine.time.validation.given.WhenTestEnv.ZERO_NANOSECONDS;
import static io.spine.time.validation.given.WhenTestEnv.currentTimeWithNanos;
import static io.spine.time.validation.given.WhenTestEnv.freezeTime;
import static io.spine.time.validation.given.WhenTestEnv.future;
import static io.spine.time.validation.given.WhenTestEnv.past;
import static io.spine.time.validation.given.WhenTestEnv.timeWithNanos;

@DisplayName("`(when)` option should")
class WhenTest {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2022, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
Expand All @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.validate.given;
package io.spine.time.validation.given;

import com.google.protobuf.Duration;
import com.google.protobuf.Timestamp;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2022, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
Expand All @@ -26,7 +26,7 @@

@CheckReturnValue
@NullMarked
package io.spine.time.validate.given;
package io.spine.time.validation.given;

import com.google.errorprone.annotations.CheckReturnValue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

syntax = "proto3";

package spine.time.validate;
package spine.time.validation;

import "spine/options.proto";
import "spine/time_options.proto";

option (type_url_prefix) = "type.spine.io";
option java_package = "io.spine.time.validate";
option java_package = "io.spine.time.validation.given";
option java_outer_classname = "MessagesProto";
option java_multiple_files = true;

Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
*
* For dependencies on Spine modules please see [io.spine.dependency.local.Spine].
*/
val versionToPublish by extra("2.0.0-SNAPSHOT.226")
val versionToPublish by extra("2.0.0-SNAPSHOT.230")
Loading