Skip to content

Commit 768972b

Browse files
committed
Release 1.2.0
1 parent 97b8632 commit 768972b

File tree

5 files changed

+16
-76
lines changed

5 files changed

+16
-76
lines changed

config

datastore/src/test/java/io/spine/server/storage/datastore/DsRecordStorageTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
import com.google.common.truth.IterableSubject;
2626
import com.google.protobuf.Any;
2727
import com.google.protobuf.FieldMask;
28-
import com.google.protobuf.Message;
2928
import com.google.protobuf.Timestamp;
29+
import io.spine.base.EntityState;
3030
import io.spine.client.CompositeFilter;
3131
import io.spine.client.IdFilter;
3232
import io.spine.client.ResponseFormat;
@@ -142,7 +142,7 @@ protected Class<TestCounterEntity> getTestEntityClass() {
142142
}
143143

144144
@Override
145-
protected Message newState(ProjectId projectId) {
145+
protected EntityState newState(ProjectId projectId) {
146146
Project project = Project
147147
.newBuilder()
148148
.setId(projectId)

license-report.md

Lines changed: 6 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Dependencies of `io.spine.gcloud:spine-datastore:1.1.13`
3+
# Dependencies of `io.spine.gcloud:spine-datastore:1.2.0`
44

55
## Runtime
66
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.9
@@ -136,12 +136,6 @@
136136
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
137137
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
138138

139-
1. **Group:** com.squareup.okhttp **Name:** okhttp **Version:** 2.5.0
140-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
141-
142-
1. **Group:** com.squareup.okio **Name:** okio **Version:** 1.13.0
143-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
144-
145139
1. **Group:** commons-codec **Name:** commons-codec **Version:** 1.11
146140
* **Project URL:** [http://commons.apache.org/proper/commons-codec/](http://commons.apache.org/proper/commons-codec/)
147141
* **Manifest license URL:** [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -164,10 +158,6 @@
164158
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
165159
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
166160

167-
1. **Group:** io.grpc **Name:** grpc-okhttp **Version:** 1.24.1
168-
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
169-
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
170-
171161
1. **Group:** io.grpc **Name:** grpc-protobuf **Version:** 1.24.1
172162
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
173163
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
@@ -443,12 +433,6 @@
443433
* **POM Project URL:** [http://github.com/square/javapoet/](http://github.com/square/javapoet/)
444434
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
445435

446-
1. **Group:** com.squareup.okhttp **Name:** okhttp **Version:** 2.5.0
447-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
448-
449-
1. **Group:** com.squareup.okio **Name:** okio **Version:** 1.13.0
450-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
451-
452436
1. **Group:** commons-codec **Name:** commons-codec **Version:** 1.11
453437
* **Project URL:** [http://commons.apache.org/proper/commons-codec/](http://commons.apache.org/proper/commons-codec/)
454438
* **Manifest license URL:** [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -485,10 +469,6 @@
485469
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
486470
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
487471

488-
1. **Group:** io.grpc **Name:** grpc-okhttp **Version:** 1.24.1
489-
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
490-
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
491-
492472
1. **Group:** io.grpc **Name:** grpc-protobuf **Version:** 1.24.1
493473
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
494474
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
@@ -735,12 +715,12 @@
735715
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
736716

737717

738-
This report was generated on **Thu Oct 31 19:50:36 EET 2019** 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).
718+
This report was generated on **Fri Nov 08 15:58:08 EET 2019** 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).
739719

740720

741721

742722

743-
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.1.13`
723+
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.2.0`
744724

745725
## Runtime
746726
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.6
@@ -853,12 +833,6 @@ This report was generated on **Thu Oct 31 19:50:36 EET 2019** using [Gradle-Lice
853833
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
854834
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
855835

856-
1. **Group:** com.squareup.okhttp **Name:** okhttp **Version:** 2.5.0
857-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
858-
859-
1. **Group:** com.squareup.okio **Name:** okio **Version:** 1.13.0
860-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
861-
862836
1. **Group:** commons-codec **Name:** commons-codec **Version:** 1.11
863837
* **Project URL:** [http://commons.apache.org/proper/commons-codec/](http://commons.apache.org/proper/commons-codec/)
864838
* **Manifest license URL:** [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -897,10 +871,6 @@ This report was generated on **Thu Oct 31 19:50:36 EET 2019** using [Gradle-Lice
897871
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
898872
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
899873

900-
1. **Group:** io.grpc **Name:** grpc-okhttp **Version:** 1.24.1
901-
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
902-
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
903-
904874
1. **Group:** io.grpc **Name:** grpc-protobuf **Version:** 1.24.1
905875
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
906876
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
@@ -1156,12 +1126,6 @@ This report was generated on **Thu Oct 31 19:50:36 EET 2019** using [Gradle-Lice
11561126
* **POM Project URL:** [http://github.com/square/javapoet/](http://github.com/square/javapoet/)
11571127
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
11581128

1159-
1. **Group:** com.squareup.okhttp **Name:** okhttp **Version:** 2.5.0
1160-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1161-
1162-
1. **Group:** com.squareup.okio **Name:** okio **Version:** 1.13.0
1163-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1164-
11651129
1. **Group:** commons-codec **Name:** commons-codec **Version:** 1.11
11661130
* **Project URL:** [http://commons.apache.org/proper/commons-codec/](http://commons.apache.org/proper/commons-codec/)
11671131
* **Manifest license URL:** [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -1214,10 +1178,6 @@ This report was generated on **Thu Oct 31 19:50:36 EET 2019** using [Gradle-Lice
12141178
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
12151179
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
12161180

1217-
1. **Group:** io.grpc **Name:** grpc-okhttp **Version:** 1.24.1
1218-
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
1219-
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
1220-
12211181
1. **Group:** io.grpc **Name:** grpc-protobuf **Version:** 1.21.0
12221182
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
12231183
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
@@ -1472,12 +1432,12 @@ This report was generated on **Thu Oct 31 19:50:36 EET 2019** using [Gradle-Lice
14721432
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
14731433

14741434

1475-
This report was generated on **Thu Oct 31 19:50:49 EET 2019** 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).
1435+
This report was generated on **Fri Nov 08 15:58:21 EET 2019** 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).
14761436

14771437

14781438

14791439

1480-
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.1.13`
1440+
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.2.0`
14811441

14821442
## Runtime
14831443
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.9
@@ -1613,12 +1573,6 @@ This report was generated on **Thu Oct 31 19:50:49 EET 2019** using [Gradle-Lice
16131573
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
16141574
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
16151575

1616-
1. **Group:** com.squareup.okhttp **Name:** okhttp **Version:** 2.5.0
1617-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1618-
1619-
1. **Group:** com.squareup.okio **Name:** okio **Version:** 1.13.0
1620-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1621-
16221576
1. **Group:** commons-codec **Name:** commons-codec **Version:** 1.11
16231577
* **Project URL:** [http://commons.apache.org/proper/commons-codec/](http://commons.apache.org/proper/commons-codec/)
16241578
* **Manifest license URL:** [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -1641,10 +1595,6 @@ This report was generated on **Thu Oct 31 19:50:49 EET 2019** using [Gradle-Lice
16411595
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
16421596
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
16431597

1644-
1. **Group:** io.grpc **Name:** grpc-okhttp **Version:** 1.24.1
1645-
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
1646-
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
1647-
16481598
1. **Group:** io.grpc **Name:** grpc-protobuf **Version:** 1.24.1
16491599
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
16501600
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
@@ -1941,12 +1891,6 @@ This report was generated on **Thu Oct 31 19:50:49 EET 2019** using [Gradle-Lice
19411891
* **POM Project URL:** [http://github.com/square/javapoet/](http://github.com/square/javapoet/)
19421892
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
19431893

1944-
1. **Group:** com.squareup.okhttp **Name:** okhttp **Version:** 2.5.0
1945-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1946-
1947-
1. **Group:** com.squareup.okio **Name:** okio **Version:** 1.13.0
1948-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1949-
19501894
1. **Group:** commons-codec **Name:** commons-codec **Version:** 1.11
19511895
* **Project URL:** [http://commons.apache.org/proper/commons-codec/](http://commons.apache.org/proper/commons-codec/)
19521896
* **Manifest license URL:** [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -1983,10 +1927,6 @@ This report was generated on **Thu Oct 31 19:50:49 EET 2019** using [Gradle-Lice
19831927
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
19841928
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
19851929

1986-
1. **Group:** io.grpc **Name:** grpc-okhttp **Version:** 1.24.1
1987-
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
1988-
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
1989-
19901930
1. **Group:** io.grpc **Name:** grpc-protobuf **Version:** 1.24.1
19911931
* **POM Project URL:** [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java)
19921932
* **POM License: Apache 2.0** - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
@@ -2233,4 +2173,4 @@ This report was generated on **Thu Oct 31 19:50:49 EET 2019** using [Gradle-Lice
22332173
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
22342174

22352175

2236-
This report was generated on **Thu Oct 31 19:51:02 EET 2019** 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).
2176+
This report was generated on **Fri Nov 08 15:58:34 EET 2019** 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).

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
1212

1313
<groupId>io.spine.gcloud</groupId>
1414
<artifactId>spine-gcloud-java</artifactId>
15-
<version>1.1.13</version>
15+
<version>1.2.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -40,7 +40,7 @@ all modules and does not describe the project structure per-subproject.
4040
<dependency>
4141
<groupId>io.spine</groupId>
4242
<artifactId>spine-server</artifactId>
43-
<version>1.1.13</version>
43+
<version>1.2.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
@@ -58,7 +58,7 @@ all modules and does not describe the project structure per-subproject.
5858
<dependency>
5959
<groupId>io.spine</groupId>
6060
<artifactId>spine-testutil-server</artifactId>
61-
<version>1.1.13</version>
61+
<version>1.2.0</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>
@@ -114,12 +114,12 @@ all modules and does not describe the project structure per-subproject.
114114
<dependency>
115115
<groupId>io.spine.tools</groupId>
116116
<artifactId>spine-errorprone-checks</artifactId>
117-
<version>1.1.10</version>
117+
<version>1.2.0</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>io.spine.tools</groupId>
121121
<artifactId>spine-protoc-plugin</artifactId>
122-
<version>1.1.10</version>
122+
<version>1.2.0</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>net.sourceforge.pmd</groupId>

version.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
* {@code .config/gradle/dependencies.gradle}.
2626
*/
2727

28-
def final SPINE_VERSION = '1.1.13'
28+
def final SPINE_VERSION = '1.2.0'
2929

3030
ext {
3131
versionToPublish = SPINE_VERSION
3232

33-
spineBaseVersion = '1.1.10'
33+
spineBaseVersion = SPINE_VERSION
3434
spineCoreVersion = SPINE_VERSION
3535

3636
datastoreVersion = '1.96.0'

0 commit comments

Comments
 (0)