Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

use grpc 1.4.0#2171

Merged
pongad merged 6 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
pongad:regenCopy head branch name to clipboard
Jun 27, 2017
Merged

use grpc 1.4.0#2171
pongad merged 6 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
pongad:regenCopy head branch name to clipboard

Conversation

@pongad

@pongad pongad commented Jun 21, 2017

Copy link
Copy Markdown
Contributor

requires googleapis/googleapis#384
and googleapis/gax-java#332

Update dependencies
protobuf: 3.2.0 -> 3.3.0
grpc: 1.2.0 -> 1.4.0

These dependencies also require grpc/protobuf, so they also need to be updated so things converge.
gax: 1.4.0 -> 1.4.1
gax-grpc: 0.21.0 -> 0.21.1
generated proto: 19.0 -> 20.0

Generated code change:
We no longer retry on UNAVAILABLE, since bug is grpc is resolved.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 21, 2017
@pongad

pongad commented Jun 21, 2017

Copy link
Copy Markdown
Contributor Author

Testing on my machine, the test for spanner seems to be deadlocking. I'll investigate tomorrow.

@pongad

pongad commented Jun 21, 2017

Copy link
Copy Markdown
Contributor Author

Update: not actually a deadlock, but looked like one, probably due to how surefire printed stuff. actually a dependency conflict on guava, will investigate more

Comment thread pom.xml Outdated
<exclusions>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>

This comment was marked as spam.

This comment was marked as spam.

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

It's a little frustrating to sort through regeneration PRs (and later, commits to master) that include multiple completely unrelated updates. My preference is for them to be separate PRs or commits within a PR, or if that is impractical given the passage of time (your case here), then at least list out the various types of changes in the commit description.

@pongad

pongad commented Jun 23, 2017

Copy link
Copy Markdown
Contributor Author

@garrettjonesgoogle PTAL

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

LGTM

pongad added a commit to googleapis/api-client-staging that referenced this pull request Jun 26, 2017
The build.gradle change reflects googleapis/gapic-generator#1382.

Generated Code:
Dependency changes are described in googleapis/google-cloud-java#2171

Changes to Java code:
Removing retry to UNAVAILABLE described in googleapis/google-cloud-java#2171
LRO change described in googleapis/google-cloud-java#2164.


The rest are changes to generated protobuf classes introduced by updating protoc to v3.3.0
@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 069bb14 on pongad:regen into ** on GoogleCloudPlatform:master**.

required by the new grpc version.
@pongad pongad changed the title DO NOT SUBMIT: use grpc 1.4.0 use grpc 1.4.0 Jun 26, 2017
@pongad

pongad commented Jun 26, 2017

Copy link
Copy Markdown
Contributor Author

@garrettjonesgoogle Sorry, tcnative needs to change so we don't fail at runtime. PTAL

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 5e5fbe2 on pongad:regen into ** on GoogleCloudPlatform:master**.

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 5e5fbe2 on pongad:regen into ** on GoogleCloudPlatform:master**.

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

Add the tcnative version update in the description.

Have you run the Logging and Pub/Sub integration tests?

LGTM after the description is updated and you confirm integration tests were run.

@pongad

pongad commented Jun 27, 2017

Copy link
Copy Markdown
Contributor Author

@garrettjonesgoogle Will add tcnative update to desc. Integ passes for all APIs.

@pongad pongad merged commit df975b0 into googleapis:master Jun 27, 2017
@pongad pongad deleted the regen branch June 27, 2017 01:54
chingor13 pushed a commit to googleapis/java-common-protos that referenced this pull request Apr 30, 2020
The build.gradle change reflects googleapis/gapic-generator#1382.

Generated Code:
Dependency changes are described in googleapis/google-cloud-java#2171

Changes to Java code:
Removing retry to UNAVAILABLE described in googleapis/google-cloud-java#2171
LRO change described in googleapis/google-cloud-java#2164.


The rest are changes to generated protobuf classes introduced by updating protoc to v3.3.0
chingor13 pushed a commit to googleapis/java-iam that referenced this pull request May 4, 2020
The build.gradle change reflects googleapis/gapic-generator#1382.

Generated Code:
Dependency changes are described in googleapis/google-cloud-java#2171

Changes to Java code:
Removing retry to UNAVAILABLE described in googleapis/google-cloud-java#2171
LRO change described in googleapis/google-cloud-java#2164.


