From c87c08e99ad16032722663096330fda8081854b5 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 3 Dec 2021 16:30:24 +0000
Subject: [PATCH 01/10] chore: release 2.5.6-SNAPSHOT (#686)
:robot: I have created a release \*beep\* \*boop\*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 471304bef..e1e8a461b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
google-cloud-spanner-jdbc
- 2.5.5
+ 2.5.6-SNAPSHOT
jar
Google Cloud Spanner JDBC
https://github.com/googleapis/java-spanner-jdbc
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index cc6d576c0..1da3a663f 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-spanner-jdbc
- 2.5.5
+ 2.5.6-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index 93de39f62..6d2b55dca 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-jdbc:2.5.5:2.5.5
+google-cloud-spanner-jdbc:2.5.5:2.5.6-SNAPSHOT
From 4438aca73b9c8b33fa1edd23f823d87a093a6d59 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Mon, 6 Dec 2021 18:12:15 +0000
Subject: [PATCH 02/10] fix(java): add -ntp flag to native image testing
command (#1299) (#688)
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/build.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 88d9b926c..3d2f82824 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:5b8c790f57cca57e6b37ba25f79291265c218cea3e6ba9714b001910ab3f1419
+ digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 23c2c4938..583b1f994 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -71,7 +71,7 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
- mvn test -Pnative -Penable-integration-tests
+ mvn -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
samples)
From ca4cf0671d9a5ca64c6f1991f4c6ed15b121c58f Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 6 Dec 2021 23:28:24 +0100
Subject: [PATCH 03/10] chore(deps): update dependency
com.google.cloud:google-cloud-spanner-jdbc to v2.5.5 (#687)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-spanner-jdbc](https://togithub.com/googleapis/java-spanner-jdbc) | `2.5.4` -> `2.5.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-spanner-jdbc
### [`v2.5.5`](https://togithub.com/googleapis/java-spanner-jdbc/blob/master/CHANGELOG.md#255-httpswwwgithubcomgoogleapisjava-spanner-jdbccomparev254v255-2021-12-03)
[Compare Source](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.5.4...v2.5.5)
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
---
samples/install-without-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 91c5a9662..a89f49d98 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-spanner-jdbc
- 2.5.4
+ 2.5.5
From dd32e737ea63ea3394cc0cb43de93b86b79b3c85 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 7 Dec 2021 00:24:18 +0100
Subject: [PATCH 04/10] chore(deps): update dependency
com.google.cloud.samples:shared-configuration to v1.2.0 (#683)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | `1.0.23` -> `1.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
GoogleCloudPlatform/java-repo-tools
### [`v1.2.0`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.24...v1.2.0)
[Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.24...v1.2.0)
### [`v1.0.24`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.23...v1.0.24)
[Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.23...v1.0.24)
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
---
samples/install-without-bom/pom.xml | 2 +-
samples/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index a89f49d98..ab7953e5a 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.23
+ 1.2.0
diff --git a/samples/pom.xml b/samples/pom.xml
index b50770aae..87a742b88 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -18,7 +18,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.23
+ 1.2.0
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 1da3a663f..238f56f32 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.23
+ 1.2.0
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index de2b4cbd4..fcc51d5f2 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.23
+ 1.2.0
From 191c29e7867e91ebcb883305c59e1a07ca7e15e5 Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Tue, 7 Dec 2021 12:24:15 -0500
Subject: [PATCH 05/10] chore: make owlbot check required (#691)
---
.github/sync-repo-settings.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index c6354959c..f9649fb05 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -37,6 +37,7 @@ branchProtectionRules:
- "units (11)"
- "Kokoro - Test: Integration"
- "cla/google"
+ - OwlBot Post Processor
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `main`
From e64808244d32a66ffcb8f52070268b49fa60f6ed Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 9 Dec 2021 00:06:21 +0100
Subject: [PATCH 06/10] chore(deps): update dependency
com.google.cloud:libraries-bom to v24.1.0 (#692)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | `24.0.0` -> `24.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
---
samples/snippets/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index fcc51d5f2..5e0eab46f 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 24.0.0
+ 24.1.0
pom
import
From 1d6b5dde4c48a254427c1b169a116e99f4e0e5ec Mon Sep 17 00:00:00 2001
From: skuruppu
Date: Tue, 14 Dec 2021 11:16:40 +1100
Subject: [PATCH 07/10] chore: auto-assign issues to new repo owner (#682)
---
.github/blunderbuss.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml
index ff884f273..4ad6c6606 100644
--- a/.github/blunderbuss.yml
+++ b/.github/blunderbuss.yml
@@ -1,7 +1,7 @@
# Configuration for the Blunderbuss GitHub app. For more info see
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
assign_issues:
- - thiagotnunes
+ - ansh0l
assign_prs_by:
- labels:
- samples
From fe69f629a65712bdee785c70ac3da486d094dac0 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 17 Dec 2021 06:32:58 +0100
Subject: [PATCH 08/10] test(deps): update dependency org.mockito:mockito-core
to v4.2.0 (#693)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e1e8a461b..e559a7157 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
3.0.2
1.4.4
1.1.3
- 4.1.0
+ 4.2.0
2.2
From 345f1366a7dd96f3b28afd353c5c23ebeff60c6b Mon Sep 17 00:00:00 2001
From: Thiago Nunes
Date: Fri, 17 Dec 2021 18:12:04 +1100
Subject: [PATCH 09/10] deps: update OpenCensus API to 0.30.0 (#694)
---
pom.xml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e559a7157..3c7719d40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
1.1.3
4.2.0
2.2
+ 0.30.0
@@ -62,7 +63,7 @@
com.google.cloud
google-cloud-spanner-bom
- 6.16.0
+ 6.17.3
pom
import
@@ -73,6 +74,16 @@
pom
import
+
+ io.opencensus
+ opencensus-api
+ ${opencensus.version}
+
+
+ io.opencensus
+ opencensus-contrib-grpc-util
+ ${opencensus.version}
+
From e4c260eb0073b03903d0fd946f46a3305c3eb4c4 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 17 Dec 2021 18:31:50 +1100
Subject: [PATCH 10/10] chore: release 2.5.6 (#689)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
CHANGELOG.md | 12 ++++++++++++
pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
4 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 399eeca8c..3d57b6368 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+### [2.5.6](https://www.github.com/googleapis/java-spanner-jdbc/compare/v2.5.5...v2.5.6) (2021-12-17)
+
+
+### Bug Fixes
+
+* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-spanner-jdbc/issues/1299)) ([#688](https://www.github.com/googleapis/java-spanner-jdbc/issues/688)) ([4438aca](https://www.github.com/googleapis/java-spanner-jdbc/commit/4438aca73b9c8b33fa1edd23f823d87a093a6d59))
+
+
+### Dependencies
+
+* update OpenCensus API to 0.30.0 ([#694](https://www.github.com/googleapis/java-spanner-jdbc/issues/694)) ([345f136](https://www.github.com/googleapis/java-spanner-jdbc/commit/345f1366a7dd96f3b28afd353c5c23ebeff60c6b))
+
### [2.5.5](https://www.github.com/googleapis/java-spanner-jdbc/compare/v2.5.4...v2.5.5) (2021-12-03)
diff --git a/pom.xml b/pom.xml
index 3c7719d40..194099e3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
google-cloud-spanner-jdbc
- 2.5.6-SNAPSHOT
+ 2.5.6
jar
Google Cloud Spanner JDBC
https://github.com/googleapis/java-spanner-jdbc
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 238f56f32..1713bc2f8 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-spanner-jdbc
- 2.5.6-SNAPSHOT
+ 2.5.6
diff --git a/versions.txt b/versions.txt
index 6d2b55dca..b7e01f810 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-jdbc:2.5.5:2.5.6-SNAPSHOT
+google-cloud-spanner-jdbc:2.5.6:2.5.6