Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 6d6676f

Browse files
committed
Merge branch 'master' into auto-config-emulator
2 parents 45d2b2e + 213dddc commit 6d6676f

144 files changed

Lines changed: 11721 additions & 1824 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "00e8e01018693faf8673faa4d1084264ece4a76a"
7+
"sha": "13c297b210939a04cab8a8fd547bb34e4d549da7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0199c79b8324fba66476300824aa931788c47e2d"
14+
"sha": "94686b06034ff6e11217236fcaa217ec6e24bc39"
1515
}
1616
}
1717
]

.kokoro/release/publish_javadoc.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ env_vars: {
77
value: "docs-staging"
88
}
99

10-
# cloud-rad staging
11-
env_vars: {
12-
key: "STAGING_BUCKET_V2"
13-
value: "docs-staging-v2-staging"
14-
}
15-
1610
env_vars: {
1711
key: "TRAMPOLINE_BUILD_FILE"
1812
value: "github/java-spanner/.kokoro/release/publish_javadoc.sh"
@@ -26,4 +20,4 @@ before_action {
2620
keyname: "docuploader_service_account"
2721
}
2822
}
29-
}
23+
}

.kokoro/release/publish_javadoc.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,3 @@ python3 -m docuploader create-metadata \
5656
python3 -m docuploader upload . \
5757
--credentials ${CREDENTIALS} \
5858
--staging-bucket ${STAGING_BUCKET}
59-
60-
popd
61-
62-
# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates.
63-
64-
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
65-
66-
pushd target/devsite/reference
67-
68-
# create metadata
69-
python3 -m docuploader create-metadata \
70-
--name ${NAME} \
71-
--version ${VERSION} \
72-
--language java
73-
74-
# upload docs to staging bucket
75-
python3 -m docuploader upload . \
76-
--credentials ${CREDENTIALS} \
77-
--staging-bucket ${STAGING_BUCKET_V2}

.kokoro/release/publish_javadoc11.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
4040
# generate yml
4141
mvn clean site -B -q -P docFX
4242

43+
# copy README to docfx-yml dir and rename index.md
44+
cp README.md target/docfx-yml/index.md
45+
4346
pushd target/docfx-yml
4447

