Skip to content

Commit b530232

Browse files
---
yaml --- r: 7903 b: refs/heads/tswast-patch-1 c: a467f2e h: refs/heads/master i: 7901: 0b29e4e 7899: 7dcb5a1 7895: 1b07442 7887: daaa5be 7871: 1431a6e
1 parent 5161f2f commit b530232

4 files changed

Lines changed: 2 additions & 8 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 619f1d881f4719e5a2e0e34af8098af587249e42
60+
refs/heads/tswast-patch-1: a467f2e9ab25ae53a2eee74e63cd5d2b24819555
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-logging/src/main/java/com/google/cloud/logging/spi/v2/LoggingClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ protected LoggingClient(LoggingSettings settings) throws IOException {
148148
UnaryCallable.create(settings.deleteLogSettings(), this.channel, this.executor);
149149
this.writeLogEntriesCallable =
150150
UnaryCallable.create(settings.writeLogEntriesSettings(), this.channel, this.executor);
151-
if (settings.writeLogEntriesSettings().getBundlerFactory() != null) {
152-
closeables.add(settings.writeLogEntriesSettings().getBundlerFactory());
153-
}
154151
this.listLogEntriesCallable =
155152
UnaryCallable.create(settings.listLogEntriesSettings(), this.channel, this.executor);
156153
this.listLogEntriesPagedCallable =

branches/tswast-patch-1/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/PublisherClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ protected PublisherClient(PublisherSettings settings) throws IOException {
155155
UnaryCallable.create(settings.createTopicSettings(), this.channel, this.executor);
156156
this.publishCallable =
157157
UnaryCallable.create(settings.publishSettings(), this.channel, this.executor);
158-
if (settings.publishSettings().getBundlerFactory() != null) {
159-
closeables.add(settings.publishSettings().getBundlerFactory());
160-
}
161158
this.getTopicCallable =
162159
UnaryCallable.create(settings.getTopicSettings(), this.channel, this.executor);
163160
this.listTopicsCallable =

branches/tswast-patch-1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<github.global.server>github</github.global.server>
9393
<google.auth.version>0.6.0</google.auth.version>
9494
<grpc.version>1.0.3</grpc.version>
95-
<gax.version>0.3.0</gax.version>
95+
<gax.version>0.4.0</gax.version>
9696
<generatedProto.version>0.1.5</generatedProto.version>
9797
<core.version>0.9.5-alpha-SNAPSHOT</core.version>
9898
<beta.version>0.9.5-beta-SNAPSHOT</beta.version>

0 commit comments

Comments
 (0)