Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 373b0b5

Browse files
chore(main): release 2.15.0
1 parent 9c06bc9 commit 373b0b5

File tree

30 files changed

+108
-95
lines changed

30 files changed

+108
-95
lines changed

CHANGELOG.md

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

3+
## [2.15.0](https://github.com/googleapis/gapic-generator-java/compare/v2.14.0...v2.15.0) (2023-01-27)
4+
5+
6+
### Features
7+
8+
* Do not generate Service REST code if there are no matching RPC in a Service ([#1236](https://github.com/googleapis/gapic-generator-java/issues/1236)) ([9c06bc9](https://github.com/googleapis/gapic-generator-java/commit/9c06bc95b9aac869bf21c343cbb4b857aa25b593))
9+
10+
11+
### Bug Fixes
12+
13+
* **ast:** Update import generation to cover annotation parameters ([#1229](https://github.com/googleapis/gapic-generator-java/issues/1229)) ([bdf12b0](https://github.com/googleapis/gapic-generator-java/commit/bdf12b0df91446abac8cb1bf2d361bb886eb91a2))
14+
* Support mvn fmt:check and fmt:format ([#1266](https://github.com/googleapis/gapic-generator-java/issues/1266)) ([c96a2e7](https://github.com/googleapis/gapic-generator-java/commit/c96a2e7cf647cf245199c33ad989c8050208646e))
15+
316
## [2.14.0](https://github.com/googleapis/gapic-generator-java/compare/v2.13.0...v2.14.0) (2023-01-19)
417

518

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ maven_install(
6060
repositories = ["https://repo.maven.apache.org/maven2/"],
6161
)
6262

63-
_gapic_generator_java_version = "2.14.1-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
63+
_gapic_generator_java_version = "2.15.0" # {x-version-update:gapic-generator-java:current}
6464

6565
maven_install(
6666
artifacts = [

api-common-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
2626
group = "com.google.api"
2727
archivesBaseName = "api-common"
2828

29-
project.version = "2.5.1-SNAPSHOT" // {x-version-update:api-common:current}
29+
project.version = "2.6.0" // {x-version-update:api-common:current}
3030

3131
sourceCompatibility = 1.8
3232
targetCompatibility = 1.8

api-common-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<groupId>com.google.api</groupId>
66
<artifactId>api-common</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.5.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
8+
<version>2.6.0</version><!-- {x-version-update:api-common:current} -->
99
<name>API Common</name>
1010
<description>Common utilities for Google APIs in Java</description>
1111

1212
<parent>
1313
<groupId>com.google.api</groupId>
1414
<artifactId>gapic-generator-java-pom-parent</artifactId>
15-
<version>2.14.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
15+
<version>2.15.0</version><!-- {x-version-update:gapic-generator-java:current} -->
1616
<relativePath>../gapic-generator-java-pom-parent</relativePath>
1717
</parent>
1818

gapic-generator-java-bom/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api</groupId>
55
<artifactId>gapic-generator-java-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.14.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.15.0</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java BOM</name>
99
<description>
1010
BOM for the libraries in gapic-generator-java repository. Users should not
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.api</groupId>
1717
<artifactId>gapic-generator-java-pom-parent</artifactId>
18-
<version>2.14.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
18+
<version>2.15.0</version><!-- {x-version-update:gapic-generator-java:current} -->
1919
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2020
</parent>
2121

@@ -60,56 +60,56 @@
6060
<dependency>
6161
<groupId>com.google.api</groupId>
6262
<artifactId>api-common</artifactId>
63-
<version>2.5.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
63+
<version>2.6.0</version><!-- {x-version-update:api-common:current} -->
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.api</groupId>
6767
<artifactId>gax-bom</artifactId>
68-
<version>2.22.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
68+
<version>2.23.0</version><!-- {x-version-update:gax:current} -->
6969
<type>pom</type>
7070
<scope>import</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.api.grpc</groupId>
7474
<artifactId>grpc-google-common-protos</artifactId>
75-
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
75+
<version>2.14.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
7676
</dependency>
7777
<dependency>
7878
<groupId>com.google.api.grpc</groupId>
7979
<artifactId>proto-google-common-protos</artifactId>
80-
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
80+
<version>2.14.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
8181
</dependency>
8282
<dependency>
8383
<groupId>com.google.api.grpc</groupId>
8484
<artifactId>proto-google-iam-v1</artifactId>
85-
<version>1.8.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
85+
<version>1.9.0</version><!-- {x-version-update:proto-google-iam-v1:current} -->
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.api.grpc</groupId>
8989
<artifactId>proto-google-iam-v2</artifactId>
90-
<version>1.8.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2:current} -->
90+
<version>1.9.0</version><!-- {x-version-update:proto-google-iam-v2:current} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.api.grpc</groupId>
9494
<artifactId>proto-google-iam-v2beta</artifactId>
95-
<version>1.8.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
95+
<version>1.9.0</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
9696
</dependency>
9797

9898
<!-- Following test deps are kept to keep them consistent with versions above -->
9999
<dependency>
100100
<groupId>com.google.api.grpc</groupId>
101101
<artifactId>grpc-google-iam-v1</artifactId>
102-
<version>1.8.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
102+
<version>1.9.0</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
103103
</dependency>
104104
<dependency>
105105
<groupId>com.google.api.grpc</groupId>
106106
<artifactId>grpc-google-iam-v2</artifactId>
107-
<version>1.8.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
107+
<version>1.9.0</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
108108
</dependency>
109109
<dependency>
110110
<groupId>com.google.api.grpc</groupId>
111111
<artifactId>grpc-google-iam-v2beta</artifactId>
112-
<version>1.8.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
112+
<version>1.9.0</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
113113
</dependency>
114114
</dependencies>
115115

gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.api</groupId>
77
<artifactId>gapic-generator-java-pom-parent</artifactId>
8-
<version>2.14.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
8+
<version>2.15.0</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>
1010
<name>GAPIC Generator Java POM Parent</name>
1111
<url>https://github.com/googleapis/gapic-generator-java</url>

gapic-generator-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api</groupId>
66
<artifactId>gapic-generator-java</artifactId>
7-
<version>2.14.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.15.0</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java</name>
99
<description>GAPIC generator Java</description>
1010

@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.api</groupId>
2525
<artifactId>gapic-generator-java-pom-parent</artifactId>
26-
<version>2.14.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
26+
<version>2.15.0</version><!-- {x-version-update:gapic-generator-java:current} -->
2727
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2828
</parent>
2929

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.google.api</groupId>
3434
<artifactId>gapic-generator-java-bom</artifactId>
35-
<version>2.14.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
35+
<version>2.15.0</version><!-- {x-version-update:gapic-generator-java:current} -->
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

gax-java/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.22.1-SNAPSHOT" // {x-version-update:gax:current}
16+
project.version = "2.23.0" // {x-version-update:gax:current}
1717

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

gax-java/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.22.1-SNAPSHOT
11+
version.gax=2.23.0
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.22.1-SNAPSHOT
14+
version.gax_grpc=2.23.0
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.22.1-SNAPSHOT
17+
version.gax_bom=2.23.0
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.107.1-SNAPSHOT
20+
version.gax_httpjson=0.108.0
2121
# {x-version-update-end}
2222

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

gax-java/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.22.1-SNAPSHOT" // {x-version-update:gax:current}
8+
project.version = "2.23.0" // {x-version-update:gax:current}
99

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

0 commit comments

Comments
 (0)