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

Commit 3cba6f7

Browse files
chore(main): release 2.16.0 (#1654)
🤖 I have created a release *beep* *boop* --- ## [2.16.0](v2.15.0...v2.16.0) (2022-04-14) ### Features * relocate ApiClientSubstitutions from java-core to gax ([#1651](#1651)) ([321103f](321103f)) * relocate GoogleJsonClientFeature from java-core to gax ([#1655](#1655)) ([6e75ec7](6e75ec7)) * relocate netty and gax substitutions from java-core ([#1650](#1650)) ([afd1917](afd1917)) * relocate Opencensus configurations from java-core to gax ([#1646](#1646)) ([b34ffb1](b34ffb1)) * relocate resource-config from java-core to gax ([#1656](#1656)) ([a9e5483](a9e5483)) ### Dependencies * google-common-protos 2.8.3 ([#1657](#1657)) ([24b9138](24b9138)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 24b9138 commit 3cba6f7

File tree

9 files changed

+36
-20
lines changed

9 files changed

+36
-20
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/googleapis/gax-java/compare/v2.15.0...v2.16.0) (2022-04-14)
4+
5+
6+
### Features
7+
8+
* relocate ApiClientSubstitutions from java-core to gax ([#1651](https://github.com/googleapis/gax-java/issues/1651)) ([321103f](https://github.com/googleapis/gax-java/commit/321103f129cb1ece3f3a4d62e3c050c975d33179))
9+
* relocate GoogleJsonClientFeature from java-core to gax ([#1655](https://github.com/googleapis/gax-java/issues/1655)) ([6e75ec7](https://github.com/googleapis/gax-java/commit/6e75ec76f2bf448eb56f644e61019efb3940a388))
10+
* relocate netty and gax substitutions from java-core ([#1650](https://github.com/googleapis/gax-java/issues/1650)) ([afd1917](https://github.com/googleapis/gax-java/commit/afd19177c44c9cd0a982e545e4b0e60c0313d6f4))
11+
* relocate Opencensus configurations from java-core to gax ([#1646](https://github.com/googleapis/gax-java/issues/1646)) ([b34ffb1](https://github.com/googleapis/gax-java/commit/b34ffb1fb2af6b18a4272dcc951b2f4294c75317))
12+
* relocate resource-config from java-core to gax ([#1656](https://github.com/googleapis/gax-java/issues/1656)) ([a9e5483](https://github.com/googleapis/gax-java/commit/a9e5483d5b67e080d1a8b012f0a3fb4ca8aadf18))
13+
14+
15+
### Dependencies
16+
17+
* google-common-protos 2.8.3 ([#1657](https://github.com/googleapis/gax-java/issues/1657)) ([24b9138](https://github.com/googleapis/gax-java/commit/24b9138cc8088c2124f6d9e2ebc8ddc88a08fd9e))
18+
319
## [2.15.0](https://github.com/googleapis/gax-java/compare/v2.14.0...v2.15.0) (2022-04-06)
420

521

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

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

1818
allprojects {
1919
group = 'com.google.api'

dependencies.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# Versions of oneself
1010
# {x-version-update-start:gax:current}
11-
version.gax=2.15.1-SNAPSHOT
11+
version.gax=2.16.0
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.15.1-SNAPSHOT
14+
version.gax_grpc=2.16.0
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.15.1-SNAPSHOT
17+
version.gax_bom=2.16.0
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.100.1-SNAPSHOT
20+
version.gax_httpjson=0.101.0
2121
# {x-version-update-end}
2222

2323
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.

gax-bom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
archivesBaseName = 'gax-bom'
77

8-
project.version = "2.15.1-SNAPSHOT" // {x-version-update:gax-bom:current}
8+
project.version = "2.16.0" // {x-version-update:gax-bom:current}
99

1010
def mavenJavaDir = "$buildDir/publications/mavenJava"
1111
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')

gax-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api</groupId>
55
<artifactId>gax-bom</artifactId>
6-
<version>2.15.1-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>2.16.0</version><!-- {x-version-update:gax-bom:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java</name>
99
<description>Google Api eXtensions for Java</description>
@@ -33,34 +33,34 @@
3333
<dependency>
3434
<groupId>com.google.api</groupId>
3535
<artifactId>gax</artifactId>
36-
<version>2.15.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
36+
<version>2.16.0</version><!-- {x-version-update:gax:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.api</groupId>
4040
<artifactId>gax</artifactId>
41-
<version>2.15.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
41+
<version>2.16.0</version><!-- {x-version-update:gax:current} -->
4242
<classifier>testlib</classifier>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.api</groupId>
4646
<artifactId>gax-grpc</artifactId>
47-
<version>2.15.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
47+
<version>2.16.0</version><!-- {x-version-update:gax-grpc:current} -->
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.api</groupId>
5151
<artifactId>gax-grpc</artifactId>
52-
<version>2.15.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
52+
<version>2.16.0</version><!-- {x-version-update:gax-grpc:current} -->
5353
<classifier>testlib</classifier>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.api</groupId>
5757
<artifactId>gax-httpjson</artifactId>
58-
<version>0.100.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
58+
<version>0.101.0</version><!-- {x-version-update:gax-httpjson:current} -->
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.api</groupId>
6262
<artifactId>gax-httpjson</artifactId>
63-
<version>0.100.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
63+
<version>0.101.0</version><!-- {x-version-update:gax-httpjson:current} -->
6464
<classifier>testlib</classifier>
6565
</dependency>
6666
</dependencies>

gax-grpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = 'gax-grpc'
22

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

66
dependencies {
77
api(project(':gax'),

gax-httpjson/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = 'gax-httpjson'
22

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

66
dependencies {
77
api(project(':gax'),

gax/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = "gax"
22

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

66
dependencies {
77
api(libraries['maven.com_google_api_api_common'],

versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format:
22
# module:released-version:current-version
33

4-
gax:2.15.0:2.15.1-SNAPSHOT
5-
gax-bom:2.15.0:2.15.1-SNAPSHOT
6-
gax-grpc:2.15.0:2.15.1-SNAPSHOT
7-
gax-httpjson:0.100.0:0.100.1-SNAPSHOT
4+
gax:2.16.0:2.16.0
5+
gax-bom:2.16.0:2.16.0
6+
gax-grpc:2.16.0:2.16.0
7+
gax-httpjson:0.101.0:0.101.0

0 commit comments

Comments
 (0)