From aa85c68d72cae484f7ed9c2640b4a71359ed1ce5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:16:18 +0000 Subject: [PATCH] chore(main): release 2.19.0 (#1776) :robot: I have created a release *beep* *boop* --- ## [2.19.0](https://github.com/googleapis/gax-java/compare/v2.18.7...v2.19.0) (2022-08-22) ### Features * Add numeric enum support. ([#1743](https://github.com/googleapis/gax-java/issues/1743)) ([fa87970](https://github.com/googleapis/gax-java/commit/fa879704c9b9e742f13c449c8a1bb76cef6ead24)) ### Bug Fixes * **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.10.0 ([#1768](https://github.com/googleapis/gax-java/issues/1768)) ([6008b0d](https://github.com/googleapis/gax-java/commit/6008b0d87316e497a4faf89bde304eb7526602c7)) * **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.9.0 ([#1765](https://github.com/googleapis/gax-java/issues/1765)) ([ba597b4](https://github.com/googleapis/gax-java/commit/ba597b4d12b56ee5421bd52f347c1dc1a7123053)) * **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.10.0 ([#1769](https://github.com/googleapis/gax-java/issues/1769)) ([db37c42](https://github.com/googleapis/gax-java/commit/db37c424620942348e63d48fd7dcca02246d4b5f)) * **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.9.0 ([#1766](https://github.com/googleapis/gax-java/issues/1766)) ([fe181b0](https://github.com/googleapis/gax-java/commit/fe181b03cde346299c918873f315c6c68822e452)) * **deps:** update dependency com.google.code.gson:gson to v2.9.1 ([#1757](https://github.com/googleapis/gax-java/issues/1757)) ([36a0136](https://github.com/googleapis/gax-java/commit/36a013659d9665a7a45e5b4e7009f6cb2791fc9c)) * **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#1772](https://github.com/googleapis/gax-java/issues/1772)) ([c9a2a56](https://github.com/googleapis/gax-java/commit/c9a2a56215e975d8677b6803cf936e30f9ddbbe5)) * **deps:** update dependency io.grpc:grpc-bom to v1.48.1 ([#1763](https://github.com/googleapis/gax-java/issues/1763)) ([5535101](https://github.com/googleapis/gax-java/commit/553510126bb3bf95f9a35e29ea93de96a0eea0b5)) * **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.2.0 ([#1740](https://github.com/googleapis/gax-java/issues/1740)) ([77f66d3](https://github.com/googleapis/gax-java/commit/77f66d38d07e2ae1f38870026f9b8599a67cd0cd)) * **deps:** update dependency org.mockito:mockito-core to v4.7.0 ([#1774](https://github.com/googleapis/gax-java/issues/1774)) ([e192e0b](https://github.com/googleapis/gax-java/commit/e192e0b20fc3f224071ecd8caa8814368d6b9789)) * **deps:** update dependency org.threeten:threetenbp to v1.6.1 ([#1773](https://github.com/googleapis/gax-java/issues/1773)) ([b9e4767](https://github.com/googleapis/gax-java/commit/b9e476725767ad1f61531eca721668cc14c45ed3)) * **test:** testThrottlingBlocking flakyness fix ([#1775](https://github.com/googleapis/gax-java/issues/1775)) ([9aef46a](https://github.com/googleapis/gax-java/commit/9aef46a6e52d7ea6cefe3726f1557a686efc2d84)) ### Documentation * explaining UNIX environment is required ([#1760](https://github.com/googleapis/gax-java/issues/1760)) ([1555924](https://github.com/googleapis/gax-java/commit/15559248d96d607323d51ae60cb0449977c531a3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- gax-java/CHANGELOG.md | 27 +++++++++++++++++++++++++++ gax-java/build.gradle | 2 +- gax-java/dependencies.properties | 8 ++++---- gax-java/gax-bom/build.gradle | 2 +- gax-java/gax-bom/pom.xml | 14 +++++++------- gax-java/gax-grpc/build.gradle | 2 +- gax-java/gax-grpc/pom.xml | 4 ++-- gax-java/gax-httpjson/build.gradle | 2 +- gax-java/gax-httpjson/pom.xml | 4 ++-- gax-java/gax/build.gradle | 2 +- gax-java/gax/pom.xml | 4 ++-- gax-java/pom.xml | 6 +++--- gax-java/versions.txt | 8 ++++---- 13 files changed, 56 insertions(+), 29 deletions(-) diff --git a/gax-java/CHANGELOG.md b/gax-java/CHANGELOG.md index ab45244ab1..d0d8369418 100644 --- a/gax-java/CHANGELOG.md +++ b/gax-java/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [2.19.0](https://github.com/googleapis/gax-java/compare/v2.18.7...v2.19.0) (2022-08-22) + + +### Features + +* Add numeric enum support. ([#1743](https://github.com/googleapis/gax-java/issues/1743)) ([3f7628e](https://github.com/googleapis/gax-java/commit/3f7628e27495806675ec8c8521e9c33725908936)) + + +### Bug Fixes + +* **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.10.0 ([#1768](https://github.com/googleapis/gax-java/issues/1768)) ([3f2188d](https://github.com/googleapis/gax-java/commit/3f2188d83751272de1a4c3db85e95d79b690e3fc)) +* **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.9.0 ([#1765](https://github.com/googleapis/gax-java/issues/1765)) ([103db3c](https://github.com/googleapis/gax-java/commit/103db3cc06cfaafeda1a043b6e19e668083ed782)) +* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.10.0 ([#1769](https://github.com/googleapis/gax-java/issues/1769)) ([0b1eb92](https://github.com/googleapis/gax-java/commit/0b1eb924aefc79b6fc4757d253d4c8a93a094c84)) +* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.9.0 ([#1766](https://github.com/googleapis/gax-java/issues/1766)) ([2677f07](https://github.com/googleapis/gax-java/commit/2677f07a8e20c82403f60c6aa1f9d46c1274b37f)) +* **deps:** update dependency com.google.code.gson:gson to v2.9.1 ([#1757](https://github.com/googleapis/gax-java/issues/1757)) ([ea2a075](https://github.com/googleapis/gax-java/commit/ea2a07504899703e4fcd428f31d615fb208a50aa)) +* **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#1772](https://github.com/googleapis/gax-java/issues/1772)) ([d7a48d1](https://github.com/googleapis/gax-java/commit/d7a48d1886a3f39acb26580d1d35a288102af436)) +* **deps:** update dependency io.grpc:grpc-bom to v1.48.1 ([#1763](https://github.com/googleapis/gax-java/issues/1763)) ([e5e4232](https://github.com/googleapis/gax-java/commit/e5e423200260c210071ce626612d7e54af0695e4)) +* **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.2.0 ([#1740](https://github.com/googleapis/gax-java/issues/1740)) ([ded44a6](https://github.com/googleapis/gax-java/commit/ded44a66d3de8a2678fa4c5efe8b3ded4484de2b)) +* **deps:** update dependency org.mockito:mockito-core to v4.7.0 ([#1774](https://github.com/googleapis/gax-java/issues/1774)) ([29678c8](https://github.com/googleapis/gax-java/commit/29678c805855c97b4c26f0156923a41820411a10)) +* **deps:** update dependency org.threeten:threetenbp to v1.6.1 ([#1773](https://github.com/googleapis/gax-java/issues/1773)) ([d2c84e6](https://github.com/googleapis/gax-java/commit/d2c84e6fb22a2752b68fecc9b6c9e480f398b87c)) +* **test:** testThrottlingBlocking flakyness fix ([#1775](https://github.com/googleapis/gax-java/issues/1775)) ([e69393c](https://github.com/googleapis/gax-java/commit/e69393c32ffe32306acc8f495b1f41198d86f507)) + + +### Documentation + +* explaining UNIX environment is required ([#1760](https://github.com/googleapis/gax-java/issues/1760)) ([1d31e90](https://github.com/googleapis/gax-java/commit/1d31e90e70867cb4b896d7a393f9271788b6371f)) + ## [2.18.7](https://github.com/googleapis/gax-java/compare/v2.18.6...v2.18.7) (2022-08-01) diff --git a/gax-java/build.gradle b/gax-java/build.gradle index 04943681e6..ffde58ed6a 100644 --- a/gax-java/build.gradle +++ b/gax-java/build.gradle @@ -13,7 +13,7 @@ plugins { } // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.18.8-SNAPSHOT" // {x-version-update:gax:current} +project.version = "2.19.0" // {x-version-update:gax:current} allprojects { group = 'com.google.api' diff --git a/gax-java/dependencies.properties b/gax-java/dependencies.properties index c3ed468a82..c41b23fb64 100644 --- a/gax-java/dependencies.properties +++ b/gax-java/dependencies.properties @@ -8,16 +8,16 @@ # Versions of oneself # {x-version-update-start:gax:current} -version.gax=2.18.8-SNAPSHOT +version.gax=2.19.0 # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_grpc=2.18.8-SNAPSHOT +version.gax_grpc=2.19.0 # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_bom=2.18.8-SNAPSHOT +version.gax_bom=2.19.0 # {x-version-update-end} # {x-version-update-start:gax-httpjson:current} -version.gax_httpjson=0.103.8-SNAPSHOT +version.gax_httpjson=0.104.0 # {x-version-update-end} # Versions for dependencies which actual artifacts differ between Bazel and Gradle. diff --git a/gax-java/gax-bom/build.gradle b/gax-java/gax-bom/build.gradle index 175fd9774d..f8669a1060 100644 --- a/gax-java/gax-bom/build.gradle +++ b/gax-java/gax-bom/build.gradle @@ -5,7 +5,7 @@ plugins { archivesBaseName = 'gax-bom' -project.version = "2.18.8-SNAPSHOT" // {x-version-update:gax-bom:current} +project.version = "2.19.0" // {x-version-update:gax-bom:current} def mavenJavaDir = "$buildDir/publications/mavenJava" def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml') diff --git a/gax-java/gax-bom/pom.xml b/gax-java/gax-bom/pom.xml index 3fb1c4249e..f360b527c2 100644 --- a/gax-java/gax-bom/pom.xml +++ b/gax-java/gax-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.api gax-bom - 2.18.8-SNAPSHOT + 2.19.0 pom GAX (Google Api eXtensions) for Java (BOM) Google Api eXtensions for Java (BOM) @@ -33,34 +33,34 @@ com.google.api gax - 2.18.8-SNAPSHOT + 2.19.0 com.google.api gax - 2.18.8-SNAPSHOT + 2.19.0 testlib com.google.api gax-grpc - 2.18.8-SNAPSHOT + 2.19.0 com.google.api gax-grpc - 2.18.8-SNAPSHOT + 2.19.0 testlib com.google.api gax-httpjson - 0.103.8-SNAPSHOT + 0.104.0 com.google.api gax-httpjson - 0.103.8-SNAPSHOT + 0.104.0 testlib diff --git a/gax-java/gax-grpc/build.gradle b/gax-java/gax-grpc/build.gradle index 464a9213b9..8e49b3c45e 100644 --- a/gax-java/gax-grpc/build.gradle +++ b/gax-java/gax-grpc/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = 'gax-grpc' // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.18.8-SNAPSHOT" // {x-version-update:gax-grpc:current} +project.version = "2.19.0" // {x-version-update:gax-grpc:current} dependencies { api(project(':gax'), diff --git a/gax-java/gax-grpc/pom.xml b/gax-java/gax-grpc/pom.xml index fa4de89e2d..4ceb6af746 100644 --- a/gax-java/gax-grpc/pom.xml +++ b/gax-java/gax-grpc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 gax-grpc - 2.18.8-SNAPSHOT + 2.19.0 jar GAX (Google Api eXtensions) for Java (gRPC) Google Api eXtensions for Java (gRPC) @@ -11,7 +11,7 @@ com.google.api gax-parent - 2.18.8-SNAPSHOT + 2.19.0 diff --git a/gax-java/gax-httpjson/build.gradle b/gax-java/gax-httpjson/build.gradle index 4a9add10f0..0575550e02 100644 --- a/gax-java/gax-httpjson/build.gradle +++ b/gax-java/gax-httpjson/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = 'gax-httpjson' // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "0.103.8-SNAPSHOT" // {x-version-update:gax-httpjson:current} +project.version = "0.104.0" // {x-version-update:gax-httpjson:current} dependencies { api(project(':gax'), diff --git a/gax-java/gax-httpjson/pom.xml b/gax-java/gax-httpjson/pom.xml index 50fa35e2d2..e972c19da6 100644 --- a/gax-java/gax-httpjson/pom.xml +++ b/gax-java/gax-httpjson/pom.xml @@ -3,7 +3,7 @@ 4.0.0 gax-httpjson - 0.103.8-SNAPSHOT + 0.104.0 jar GAX (Google Api eXtensions) for Java (HTTP JSON) Google Api eXtensions for Java (HTTP JSON) @@ -11,7 +11,7 @@ com.google.api gax-parent - 2.18.8-SNAPSHOT + 2.19.0 diff --git a/gax-java/gax/build.gradle b/gax-java/gax/build.gradle index 760b1207b8..3726518ec6 100644 --- a/gax-java/gax/build.gradle +++ b/gax-java/gax/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = "gax" // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.18.8-SNAPSHOT" // {x-version-update:gax:current} +project.version = "2.19.0" // {x-version-update:gax:current} dependencies { api(libraries['maven.com_google_api_api_common'], diff --git a/gax-java/gax/pom.xml b/gax-java/gax/pom.xml index ed6c37c5cf..9cbb2f3a07 100644 --- a/gax-java/gax/pom.xml +++ b/gax-java/gax/pom.xml @@ -3,7 +3,7 @@ 4.0.0 gax - 2.18.8-SNAPSHOT + 2.19.0 jar GAX (Google Api eXtensions) for Java (Core) Google Api eXtensions for Java (Core) @@ -11,7 +11,7 @@ com.google.api gax-parent - 2.18.8-SNAPSHOT + 2.19.0 diff --git a/gax-java/pom.xml b/gax-java/pom.xml index 2835830f79..3dcc71256b 100644 --- a/gax-java/pom.xml +++ b/gax-java/pom.xml @@ -4,7 +4,7 @@ com.google.api gax-parent pom - 2.18.8-SNAPSHOT + 2.19.0 GAX (Google Api eXtensions) for Java (Parent) https://github.com/googleapis/gax-java Google Api eXtensions for Java (Parent) @@ -117,12 +117,12 @@ com.google.api gax - 2.18.8-SNAPSHOT + 2.19.0 com.google.api gax - 2.18.8-SNAPSHOT + 2.19.0 test-jar diff --git a/gax-java/versions.txt b/gax-java/versions.txt index 86d3aa78c8..515d9fbfa3 100644 --- a/gax-java/versions.txt +++ b/gax-java/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -gax:2.18.7:2.18.8-SNAPSHOT -gax-bom:2.18.7:2.18.8-SNAPSHOT -gax-grpc:2.18.7:2.18.8-SNAPSHOT -gax-httpjson:0.103.7:0.103.8-SNAPSHOT +gax:2.19.0:2.19.0 +gax-bom:2.19.0:2.19.0 +gax-grpc:2.19.0:2.19.0 +gax-httpjson:0.104.0:0.104.0