4548
# create metadata
@@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \
5255
python3 -m docuploader upload . \
5356
--credentials ${CREDENTIALS} \
5457
--staging-bucket ${STAGING_BUCKET_V2} \
55-
--destination-prefix docfx-
58+
--destination-prefix docfx

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [5.1.0](https://www.github.com/googleapis/java-spanner/compare/v5.0.0...v5.1.0) (2021-03-10)
4+
5+
6+
### Features
7+
8+
* add client lib token for Liquibase ([#925](https://www.github.com/googleapis/java-spanner/issues/925)) ([0d93d92](https://www.github.com/googleapis/java-spanner/commit/0d93d92fcd7c8bb2ffd3198560c4be3e4afc4990))
9+
* adds samples for PITR ([#837](https://www.github.com/googleapis/java-spanner/issues/837)) ([55fa0cc](https://www.github.com/googleapis/java-spanner/commit/55fa0ccca4faf44da8f9a3553ab4b35574c14830))
10+
11+
12+
### Dependencies
13+
14+
* update dependency com.google.cloud:google-cloud-monitoring to v2.0.14 ([#919](https://www.github.com/googleapis/java-spanner/issues/919)) ([178500c](https://www.github.com/googleapis/java-spanner/commit/178500c7e48cbdeb45f657d9c413e9afdacefbab))
15+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#944](https://www.github.com/googleapis/java-spanner/issues/944)) ([b74b764](https://www.github.com/googleapis/java-spanner/commit/b74b7648343dc789b60fb2636615f288b6e6c854))
16+
* update dependency org.json:json to v20210307 ([#943](https://www.github.com/googleapis/java-spanner/issues/943)) ([4088981](https://www.github.com/googleapis/java-spanner/commit/4088981314097647e3ed79f2c748545cac6fc34e))
17+
* update dependency org.openjdk.jmh:jmh-core to v1.28 ([#923](https://www.github.com/googleapis/java-spanner/issues/923)) ([b4d6e5a](https://www.github.com/googleapis/java-spanner/commit/b4d6e5ac762393b70b684159d11a55edf8f2fba7))
18+
319
## [5.0.0](https://www.github.com/googleapis/java-spanner/compare/v4.0.2...v5.0.0) (2021-02-26)
420

521

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>18.0.0</version>
20+
<version>19.0.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -38,25 +38,25 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-spanner</artifactId>
41-
<version>4.0.2</version>
41+
<version>5.0.0</version>
4242
</dependency>
4343

4444
```
4545

4646
If you are using Gradle 5.x or later, add this to your dependencies
4747
```Groovy
48-
implementation platform('com.google.cloud:libraries-bom:18.0.0')
48+
implementation platform('com.google.cloud:libraries-bom:19.0.0')
4949
5050
compile 'com.google.cloud:google-cloud-spanner'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-spanner:4.0.2'
54+
compile 'com.google.cloud:google-cloud-spanner:5.1.0'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "4.0.2"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "5.1.0"
6060
```
6161

6262
## Authentication
@@ -235,8 +235,10 @@ has instructions for running the samples.
235235
| Async Runner Example | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/AsyncRunnerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncRunnerExample.java) |
236236
| Async Transaction Manager Example | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/AsyncTransactionManagerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncTransactionManagerExample.java) |
237237
| Batch Sample | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/BatchSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/BatchSample.java) |
238+
| Create Database With Version Retention Period Sample | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) |
238239
| Create Instance Example | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) |
239240
| Custom Timeout And Retry Settings Example | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/CustomTimeoutAndRetrySettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CustomTimeoutAndRetrySettingsExample.java) |
241+
| Get Commit Stats Sample | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/GetCommitStatsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/GetCommitStatsSample.java) |
240242
| Query With Numeric Parameter Sample | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/QueryWithNumericParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QueryWithNumericParameterSample.java) |
241243
| Quickstart Sample | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QuickstartSample.java) |
242244
| Spanner Sample | [source code](https://github.com/googleapis/java-spanner/blob/master/samples/snippets/src/main/java/com/example/spanner/SpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-spanner&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/SpannerSample.java) |

google-cloud-spanner-bom/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-spanner-bom</artifactId>
6-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
6+
<version>5.1.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -64,43 +64,43 @@
6464
<dependency>
6565
<groupId>com.google.api.grpc</groupId>
6666
<artifactId>proto-google-cloud-spanner-admin-instance-v1</artifactId>
67-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-spanner-admin-instance-v1:current} -->
67+
<version>5.1.0</version><!-- {x-version-update:proto-google-cloud-spanner-admin-instance-v1:current} -->
6868
</dependency>
6969
<dependency>
7070
<groupId>com.google.api.grpc</groupId>
7171
<artifactId>grpc-google-cloud-spanner-v1</artifactId>
72-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-spanner-v1:current} -->
72+
<version>5.1.0</version><!-- {x-version-update:grpc-google-cloud-spanner-v1:current} -->
7373
</dependency>
7474
<dependency>
7575
<groupId>com.google.api.grpc</groupId>
7676
<artifactId>proto-google-cloud-spanner-v1</artifactId>
77-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-spanner-v1:current} -->
77+
<version>5.1.0</version><!-- {x-version-update:proto-google-cloud-spanner-v1:current} -->
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.api.grpc</groupId>
8181
<artifactId>proto-google-cloud-spanner-admin-database-v1</artifactId>
82-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-spanner-admin-database-v1:current} -->
82+
<version>5.1.0</version><!-- {x-version-update:proto-google-cloud-spanner-admin-database-v1:current} -->
8383
</dependency>
8484
<dependency>
8585
<groupId>com.google.cloud</groupId>
8686
<artifactId>google-cloud-spanner</artifactId>
87-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
87+
<version>5.1.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
8888
</dependency>
8989
<dependency>
9090
<groupId>com.google.cloud</groupId>
9191
<artifactId>google-cloud-spanner</artifactId>
9292
<type>test-jar</type>
93-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
93+
<version>5.1.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
9494
</dependency>
9595
<dependency>
9696
<groupId>com.google.api.grpc</groupId>
9797
<artifactId>grpc-google-cloud-spanner-admin-instance-v1</artifactId>
98-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-spanner-admin-instance-v1:current} -->
98+
<version>5.1.0</version><!-- {x-version-update:grpc-google-cloud-spanner-admin-instance-v1:current} -->
9999
</dependency>
100100
<dependency>
101101
<groupId>com.google.api.grpc</groupId>
102102
<artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
103-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-spanner-admin-database-v1:current} -->
103+
<version>5.1.0</version><!-- {x-version-update:grpc-google-cloud-spanner-admin-database-v1:current} -->
104104
</dependency>
105105
</dependencies>
106106
</dependencyManagement>

google-cloud-spanner/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-spanner</artifactId>
6-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
6+
<version>5.1.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Spanner</name>
99
<url>https://github.com/googleapis/java-spanner</url>
1010
<description>Java idiomatic client for Google Cloud Spanner.</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-spanner-parent</artifactId>
14-
<version>5.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
14+
<version>5.1.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-spanner</site.installationModule>
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>org.json</groupId>
287287
<artifactId>json</artifactId>
288-
<version>20201115</version>
288+
<version>20210307</version>
289289
<scope>test</scope>
290290
</dependency>
291291
<dependency>
@@ -304,7 +304,7 @@
304304
<dependency>
305305
<groupId>org.openjdk.jmh</groupId>
306306
<artifactId>jmh-core</artifactId>
307-
<version>1.27</version>
307+
<version>1.28</version>
308308
<scope>test</scope>
309309
</dependency>
310310
<dependency>

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ public class SessionPoolOptions {
3131
private final int minSessions;
3232
private final int maxSessions;
3333
private final int incStep;
34-
private final int maxIdleSessions;
34+
/**
35+
* Use {@link #minSessions} instead to set the minimum number of sessions in the pool to maintain.
36+
* Creating a larger number of sessions during startup is relatively cheap as it is executed with
37+
* the BatchCreateSessions RPC.
38+
*/
39+
@Deprecated private final int maxIdleSessions;
3540
/**
3641
* The session pool no longer prepares a fraction of the sessions with a read/write transaction.
3742
* This setting therefore does not have any meaning anymore, and may be removed in the future.
@@ -118,6 +123,11 @@ int getIncStep() {
118123
return incStep;
119124
}
120125

126+
/**
127+
* @deprecated Use a higher value for {@link SessionPoolOptions.Builder#setMinSessions(int)}
128+
* instead of setting this option.
129+
*/
130+
@Deprecated
121131
public int getMaxIdleSessions() {
122132
return maxIdleSessions;
123133
}
@@ -193,7 +203,10 @@ public static class Builder {
193203
private int minSessions = DEFAULT_MIN_SESSIONS;
194204
private int maxSessions = DEFAULT_MAX_SESSIONS;
195205
private int incStep = DEFAULT_INC_STEP;
196-
private int maxIdleSessions;
206+
207+
/** Set a higher value for {@link #minSessions} instead of using {@link #maxIdleSessions}. */
208+
@Deprecated private int maxIdleSessions;
209+
197210
/**
198211
* The session pool no longer prepares a fraction of the sessions with a read/write transaction.
199212
* This setting therefore does not have any meaning anymore, and may be removed in the future.
@@ -265,7 +278,11 @@ Builder setIncStep(int incStep) {
265278
* #setMinSessions}. To determine how many sessions are idle we look at maximum number of
266279
* sessions used concurrently over a window of time. Any sessions beyond that are idle. Defaults
267280
* to 0.
281+
*
282+
* @deprecated set a higher value for {@link #setMinSessions(int)} instead of using this
283+
* configuration option. This option will be removed in a future release.
268284
*/
285+
@Deprecated
269286
public Builder setMaxIdleSessions(int maxIdleSessions) {
270287
this.maxIdleSessions = maxIdleSessions;
271288
return this;

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public class SpannerOptions extends ServiceOptions<Spanner, SpannerOptions> {
8080

8181
private static final String JDBC_API_CLIENT_LIB_TOKEN = "sp-jdbc";
8282
private static final String HIBERNATE_API_CLIENT_LIB_TOKEN = "sp-hib";
83+
private static final String LIQUIBASE_API_CLIENT_LIB_TOKEN = "sp-liq";
84+
8385
private static final String API_SHORT_NAME = "Spanner";
8486
private static final String DEFAULT_HOST = "https://spanner.googleapis.com";
8587
private static final ImmutableSet<String> SCOPES =
@@ -612,7 +614,8 @@ public static class Builder
612614
ImmutableSet.of(
613615
ServiceOptions.getGoogApiClientLibName(),
614616
JDBC_API_CLIENT_LIB_TOKEN,
615-
HIBERNATE_API_CLIENT_LIB_TOKEN);
617+
HIBERNATE_API_CLIENT_LIB_TOKEN,
618+
LIQUIBASE_API_CLIENT_LIB_TOKEN);
616619
private TransportChannelProvider channelProvider;
617620

618621
@SuppressWarnings("rawtypes")

0 commit comments

Comments
 (0)