sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Upgrade Protobuf version

Open SleimanJneidi opened this issue 8 months ago • 0 comments

Protobuf version is now on 4.x which is not compatible with protobuf 3.x, the wire format has not changed, just the java sdk. So existing messages should parse fine with protobuf 4.x Java SDK.

Spring Boot Grpc 0.8.0 is on 4.x already.

SleimanJneidi avatar Jun 18 '25 09:06 SleimanJneidi