Draft
Conversation
4d90e00 to
008c13f
Compare
DMarby
commented
Feb 25, 2026
| description: Generates Kotlin client and server stubs for the gRPC framework. | ||
| deps: | ||
| - plugin: buf.build/grpc/java:v1.56.1 | ||
| - plugin: buf.build/grpc/java:v1.57.0 |
Member
Author
There was a problem hiding this comment.
This makes it so that we depend on the same version of protocolbuffers/java as the protocolbuffers/kotlin dep below does
8431ebe to
2a2456e
Compare
DMarby
added a commit
that referenced
this pull request
Feb 27, 2026
This updates our fetcher, and adds a standalone tool to render/re-generate Dockerfiles as well, to make them contain the dependencies we need to do maven packaging for a plugin at a known path. Updates the latest version of each plugin, follow-up PRs will update older versions once we're happy with this approach. Follow-up PR (that likely needs breaking down further) to update all older versions: #2281
2a2456e to
90177b0
Compare
grpc/java:v1.57.0 uses protocolbuffers/java:v23.4, which matches the protocolbuffers/kotlin:v23.4 dep, avoiding a conflicting protobuf-java version in the transitive dep closure
90177b0 to
947bd0e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates all the older versions not included in #2280