Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: backend now supports optimizer version for DML (#252)
* fix: backend now supports optimizer version for DML * fix: update shared config to prevent build failures * fix: update shared config in samples * fix: upgrade spanner version in install-without-bom * fix: try with java11 * deps: ignore autovalue * deps: add auto-value dependency * fix: fix linting error and revert to Java8
- Loading branch information
Showing
with
80 additions
and 35 deletions.
- +1 −3 .kokoro/build.sh
- +1 −1 google-cloud-spanner-bom/pom.xml
- +27 −25 google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryOptionsTest.java
- +15 −0 grpc-google-cloud-spanner-admin-database-v1/pom.xml
- +15 −0 grpc-google-cloud-spanner-admin-instance-v1/pom.xml
- +15 −0 grpc-google-cloud-spanner-v1/pom.xml
- +1 −1 pom.xml
- +2 −2 samples/install-without-bom/pom.xml
- +1 −1 samples/pom.xml
- +1 −1 samples/snapshot/pom.xml
- +1 −1 samples/snippets/pom.xml
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -51,9 +51,7 @@ test) | ||
RETURN_CODE=$? | ||
;; | ||
lint) | ||
mvn com.coveo:fmt-maven-plugin:check | ||
RETURN_CODE=$? | ||
;; | ||
javadoc) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,7 +8,7 @@ | ||
<parent> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-shared-config</artifactId> | ||
<version>0.7.0</version> | ||
</parent> | ||
|
||
<name>Google Cloud Spanner BOM</name> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -14,7 +14,7 @@ | ||
<parent> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-shared-config</artifactId> | ||
<version>0.7.0</version> | ||
</parent> | ||
|
||
<developers> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -18,7 +18,7 @@ | ||
<parent> | ||
<groupId>com.google.cloud.samples</groupId> | ||
<artifactId>shared-configuration</artifactId> | ||
<version>1.0.18</version> | ||
</parent> | ||
|
||
<properties> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -14,7 +14,7 @@ | ||
<parent> | ||
<groupId>com.google.cloud.samples</groupId> | ||
<artifactId>shared-configuration</artifactId> | ||
<version>1.0.18</version> | ||
</parent> | ||
|
||
<properties> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -14,7 +14,7 @@ | ||
<parent> | ||
<groupId>com.google.cloud.samples</groupId> | ||
<artifactId>shared-configuration</artifactId> | ||
<version>1.0.18</version> | ||
</parent> | ||
|
||
<properties> | ||