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

Commit

Permalink
chore(main): release 2.18.0 (#1684)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 18, 2022
1 parent a5a316b commit 926a336
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 20 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.18.0](https://github.com/googleapis/gax-java/compare/v2.17.0...v2.18.0) (2022-05-18)


### Features

* [REGAPIC] Add support for additional bindings ([#1680](https://github.com/googleapis/gax-java/issues/1680)) ([59b3699](https://github.com/googleapis/gax-java/commit/59b3699b6acbc98c55dc043bf8665b457a0615a9))
* upgrade graal-sdk to 22.1.0 ([#1683](https://github.com/googleapis/gax-java/issues/1683)) ([46f899d](https://github.com/googleapis/gax-java/commit/46f899de06e60a792f5a6c1dc617673f0f180c00))


### Bug Fixes

* **java:** remove conflicting reflection configuration to address UnsupportedFeatureException with GraalVM 22.1.0 ([#1682](https://github.com/googleapis/gax-java/issues/1682)) ([97c6c8b](https://github.com/googleapis/gax-java/commit/97c6c8bfa0d5397e30d3699e92f823e09ee283e6))
* remove svm dependency ([#1679](https://github.com/googleapis/gax-java/issues/1679)) ([c1b88e3](https://github.com/googleapis/gax-java/commit/c1b88e3788ab866bcc1ba3db94c2998198a0b35e))


### Dependencies

* update dependency com.google.api:api-common to 2.2.0 ([#1685](https://github.com/googleapis/gax-java/issues/1685)) ([a5a316b](https://github.com/googleapis/gax-java/commit/a5a316bde322733eb5a80093206eb12b36945580))

## [2.17.0](https://github.com/googleapis/gax-java/compare/v2.16.0...v2.17.0) (2022-05-10)


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.17.1-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.18.0" // {x-version-update:gax:current}

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

# Versions of oneself
# {x-version-update-start:gax:current}
version.gax=2.17.1-SNAPSHOT
version.gax=2.18.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.17.1-SNAPSHOT
version.gax_grpc=2.18.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.17.1-SNAPSHOT
version.gax_bom=2.18.0
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.102.1-SNAPSHOT
version.gax_httpjson=0.103.0
# {x-version-update-end}

# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
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.17.1-SNAPSHOT" // {x-version-update:gax-bom:current}
project.version = "2.18.0" // {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.17.1-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>2.18.0</version><!-- {x-version-update:gax-bom:current} -->
<packaging>pom</packaging>
<name>GAX (Google Api eXtensions) for Java</name>
<description>Google Api eXtensions for Java</description>
Expand Down Expand Up @@ -33,34 +33,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.17.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.0</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.17.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.18.0</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.17.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.0</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.17.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.18.0</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.102.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.0</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.102.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.103.0</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.17.1-SNAPSHOT" // {x-version-update:gax-grpc:current}
project.version = "2.18.0" // {x-version-update:gax-grpc:current}

dependencies {
api(project(':gax'),
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.102.1-SNAPSHOT" // {x-version-update:gax-httpjson:current}
project.version = "0.103.0" // {x-version-update:gax-httpjson:current}

dependencies {
api(project(':gax'),
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.17.1-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.18.0" // {x-version-update:gax:current}

dependencies {
api(libraries['maven.com_google_api_api_common'],
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.17.0:2.17.1-SNAPSHOT
gax-bom:2.17.0:2.17.1-SNAPSHOT
gax-grpc:2.17.0:2.17.1-SNAPSHOT
gax-httpjson:0.102.0:0.102.1-SNAPSHOT
gax:2.18.0:2.18.0
gax-bom:2.18.0:2.18.0
gax-grpc:2.18.0:2.18.0
gax-httpjson:0.103.0:0.103.0

0 comments on commit 926a336

Please sign in to comment.