From aec7f43ad925c81557ddf3d347f06dd751ac2d2b Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 3 Dec 2021 00:02:22 +0000
Subject: [PATCH 01/14] chore: release 2.3.4-SNAPSHOT (#642)
: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).
---
google-cloud-core-bom/pom.xml | 8 ++++----
google-cloud-core-grpc/pom.xml | 4 ++--
google-cloud-core-http/pom.xml | 4 ++--
google-cloud-core/pom.xml | 4 ++--
pom.xml | 2 +-
versions.txt | 2 +-
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index 9dbd2a9086..b3205eb383 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-bom
- 2.3.3
+ 2.3.4-SNAPSHOT
pom
com.google.cloud
@@ -63,17 +63,17 @@
com.google.cloud
google-cloud-core
- 2.3.3
+ 2.3.4-SNAPSHOT
com.google.cloud
google-cloud-core-grpc
- 2.3.3
+ 2.3.4-SNAPSHOT
com.google.cloud
google-cloud-core-http
- 2.3.3
+ 2.3.4-SNAPSHOT
diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml
index 6c706c6144..cf3c5aea39 100644
--- a/google-cloud-core-grpc/pom.xml
+++ b/google-cloud-core-grpc/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-grpc
- 2.3.3
+ 2.3.4-SNAPSHOT
jar
Google Cloud Core gRPC
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.3.3
+ 2.3.4-SNAPSHOT
google-cloud-core-grpc
diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml
index 18761d9db1..67c9ff8849 100644
--- a/google-cloud-core-http/pom.xml
+++ b/google-cloud-core-http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-http
- 2.3.3
+ 2.3.4-SNAPSHOT
jar
Google Cloud Core HTTP
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.3.3
+ 2.3.4-SNAPSHOT
google-cloud-core-http
diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml
index 8fb441ec62..e8175fc4ee 100644
--- a/google-cloud-core/pom.xml
+++ b/google-cloud-core/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core
- 2.3.3
+ 2.3.4-SNAPSHOT
jar
Google Cloud Core
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.3.3
+ 2.3.4-SNAPSHOT
google-cloud-core
diff --git a/pom.xml b/pom.xml
index ddb1b7bdee..4835bbf40d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 2.3.3
+ 2.3.4-SNAPSHOT
Google Cloud Core Parent
https://github.com/googleapis/java-core
diff --git a/versions.txt b/versions.txt
index baa4aaa9b1..0a18d8cd9b 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-core:2.3.3:2.3.3
\ No newline at end of file
+google-cloud-core:2.3.3:2.3.4-SNAPSHOT
\ No newline at end of file
From 0f4c1dbbd89d82f5cc86c2b684d6645699b835b3 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:02:22 +0000
Subject: [PATCH 02/14] fix(java): add -ntp flag to native image testing
command (#1299) (#643)
---
.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 88d9b926c1..3d2f828246 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 5a4d4fdcc7..bdaa8cca25 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 3926b5423893635dd709b8fc6037fb896396ff13 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 7 Dec 2021 19:41:04 +0100
Subject: [PATCH 03/14] deps: update dependency
com.google.api.grpc:proto-google-iam-v1 to v1.2.0 (#645)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4835bbf40d..bb7eb40a8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
2.7.1
2.1.1
2.7.0
- 1.1.7
+ 1.2.0
1.3.0
1.32.2
1.40.1
From d236ec346f2ad11cdd3612aefd8f77986a61f81c Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Tue, 21 Dec 2021 14:40:16 -0500
Subject: [PATCH 04/14] chore: add enumeration type of library (#648)
---
.repo-metadata.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/.repo-metadata.json b/.repo-metadata.json
index 6f416a3b18..da601b8f85 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -5,5 +5,6 @@
"language": "java",
"repo": "googleapis/java-core",
"repo_short": "java-core",
+ "library_type": "CORE",
"distribution_name": "com.google.cloud:google-cloud-core"
}
From 275b882918f7625daeb3e98ab26b7b0a2f2cdb7b Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 28 Dec 2021 21:44:13 +0100
Subject: [PATCH 05/14] deps: update dependency io.grpc:grpc-bom to v1.43.1
(#647)
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 |
|---|---|---|---|---|---|
| [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.42.1` -> `1.43.1` | [](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
grpc/grpc-java
### [`v1.43.1`](https://togithub.com/grpc/grpc-java/releases/v1.43.1)
[Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.43.0...v1.43.1)
##### Bug Fixes
- core: fix a race condition when calling ManagedChannel#enterIdle() ([#8761](https://togithub.com/grpc/grpc-java/issues/8761))
##### Dependencies
- Bump GSON to 2.8.9 ([#8764](https://togithub.com/grpc/grpc-java/issues/8764))
### [`v1.43.0`](https://togithub.com/grpc/grpc-java/releases/v1.43.0)
[Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.42.1...v1.43.0)
##### API Changes
- alts: Make GoogleDefaultChannelCredentials take a CallCredentials ([#8548](https://togithub.com/grpc/grpc-java/issues/8548))
- binder: Support BinderChannelBuilder.forTarget ([#8633](https://togithub.com/grpc/grpc-java/issues/8633))
- inprocess: Add support for anonymous in-process servers ([#8589](https://togithub.com/grpc/grpc-java/issues/8589))
##### Bug Fixes
- census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`. Users not enabling grpc-census are not impacted by this bug ([#8706](https://togithub.com/grpc/grpc-java/issues/8706))
- xds: stop generating UUIDs for filter chains that lack them. The UUID was preventing the XdsServer from noticing when a control plane sent a needless duplicate update, causing XdsServer to drain all its existing connections to use the βnewβ configuration [#8663](https://togithub.com/grpc/grpc-java/issues/8663)
- xds: fix a bug where XdsServer didnβt block start() when configuration is missing, and instead errored. [#8660](https://togithub.com/grpc/grpc-java/issues/8660)
##### New Features
- protoc-gen-grpc-java plugin support for Apple M1 architecture ([#7690](https://togithub.com/grpc/grpc-java/issues/7690))
- okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared ([#8650](https://togithub.com/grpc/grpc-java/issues/8650))
- netty: Add ability to set system property `-Dio.grpc.netty.disableConnectionHeaderCheck=false` to disable HTTP Connection header check. This is a temporary workaround to allow fixing out-of-spec HTTP/2 clients ([#8683](https://togithub.com/grpc/grpc-java/issues/8683))
##### Dependencies
- bump guava to 30.1.1-android ([#8748](https://togithub.com/grpc/grpc-java/issues/8748))
- bump protobuf to 3.19.1 ([#8748](https://togithub.com/grpc/grpc-java/issues/8748))
##### Acknowledgement
[@beatrausch](https://togithub.com/beatrausch)
[@benjaminp](https://togithub.com/benjaminp) Benjamin Peterson
[@cfredri4](https://togithub.com/cfredri4)
[@kdubb](https://togithub.com/kdubb) Kevin Wooten
---
### 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-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bb7eb40a8d..bee28a7bce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
1.3.0
1.32.2
1.40.1
- 1.42.1
+ 1.43.1
3.19.1
0.28.0
1.3.2
From e6e7040305b19ec9d5468f4cd44d7a29d0d5e470 Mon Sep 17 00:00:00 2001
From: Daniel Gazineu
Date: Tue, 4 Jan 2022 14:49:39 -0500
Subject: [PATCH 06/14] fix: fixed compilation warnings from error prone
* Fixed equals check to compare against other instead of self
* Added annotation to ignore error prone warning (Details here: https://errorprone.info/bugpattern/TruthSelfEquals)
* Fixed EqualsTester usage (details on usage error here https://errorprone.info/bugpattern/MissingTestCall, proper usage described at https://www.javadoc.io/doc/com.google.guava/guava-testlib/21.0/com/google/common/testing/EqualsTester.html)
* Added missing assertion
---
.../java/com/google/cloud/ServiceOptions.java | 2 +-
.../google/cloud/BaseServiceExceptionTest.java | 1 +
.../src/test/java/com/google/cloud/DateTest.java | 4 +---
.../java/com/google/cloud/StringEnumTest.java | 16 ++++++++--------
4 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java b/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java
index 7891088d34..8ffb77eaf5 100644
--- a/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java
+++ b/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java
@@ -697,7 +697,7 @@ protected boolean baseEquals(ServiceOptions, ?> other) {
&& Objects.equals(retrySettings, other.retrySettings)
&& Objects.equals(serviceFactoryClassName, other.serviceFactoryClassName)
&& Objects.equals(serviceRpcFactoryClassName, other.serviceRpcFactoryClassName)
- && Objects.equals(clock, clock)
+ && Objects.equals(clock, other.clock)
&& Objects.equals(quotaProjectId, other.quotaProjectId);
}
diff --git a/google-cloud-core/src/test/java/com/google/cloud/BaseServiceExceptionTest.java b/google-cloud-core/src/test/java/com/google/cloud/BaseServiceExceptionTest.java
index 1f6de6007b..4bc5993f7f 100644
--- a/google-cloud-core/src/test/java/com/google/cloud/BaseServiceExceptionTest.java
+++ b/google-cloud-core/src/test/java/com/google/cloud/BaseServiceExceptionTest.java
@@ -140,6 +140,7 @@ public void testTranslateAndThrow() throws Exception {
}
@Test
+ @SuppressWarnings("TruthSelfEquals")
public void testError_Equal() {
BaseServiceException.Error error = new BaseServiceException.Error(0, "reason", true);
assertThat(error).isEqualTo(error);
diff --git a/google-cloud-core/src/test/java/com/google/cloud/DateTest.java b/google-cloud-core/src/test/java/com/google/cloud/DateTest.java
index 14b6a139d0..d95efaf094 100644
--- a/google-cloud-core/src/test/java/com/google/cloud/DateTest.java
+++ b/google-cloud-core/src/test/java/com/google/cloud/DateTest.java
@@ -126,9 +126,7 @@ public void equalAndHashCode() {
Date d1 = Date.fromYearMonthDay(2016, 9, 18);
Date d2 = Date.fromYearMonthDay(2016, 9, 18);
Date d3 = Date.fromYearMonthDay(2016, 9, 19);
- EqualsTester tester = new EqualsTester();
- tester.addEqualityGroup(d1, d2);
- tester.addEqualityGroup(d3);
+ new EqualsTester().addEqualityGroup(d1, d2).addEqualityGroup(d3).testEquals();
}
@Test
diff --git a/google-cloud-core/src/test/java/com/google/cloud/StringEnumTest.java b/google-cloud-core/src/test/java/com/google/cloud/StringEnumTest.java
index edef7820cd..781fbb8925 100644
--- a/google-cloud-core/src/test/java/com/google/cloud/StringEnumTest.java
+++ b/google-cloud-core/src/test/java/com/google/cloud/StringEnumTest.java
@@ -101,13 +101,12 @@ public void testValueOfStrict() {
@Test
public void testEquals() {
- EqualsTester tester = new EqualsTester();
-
- tester.addEqualityGroup(Letter.A, Letter.valueOf("A"), Letter.valueOfStrict("A"));
- tester.addEqualityGroup(Letter.B, Letter.valueOf("B"), Letter.valueOfStrict("B"));
- tester.addEqualityGroup(Letter.C, Letter.valueOf("C"), Letter.valueOfStrict("C"));
- tester.addEqualityGroup(
- Letter.valueOf("NonExistentLetter"), Letter.valueOf("NonExistentLetter"));
+ new EqualsTester()
+ .addEqualityGroup(Letter.A, Letter.valueOf("A"), Letter.valueOfStrict("A"))
+ .addEqualityGroup(Letter.B, Letter.valueOf("B"), Letter.valueOfStrict("B"))
+ .addEqualityGroup(Letter.C, Letter.valueOf("C"), Letter.valueOfStrict("C"))
+ .addEqualityGroup(Letter.valueOf("NonExistentLetter"), Letter.valueOf("NonExistentLetter"))
+ .testEquals();
}
@Test
@@ -123,6 +122,7 @@ public void testValueOfStrict_invalid() {
@Test
public void testValues() {
assertThat(
- Arrays.asList(Letter.values()).containsAll(Arrays.asList(Letter.A, Letter.B, Letter.C)));
+ Arrays.asList(Letter.values()).containsAll(Arrays.asList(Letter.A, Letter.B, Letter.C)))
+ .isTrue();
}
}
From ab2fa93ba0434f593abb063afad44dc923bf462a Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Tue, 4 Jan 2022 22:34:25 +0000
Subject: [PATCH 07/14] fix(java): run Maven in plain console-friendly mode
(#1301) (#652)
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/build.sh | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 3d2f828246..731a0eb4a6 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:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
+ digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index bdaa8cca25..2d308bf8e8 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -47,15 +47,15 @@ set +e
case ${JOB_TYPE} in
test)
- mvn test -B -Dclirr.skip=true -Denforcer.skip=true
+ mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true
RETURN_CODE=$?
;;
lint)
- mvn com.coveo:fmt-maven-plugin:check
+ mvn com.coveo:fmt-maven-plugin:check -B -ntp
RETURN_CODE=$?
;;
javadoc)
- mvn javadoc:javadoc javadoc:test-javadoc
+ mvn javadoc:javadoc javadoc:test-javadoc -B -ntp
RETURN_CODE=$?
;;
integration)
@@ -71,7 +71,7 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
- mvn -ntp -Pnative -Penable-integration-tests test
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
samples)
@@ -104,7 +104,7 @@ samples)
fi
;;
clirr)
- mvn -B -Denforcer.skip=true clirr:check
+ mvn -B -ntp -Denforcer.skip=true clirr:check
RETURN_CODE=$?
;;
*)
From eb6c03729af41e6d7bd9db80644b8ddfd22e78ec Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 6 Jan 2022 01:50:55 +0100
Subject: [PATCH 08/14] deps: update dependency
com.google.protobuf:protobuf-bom to v3.19.2 (#655)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bee28a7bce..5e761a2012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
1.32.2
1.40.1
1.43.1
- 3.19.1
+ 3.19.2
0.28.0
1.3.2
31.0.1-jre
From 41a51201a3712f71f6cf3be3c29db68360b2405f Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 6 Jan 2022 01:51:24 +0100
Subject: [PATCH 09/14] deps: update dependency
com.google.http-client:google-http-client-bom to v1.41.0 (#657)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5e761a2012..37de28d027 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
1.2.0
1.3.0
1.32.2
- 1.40.1
+ 1.41.0
1.43.1
3.19.2
0.28.0
From ecfbdc181087d37d38f7911b9962953f5d246434 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 6 Jan 2022 01:56:24 +0100
Subject: [PATCH 10/14] deps: update dependency
com.google.api.grpc:proto-google-common-protos to v2.7.1 (#656)
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.api.grpc:proto-google-common-protos](https://togithub.com/googleapis/java-common-protos) | `2.7.0` -> `2.7.1` | [](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-common-protos
### [`v2.7.1`](https://togithub.com/googleapis/java-common-protos/blob/HEAD/CHANGELOG.md#271-httpswwwgithubcomgoogleapisjava-common-protoscomparev270v271-2022-01-05)
[Compare Source](https://togithub.com/googleapis/java-common-protos/compare/v2.7.0...v2.7.1)
---
### 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-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 37de28d027..1fe782712f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
google-cloud-core-parent
2.7.1
2.1.1
- 2.7.0
+ 2.7.1
1.2.0
1.3.0
1.32.2
From d417ebd7bedc9d4e983f32c87a8d61163502cf1d Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 6 Jan 2022 02:41:17 +0100
Subject: [PATCH 11/14] deps: update dependency
com.google.api-client:google-api-client-bom to v1.33.0 (#658)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1fe782712f..1d02ddc6df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
2.7.1
1.2.0
1.3.0
- 1.32.2
+ 1.33.0
1.41.0
1.43.1
3.19.2
From 91717ab9361a31976727b26d08837e8b3838bdb4 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 6 Jan 2022 05:22:23 +0100
Subject: [PATCH 12/14] deps: update dependency com.google.api:gax-bom to
v2.8.0 (#659)
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.api:gax-bom](https://togithub.com/googleapis/gax-java) | `2.7.1` -> `2.8.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
googleapis/gax-java
### [`v2.8.0`](https://togithub.com/googleapis/gax-java/blob/HEAD/CHANGELOG.md#280-httpswwwgithubcomgoogleapisgax-javacomparev271v280-2022-01-06)
[Compare Source](https://togithub.com/googleapis/gax-java/compare/v2.7.1...v2.8.0)
##### Features
- update DirectPath xds scheme ([#1585](https://www.togithub.com/googleapis/gax-java/issues/1585)) ([7915f85](https://www.github.com/googleapis/gax-java/commit/7915f850313ddfdf35332d976d2567f31c2aa8a7))
##### Dependencies
- update dependency com.google.api.grpc:proto-google-common-protos to v2.7.1 ([#1587](https://www.togithub.com/googleapis/gax-java/issues/1587)) ([eb0e9d1](https://www.github.com/googleapis/gax-java/commit/eb0e9d106a64af5f583d75d7291cdc17652fd5e7))
- update dependency com.google.http-client:google-http-client-bom to v1.41.0 ([eb0e9d1](https://www.github.com/googleapis/gax-java/commit/eb0e9d106a64af5f583d75d7291cdc17652fd5e7))
- update dependency com.google.protobuf:protobuf-bom to v3.19.2 ([eb0e9d1](https://www.github.com/googleapis/gax-java/commit/eb0e9d106a64af5f583d75d7291cdc17652fd5e7))
- upgrade common-protos to 2.7.0 ([#1579](https://www.togithub.com/googleapis/gax-java/issues/1579)) ([0a10f5f](https://www.github.com/googleapis/gax-java/commit/0a10f5fe77ab26b3ac7d4c590360945ead72eca1))
##### [2.7.1](https://www.github.com/googleapis/gax-java/compare/v2.7.0...v2.7.1) (2021-12-02)
##### Bug Fixes
- fix gRPC code conversion ([#1555](https://www.togithub.com/googleapis/gax-java/issues/1555)) ([09b99d5](https://www.github.com/googleapis/gax-java/commit/09b99d591497b44c3c25b1a54abb0f1cb69d7376))
- pass error message when creating ApiException ([#1556](https://www.togithub.com/googleapis/gax-java/issues/1556)) ([918ae41](https://www.github.com/googleapis/gax-java/commit/918ae419f84ad5721638ca10eca992333e9f7c3d))
- revert generics syntax change in MockHttpService test utility ([#1574](https://www.togithub.com/googleapis/gax-java/issues/1574)) ([b629488](https://www.github.com/googleapis/gax-java/commit/b629488ffc7d68158158d9197695158f97229c7b))
- update exception mapping on HTTP error responses ([#1570](https://www.togithub.com/googleapis/gax-java/issues/1570)) ([8a170d1](https://www.github.com/googleapis/gax-java/commit/8a170d19b42e9b13d4c69dcfbe531d4d4ca69c90))
##### Dependencies
- update grpc to 1.42.1 ([#1559](https://www.togithub.com/googleapis/gax-java/issues/1559)) ([92b7632](https://www.github.com/googleapis/gax-java/commit/92b76325d54604c98c798c489b3a963fdf21a75c))
- upgrade protobuf to 3.19.1 ([#1571](https://www.togithub.com/googleapis/gax-java/issues/1571)) ([7b354e7](https://www.github.com/googleapis/gax-java/commit/7b354e73b8ce49008bed51076afb255ca5dc68e4))
---
### 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-core).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1d02ddc6df..e6cbddf6b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
UTF-8
github
google-cloud-core-parent
- 2.7.1
+ 2.8.0
2.1.1
2.7.1
1.2.0
From 8c9c131ba634c2b00373268237991b538d379e45 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 6 Jan 2022 16:21:01 +0100
Subject: [PATCH 13/14] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.2.4 (#654)
---
google-cloud-core-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index b3205eb383..c9c0fdbaee 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.2.2
+ 1.2.4
Google Cloud Core
diff --git a/pom.xml b/pom.xml
index e6cbddf6b4..4f6dbf8b8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.2.2
+ 1.2.4
From 12e6affbbee45ff38ea1521009e46ebbe5ecf4e4 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 6 Jan 2022 15:28:13 +0000
Subject: [PATCH 14/14] chore: release 2.3.4 (#644)
:robot: I have created a release \*beep\* \*boop\*
---
### [2.3.4](https://www.github.com/googleapis/java-core/compare/v2.3.3...v2.3.4) (2022-01-06)
### Bug Fixes
* fixed compilation warnings from error prone ([e6e7040](https://www.github.com/googleapis/java-core/commit/e6e7040305b19ec9d5468f4cd44d7a29d0d5e470))
* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-core/issues/1299)) ([#643](https://www.github.com/googleapis/java-core/issues/643)) ([0f4c1db](https://www.github.com/googleapis/java-core/commit/0f4c1dbbd89d82f5cc86c2b684d6645699b835b3))
* **java:** run Maven in plain console-friendly mode ([#1301](https://www.github.com/googleapis/java-core/issues/1301)) ([#652](https://www.github.com/googleapis/java-core/issues/652)) ([ab2fa93](https://www.github.com/googleapis/java-core/commit/ab2fa93ba0434f593abb063afad44dc923bf462a))
### Dependencies
* update dependency com.google.api-client:google-api-client-bom to v1.33.0 ([#658](https://www.github.com/googleapis/java-core/issues/658)) ([d417ebd](https://www.github.com/googleapis/java-core/commit/d417ebd7bedc9d4e983f32c87a8d61163502cf1d))
* update dependency com.google.api:gax-bom to v2.8.0 ([#659](https://www.github.com/googleapis/java-core/issues/659)) ([91717ab](https://www.github.com/googleapis/java-core/commit/91717ab9361a31976727b26d08837e8b3838bdb4))
* update dependency com.google.api.grpc:proto-google-common-protos to v2.7.1 ([#656](https://www.github.com/googleapis/java-core/issues/656)) ([ecfbdc1](https://www.github.com/googleapis/java-core/commit/ecfbdc181087d37d38f7911b9962953f5d246434))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.2.0 ([#645](https://www.github.com/googleapis/java-core/issues/645)) ([3926b54](https://www.github.com/googleapis/java-core/commit/3926b5423893635dd709b8fc6037fb896396ff13))
* update dependency com.google.http-client:google-http-client-bom to v1.41.0 ([#657](https://www.github.com/googleapis/java-core/issues/657)) ([41a5120](https://www.github.com/googleapis/java-core/commit/41a51201a3712f71f6cf3be3c29db68360b2405f))
* update dependency com.google.protobuf:protobuf-bom to v3.19.2 ([#655](https://www.github.com/googleapis/java-core/issues/655)) ([eb6c037](https://www.github.com/googleapis/java-core/commit/eb6c03729af41e6d7bd9db80644b8ddfd22e78ec))
* update dependency io.grpc:grpc-bom to v1.43.1 ([#647](https://www.github.com/googleapis/java-core/issues/647)) ([275b882](https://www.github.com/googleapis/java-core/commit/275b882918f7625daeb3e98ab26b7b0a2f2cdb7b))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 20 ++++++++++++++++++++
google-cloud-core-bom/pom.xml | 8 ++++----
google-cloud-core-grpc/pom.xml | 4 ++--
google-cloud-core-http/pom.xml | 4 ++--
google-cloud-core/pom.xml | 4 ++--
pom.xml | 2 +-
versions.txt | 2 +-
7 files changed, 32 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 161ca13c82..12e65c790b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+### [2.3.4](https://www.github.com/googleapis/java-core/compare/v2.3.3...v2.3.4) (2022-01-06)
+
+
+### Bug Fixes
+
+* fixed compilation warnings from error prone ([e6e7040](https://www.github.com/googleapis/java-core/commit/e6e7040305b19ec9d5468f4cd44d7a29d0d5e470))
+* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-core/issues/1299)) ([#643](https://www.github.com/googleapis/java-core/issues/643)) ([0f4c1db](https://www.github.com/googleapis/java-core/commit/0f4c1dbbd89d82f5cc86c2b684d6645699b835b3))
+* **java:** run Maven in plain console-friendly mode ([#1301](https://www.github.com/googleapis/java-core/issues/1301)) ([#652](https://www.github.com/googleapis/java-core/issues/652)) ([ab2fa93](https://www.github.com/googleapis/java-core/commit/ab2fa93ba0434f593abb063afad44dc923bf462a))
+
+
+### Dependencies
+
+* update dependency com.google.api-client:google-api-client-bom to v1.33.0 ([#658](https://www.github.com/googleapis/java-core/issues/658)) ([d417ebd](https://www.github.com/googleapis/java-core/commit/d417ebd7bedc9d4e983f32c87a8d61163502cf1d))
+* update dependency com.google.api:gax-bom to v2.8.0 ([#659](https://www.github.com/googleapis/java-core/issues/659)) ([91717ab](https://www.github.com/googleapis/java-core/commit/91717ab9361a31976727b26d08837e8b3838bdb4))
+* update dependency com.google.api.grpc:proto-google-common-protos to v2.7.1 ([#656](https://www.github.com/googleapis/java-core/issues/656)) ([ecfbdc1](https://www.github.com/googleapis/java-core/commit/ecfbdc181087d37d38f7911b9962953f5d246434))
+* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.2.0 ([#645](https://www.github.com/googleapis/java-core/issues/645)) ([3926b54](https://www.github.com/googleapis/java-core/commit/3926b5423893635dd709b8fc6037fb896396ff13))
+* update dependency com.google.http-client:google-http-client-bom to v1.41.0 ([#657](https://www.github.com/googleapis/java-core/issues/657)) ([41a5120](https://www.github.com/googleapis/java-core/commit/41a51201a3712f71f6cf3be3c29db68360b2405f))
+* update dependency com.google.protobuf:protobuf-bom to v3.19.2 ([#655](https://www.github.com/googleapis/java-core/issues/655)) ([eb6c037](https://www.github.com/googleapis/java-core/commit/eb6c03729af41e6d7bd9db80644b8ddfd22e78ec))
+* update dependency io.grpc:grpc-bom to v1.43.1 ([#647](https://www.github.com/googleapis/java-core/issues/647)) ([275b882](https://www.github.com/googleapis/java-core/commit/275b882918f7625daeb3e98ab26b7b0a2f2cdb7b))
+
### [2.3.3](https://www.github.com/googleapis/java-core/compare/v2.3.2...v2.3.3) (2021-12-02)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index c9c0fdbaee..a0cb98e476 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-bom
- 2.3.4-SNAPSHOT
+ 2.3.4
pom
com.google.cloud
@@ -63,17 +63,17 @@
com.google.cloud
google-cloud-core
- 2.3.4-SNAPSHOT
+ 2.3.4
com.google.cloud
google-cloud-core-grpc
- 2.3.4-SNAPSHOT
+ 2.3.4
com.google.cloud
google-cloud-core-http
- 2.3.4-SNAPSHOT
+ 2.3.4
diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml
index cf3c5aea39..9a32f0835c 100644
--- a/google-cloud-core-grpc/pom.xml
+++ b/google-cloud-core-grpc/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-grpc
- 2.3.4-SNAPSHOT
+ 2.3.4
jar
Google Cloud Core gRPC
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.3.4-SNAPSHOT
+ 2.3.4
google-cloud-core-grpc
diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml
index 67c9ff8849..1da2b02580 100644
--- a/google-cloud-core-http/pom.xml
+++ b/google-cloud-core-http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-http
- 2.3.4-SNAPSHOT
+ 2.3.4
jar
Google Cloud Core HTTP
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.3.4-SNAPSHOT
+ 2.3.4
google-cloud-core-http
diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml
index e8175fc4ee..38bbb4fa2c 100644
--- a/google-cloud-core/pom.xml
+++ b/google-cloud-core/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core
- 2.3.4-SNAPSHOT
+ 2.3.4
jar
Google Cloud Core
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.3.4-SNAPSHOT
+ 2.3.4
google-cloud-core
diff --git a/pom.xml b/pom.xml
index 4f6dbf8b8d..48e7b1fa78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 2.3.4-SNAPSHOT
+ 2.3.4
Google Cloud Core Parent
https://github.com/googleapis/java-core
diff --git a/versions.txt b/versions.txt
index 0a18d8cd9b..598956c7d4 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-core:2.3.3:2.3.4-SNAPSHOT
\ No newline at end of file
+google-cloud-core:2.3.4:2.3.4
\ No newline at end of file