Skip to content

Commit c3a5725

Browse files
Merge branch 'googleapis:main' into master
2 parents 817a128 + 8fbdb5c commit c3a5725

File tree

146 files changed

+3194
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+3194
-441
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:32851debfefed2b66038e0141f1b5c2103bb59ba80b7475adbc10ef7abab3de7
17-
# created: 2023-06-22T15:06:52.039318836Z
16+
digest: sha256:46d2d262cd285c638656c8bde468011b723dc0c7ffd6a5ecc2650fe639c82e8f
17+
# created: 2023-07-24T14:21:17.707234503Z

.github/workflows/ci.yaml

+19-7
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-java@v3
3232
with:
33-
distribution: zulu
33+
distribution: temurin
3434
java-version: ${{matrix.java}}
3535
- run: java -version
3636
- run: .kokoro/build.sh
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-java@v3
4646
with:
4747
java-version: 8
48-
distribution: zulu
48+
distribution: temurin
4949
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
5050
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
5151
# https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/setup-java@v3
5555
with:
5656
java-version: 17
57-
distribution: zulu
57+
distribution: temurin
5858
- run: .kokoro/build.sh
5959
env:
6060
JOB_TYPE: test
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v3
6767
- uses: actions/setup-java@v3
6868
with:
69-
distribution: zulu
69+
distribution: temurin
7070
java-version: 8
7171
- run: java -version
7272
- run: .kokoro/build.bat
@@ -81,17 +81,29 @@ jobs:
8181
- uses: actions/checkout@v3
8282
- uses: actions/setup-java@v3
8383
with:
84-
distribution: zulu
84+
distribution: temurin
8585
java-version: ${{matrix.java}}
8686
- run: java -version
8787
- run: .kokoro/dependencies.sh
88+
javadoc:
89+
runs-on: ubuntu-latest
90+
steps:
91+
- uses: actions/checkout@v3
92+
- uses: actions/setup-java@v3
93+
with:
94+
distribution: temurin
95+
java-version: 17
96+
- run: java -version
97+
- run: .kokoro/build.sh
98+
env:
99+
JOB_TYPE: javadoc
88100
lint:
89101
runs-on: ubuntu-latest
90102
steps:
91103
- uses: actions/checkout@v3
92104
- uses: actions/setup-java@v3
93105
with:
94-
distribution: zulu
106+
distribution: temurin
95107
java-version: 11
96108
- run: java -version
97109
- run: .kokoro/build.sh
@@ -103,7 +115,7 @@ jobs:
103115
- uses: actions/checkout@v3
104116
- uses: actions/setup-java@v3
105117
with:
106-
distribution: zulu
118+
distribution: temurin
107119
java-version: 8
108120
- run: java -version
109121
- run: .kokoro/build.sh

.kokoro/requirements.txt

