Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chore(main): release 2.19.3 #1824

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.19.3](https://github.com/googleapis/gax-java/compare/v2.19.2...v2.19.3) (2022-10-19)


### Bug Fixes

* **deps:** Update dependency com.google.auth:google-auth-library-credentials to v1.12.0 ([#1822](https://github.com/googleapis/gax-java/issues/1822)) ([ad139e4](https://github.com/googleapis/gax-java/commit/ad139e45d29bd0fbf6b6f080b12ef9a987fa2e0d))
* **deps:** Update dependency com.google.auth:google-auth-library-credentials to v1.12.1 ([#1830](https://github.com/googleapis/gax-java/issues/1830)) ([d726921](https://github.com/googleapis/gax-java/commit/d7269210767a92e94568712920b34064278dddbc))
* **deps:** Update dependency com.google.auth:google-auth-library-oauth2-http to v1.12.0 ([#1823](https://github.com/googleapis/gax-java/issues/1823)) ([c6180ca](https://github.com/googleapis/gax-java/commit/c6180cacdaf4d191098e499eff0f6b014e730654))
* **deps:** Update dependency com.google.auth:google-auth-library-oauth2-http to v1.12.1 ([#1831](https://github.com/googleapis/gax-java/issues/1831)) ([227c8af](https://github.com/googleapis/gax-java/commit/227c8af66c95e86e8d90e5de9dd3f429895b44cc))
* **deps:** Update dependency com.google.protobuf:protobuf-bom to v3.21.8 ([#1828](https://github.com/googleapis/gax-java/issues/1828)) ([462a100](https://github.com/googleapis/gax-java/commit/462a1009a84a046da28298ad10f23cadfb7a61ea))
* **deps:** Update dependency io.grpc:grpc-bom to v1.50.1 ([#1819](https://github.com/googleapis/gax-java/issues/1819)) ([75600ea](https://github.com/googleapis/gax-java/commit/75600eab90ec2e33378c00824535763f5df87b24))
* **deps:** Update dependency org.graalvm.sdk:graal-sdk to v22.2.0.1 ([#1817](https://github.com/googleapis/gax-java/issues/1817)) ([a8f8ae2](https://github.com/googleapis/gax-java/commit/a8f8ae2b5e035dc08ce161134ec2e441e6c2d4fc))
* **deps:** Update dependency org.threeten:threetenbp to v1.6.3 ([#1821](https://github.com/googleapis/gax-java/issues/1821)) ([3bca572](https://github.com/googleapis/gax-java/commit/3bca572486e7780ff8fb8b581aa691738885401c))
* **java:** Address ClassNotFoundException in GraalVM 22.2.0 ([#1816](https://github.com/googleapis/gax-java/issues/1816)) ([ae6e8be](https://github.com/googleapis/gax-java/commit/ae6e8beb6ed5525504df1a3bb7ce71bdf114a233))
* **java:** Address reachability issues in native image compilation with version 22.2.0 ([#1815](https://github.com/googleapis/gax-java/issues/1815)) ([0f3215f](https://github.com/googleapis/gax-java/commit/0f3215f98bfc5def4e608c780d91953900e17946))

## [2.19.2](https://github.com/googleapis/gax-java/compare/v2.19.1...v2.19.2) (2022-10-02)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "2.19.3-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.19.3" // {x-version-update:gax:current}

allprojects {
group = 'com.google.api'
Expand Down
10 changes: 5 additions & 5 deletions dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@

# Versions of oneself
# {x-version-update-start:gax:current}
version.gax=2.19.3-SNAPSHOT
version.gax=2.19.3
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.19.3-SNAPSHOT
version.gax_grpc=2.19.3
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.19.3-SNAPSHOT
version.gax_bom=2.19.3
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.104.3-SNAPSHOT
version.gax_httpjson=0.104.3
# {x-version-update-end}

# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
# Gradle build depends on prebuilt maven artifacts, while Bazel build depends on Bazel workspaces
# with the sources.
version.com_google_protobuf=3.21.8
version.com_google_protobuf=3.21.7
version.google_java_format=1.15.0
version.io_grpc=1.50.1

Expand Down
2 changes: 1 addition & 1 deletion gax-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

archivesBaseName = 'gax-bom'

project.version = "2.19.3-SNAPSHOT" // {x-version-update:gax-bom:current}
project.version = "2.19.3" // {x-version-update:gax-bom:current}

def mavenJavaDir = "$buildDir/publications/mavenJava"
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')
Expand Down
14 changes: 7 additions & 7 deletions gax-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>2.19.3</version><!-- {x-version-update:gax-bom:current} -->
<packaging>pom</packaging>
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
<description>Google Api eXtensions for Java (BOM)</description>
Expand Down Expand Up @@ -33,34 +33,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.3</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.3</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.19.3</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.19.3</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.104.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.104.3</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.104.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.104.3</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-grpc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-grpc'

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "2.19.3-SNAPSHOT" // {x-version-update:gax-grpc:current}
project.version = "2.19.3" // {x-version-update:gax-grpc:current}

dependencies {
api(project(':gax'),
Expand Down
4 changes: 2 additions & 2 deletions gax-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-grpc</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.19.3</version><!-- {x-version-update:gax-grpc:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (gRPC)</name>
<description>Google Api eXtensions for Java (gRPC)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.3</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-httpjson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-httpjson'

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "0.104.3-SNAPSHOT" // {x-version-update:gax-httpjson:current}
project.version = "0.104.3" // {x-version-update:gax-httpjson:current}

dependencies {
api(project(':gax'),
Expand Down
4 changes: 2 additions & 2 deletions gax-httpjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-httpjson</artifactId>
<version>0.104.3-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
<version>0.104.3</version> <!-- {x-version-update:gax-httpjson:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (HTTP JSON)</name>
<description>Google Api eXtensions for Java (HTTP JSON)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.3</version><!-- {x-version-update:gax:current} -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gax/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = "gax"

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "2.19.3-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.19.3" // {x-version-update:gax:current}

dependencies {
api(libraries['maven.com_google_api_api_common'],
Expand Down
4 changes: 2 additions & 2 deletions gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.3</version><!-- {x-version-update:gax:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (Core)</name>
<description>Google Api eXtensions for Java (Core)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.3</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<packaging>pom</packaging>
<version>2.19.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.19.3</version><!-- {x-version-update:gax:current} -->
<name>GAX (Google Api eXtensions) for Java (Parent)</name>
<url>https://github.com/googleapis/gax-java</url>
<description>Google Api eXtensions for Java (Parent)</description>
Expand Down Expand Up @@ -117,12 +117,12 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.19.3-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.19.3</version> <!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.19.3-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.19.3</version> <!-- {x-version-update:gax:current} -->
<type>test-jar</type>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

gax:2.19.2:2.19.3-SNAPSHOT
gax-bom:2.19.2:2.19.3-SNAPSHOT
gax-grpc:2.19.2:2.19.3-SNAPSHOT
gax-httpjson:0.104.2:0.104.3-SNAPSHOT
gax:2.19.3:2.19.3
gax-bom:2.19.3:2.19.3
gax-grpc:2.19.3:2.19.3
gax-httpjson:0.104.3:0.104.3