Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util by DragonFSKY · Pull Request #50405 · spring-projects/spring-boot (original) (raw)

@philwebb philwebb marked this pull request as ready for review

May 12, 2026 15:34

@philwebb philwebb changed the titleAlign protoc version with protobuf-java Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util

May 12, 2026

@philwebb

Simplify the stream logic to make use of getAllComponents() rather than using getAllDependencies() and DependencyResult::getFrom.

See spring-projectsgh-50405

@DragonFSKY @philwebb

Update ProtobufPluginAction to align the protoc version with protobuf-java rather than protobuf-java-util. The util jar is only required for server gRPC code.

See spring-projectsgh-50405

Signed-off-by: Dongliang Xie dragonfsky@gmail.com

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

[ Show hidden characters]({{ revealButtonHref }})