sigstore / sigstore-java

java clients for sigstore
Apache License 2.0
36 stars 20 forks source link

Update protobuf_grpc to v1.65.1 #742

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.grpc:protoc-gen-grpc-java 1.64.0 -> 1.65.1 age adoption passing confidence
io.grpc:grpc-bom 1.64.0 -> 1.65.1 age adoption passing confidence

Release Notes

grpc/grpc-java (io.grpc:protoc-gen-grpc-java) ### [`v1.65.1`](https://togithub.com/grpc/grpc-java/compare/v1.65.0...v1.65.1) ### [`v1.65.0`](https://togithub.com/grpc/grpc-java/compare/v1.64.0...v1.65.0) ### [`v1.64.2`](https://togithub.com/grpc/grpc-java/releases/tag/v1.64.2) #### What's Changed - netty: Restore old behavior of NettyAdaptiveCumulator, but avoid using that class if Netty is on version 4.1.111 or later ### [`v1.64.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.64.1) ##### What's Changed - netty:Fix Netty composite buffer merging to be compatible with Netty 4.1.111 (1.64.x backport) by [@​larry-safran](https://togithub.com/larry-safran) in [https://github.com/grpc/grpc-java/pull/11303](https://togithub.com/grpc/grpc-java/pull/11303)

Configuration

📅 Schedule: Branch creation - "every 3 weeks on Monday" (UTC), 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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

loosebazooka commented 1 month ago

something strange is going on here, but I can't seem to find the source. Runtime classes are missing.

loosebazooka commented 6 days ago

I don't know if I "wasted" a bunch of hours but I figured out the problem. The protobuf("com.google.api.grpc:proto-google-common-protos:2.41.0") dependency is super out of date (even if we compile here). Using the dependencies we need directly from https://github.com/googleapis/googleapis/ works, but kinda leaves us in a weird place as a library.