The rest are changes to generated protobuf classes introduced by updating protoc to v3.3.0
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
…2171)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.auto.value:auto-value](https://togithub.com/google/auto/tree/main/value) ([source](https://togithub.com/google/auto)) | `1.10.1` -> `1.10.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.2/compatibility-slim/1.10.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.2/confidence-slim/1.10.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigquerystorage).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
…v1 to v2.71.0 (googleapis#2171)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.api.grpc:proto-google-cloud-trace-v1](https://redirect.github.com/googleapis/google-cloud-java) | `2.70.0` -> `2.71.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.70.0/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.70.0/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
🤖 I have created a release *beep* *boop*
---


## [2.32.1](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.32.0...v2.32.1) (2025-08-12)


### Dependencies

* Update actions/checkout action to v5 ([googleapis#2174](https://togithub.com/googleapis/java-spanner-jdbc/issues/2174)) ([62f3ca1](https://togithub.com/googleapis/java-spanner-jdbc/commit/62f3ca11c74299c3ebad07bc963bdd486bb40465))
* Update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.71.0 ([googleapis#2171](https://togithub.com/googleapis/java-spanner-jdbc/issues/2171)) ([3e070c6](https://togithub.com/googleapis/java-spanner-jdbc/commit/3e070c6e4fb796d1f2a591f7b7c08e5625fc8053))
* Update dependency com.google.cloud:google-cloud-spanner to v6.98.1 ([googleapis#2175](https://togithub.com/googleapis/java-spanner-jdbc/issues/2175)) ([cfd018e](https://togithub.com/googleapis/java-spanner-jdbc/commit/cfd018e3bfc023ac7ddc04d6e5e4e8dfe75cd6c3))
* Update dependency com.google.cloud:google-cloud-spanner-bom to v6.98.1 ([googleapis#2176](https://togithub.com/googleapis/java-spanner-jdbc/issues/2176)) ([48ccd77](https://togithub.com/googleapis/java-spanner-jdbc/commit/48ccd77fcc3a991fba34d9b1d200e3da6fcf7a1e))
* Update dependency com.google.cloud:google-cloud-trace to v2.71.0 ([googleapis#2172](https://togithub.com/googleapis/java-spanner-jdbc/issues/2172)) ([310598a](https://togithub.com/googleapis/java-spanner-jdbc/commit/310598af780dc351b21d293876879d00f9cf1b95))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.51.0 ([googleapis#2168](https://togithub.com/googleapis/java-spanner-jdbc/issues/2168)) ([c73228d](https://togithub.com/googleapis/java-spanner-jdbc/commit/c73228d1b91506e87367675a8378b12cbe29ff76))
* Update dependency commons-cli:commons-cli to v1.10.0 ([googleapis#2167](https://togithub.com/googleapis/java-spanner-jdbc/issues/2167)) ([b562db1](https://togithub.com/googleapis/java-spanner-jdbc/commit/b562db14c6b6d20c42b0f90b5ec2c0212f8753fb))
* Update dependency io.opentelemetry:opentelemetry-bom to v1.53.0 ([googleapis#2173](https://togithub.com/googleapis/java-spanner-jdbc/issues/2173)) ([e7a1e6a](https://togithub.com/googleapis/java-spanner-jdbc/commit/e7a1e6a4fcbaec6885f5f71a8c0c0e47f394698b))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
#2171)

* chore: Update generation configuration at Thu Sep 12 02:22:51 UTC 2024

* chore: Update generation configuration at Fri Sep 13 02:23:36 UTC 2024

* chore: Update generation configuration at Sat Sep 14 02:21:46 UTC 2024

* chore: Update generation configuration at Mon Sep 16 02:28:10 UTC 2024

* chore: Update generation configuration at Tue Sep 17 02:11:14 UTC 2024

* chore: Update generation configuration at Wed Sep 18 02:23:27 UTC 2024
meltsufin pushed a commit that referenced this pull request May 1, 2026
#2171)

* chore: Update generation configuration at Thu Sep 12 02:22:51 UTC 2024

* chore: Update generation configuration at Fri Sep 13 02:23:36 UTC 2024

* chore: Update generation configuration at Sat Sep 14 02:21:46 UTC 2024

* chore: Update generation configuration at Mon Sep 16 02:28:10 UTC 2024

* chore: Update generation configuration at Tue Sep 17 02:11:14 UTC 2024

* chore: Update generation configuration at Wed Sep 18 02:23:27 UTC 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.