+330-243
Large diffs are not rendered by default.

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## [1.123.19](https://github.com/googleapis/java-pubsub/compare/v1.123.18...v1.123.19) (2023-07-25)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency com.google.cloud:google-cloud-bigquery to v2.30.1 ([#1656](https://github.com/googleapis/java-pubsub/issues/1656)) ([4fe4bc4](https://github.com/googleapis/java-pubsub/commit/4fe4bc49d82753e3e185f0a2c4694d80e48808f7))
9+
* Update dependency com.google.cloud:google-cloud-core to v2.21.1 ([#1662](https://github.com/googleapis/java-pubsub/issues/1662)) ([e10292c](https://github.com/googleapis/java-pubsub/commit/e10292c16f24870a91584f716545ff210302a7bc))
10+
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.1 ([#1663](https://github.com/googleapis/java-pubsub/issues/1663)) ([50f4ff1](https://github.com/googleapis/java-pubsub/commit/50f4ff10140699a02d1ec550b05ff6d1aa39c762))
11+
* Update dependency org.junit.vintage:junit-vintage-engine to v5.10.0 ([#1666](https://github.com/googleapis/java-pubsub/issues/1666)) ([d8712a3](https://github.com/googleapis/java-pubsub/commit/d8712a31459b8f9497dff7a866c8a8795ca60af9))
12+
* Update dependency org.xerial.snappy:snappy-java to v1.1.10.3 ([#1665](https://github.com/googleapis/java-pubsub/issues/1665)) ([ad1c515](https://github.com/googleapis/java-pubsub/commit/ad1c5157eadc4bf2d43b7dc332ac4150d732912d))
13+
14+
## [1.123.18](https://github.com/googleapis/java-pubsub/compare/v1.123.17...v1.123.18) (2023-07-17)
15+
16+
17+
### Documentation
18+
19+
* Tightened requirements on cloud storage subscription filename suffixes ([#1639](https://github.com/googleapis/java-pubsub/issues/1639)) ([34a182a](https://github.com/googleapis/java-pubsub/commit/34a182a1655c843cd728850b278ba2e9ce9a5680))
20+
21+
22+
### Dependencies
23+
24+
* Update dependency com.google.cloud:google-cloud-core to v2.21.0 ([#1650](https://github.com/googleapis/java-pubsub/issues/1650)) ([69879d4](https://github.com/googleapis/java-pubsub/commit/69879d4c9d7a220f9c5a38b144d49e71ad3b94d0))
25+
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.0 ([#1651](https://github.com/googleapis/java-pubsub/issues/1651)) ([83fdbe2](https://github.com/googleapis/java-pubsub/commit/83fdbe2435d8fa03b5648272a794874ff910fcb6))
26+
* Update dependency com.google.protobuf:protobuf-java-util to v3.23.4 ([#1649](https://github.com/googleapis/java-pubsub/issues/1649)) ([9f9c5ca](https://github.com/googleapis/java-pubsub/commit/9f9c5ca2abddde274c79cf36bf2aea91b7b8b455))
27+
* Update dependency org.apache.avro:avro to v1.11.2 ([#1646](https://github.com/googleapis/java-pubsub/issues/1646)) ([5859fe4](https://github.com/googleapis/java-pubsub/commit/5859fe4c6540fa577942f38e117798d3c3cdc498))
28+
* Update dependency org.xerial.snappy:snappy-java to v1.1.10.2 ([#1654](https://github.com/googleapis/java-pubsub/issues/1654)) ([05445f0](https://github.com/googleapis/java-pubsub/commit/05445f0ccf1cd78a604ec267d7a146cdd1770c59))
29+
30+
## [1.123.17](https://github.com/googleapis/java-pubsub/compare/v1.123.16...v1.123.17) (2023-06-26)
31+
32+
33+
### Dependencies
34+
35+
* Update dependency com.google.cloud:google-cloud-bigquery to v2.29.0 ([#1633](https://github.com/googleapis/java-pubsub/issues/1633)) ([20096e7](https://github.com/googleapis/java-pubsub/commit/20096e7b64f9b62051f51ad28aa49b95f78b3e6b))
36+
37+
## [1.123.16](https://github.com/googleapis/java-pubsub/compare/v1.123.15...v1.123.16) (2023-06-26)
38+
39+
40+
### Dependencies
41+
42+
* Update dependency com.google.protobuf:protobuf-java-util to v3.23.3 ([#1634](https://github.com/googleapis/java-pubsub/issues/1634)) ([2481c4b](https://github.com/googleapis/java-pubsub/commit/2481c4b8799bbe78542b4a8dd6c2484be08f30a1))
43+
344
## [1.123.15](https://github.com/googleapis/java-pubsub/compare/v1.123.14...v1.123.15) (2023-06-22)
445

546

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.14.0</version>
22+
<version>26.19.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -44,28 +44,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-pubsub</artifactId>
47-
<version>1.123.14</version>
47+
<version>1.123.18</version>
4848
</dependency>
4949

5050
```
5151

5252
If you are using Gradle 5.x or later, add this to your dependencies:
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.17.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.19.0')
5656
5757
implementation 'com.google.cloud:google-cloud-pubsub'
5858
```
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-pubsub:1.123.14'
62+
implementation 'com.google.cloud:google-cloud-pubsub:1.123.18'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.14"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.18"
6969
```
7070
<!-- {x-version-update-end} -->
7171

@@ -408,7 +408,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
408408
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
409409
[stability-image]: https://img.shields.io/badge/stability-stable-green
410410
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
411-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.123.14
411+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.123.18
412412
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
413413
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
414414
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

google-cloud-pubsub-bom/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsub-bom</artifactId>
6-
<version>1.123.16-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
6+
<version>1.123.20-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-shared-config</artifactId>
11-
<version>1.5.6</version>
11+
<version>1.5.7</version>
1212
</parent>
1313

1414
<name>Google Cloud pubsub BOM</name>
@@ -52,17 +52,17 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-pubsub</artifactId>
55-
<version>1.123.16-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
55+
<version>1.123.20-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.api.grpc</groupId>
5959
<artifactId>grpc-google-cloud-pubsub-v1</artifactId>
60-
<version>1.105.16-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
60+
<version>1.105.20-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.api.grpc</groupId>
6464
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
65-
<version>1.105.16-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
65+
<version>1.105.20-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
6666
</dependency>
6767
</dependencies>
6868
</dependencyManagement>

google-cloud-pubsub/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsub</artifactId>
6-
<version>1.123.16-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
6+
<version>1.123.20-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Pub/Sub</name>
99
<url>https://github.com/googleapis/java-pubsub</url>
1010
<description>Java idiomatic client for Google Cloud Pub/Sub</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-pubsub-parent</artifactId>
14-
<version>1.123.16-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
14+
<version>1.123.20-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-pubsub</site.installationModule>

0 commit comments

Comments
 (0)