You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
gRPC Java 1.22.3 is released and available on Maven Central and JCenter.
gRPC Java 1.22.3 Release Notes
This release resolves proxy hang issue during initial protocol negotiation, users using proxy should upgrade.
Bug Fixes
netty: Users using proxy may experience hang is fixed (#6172).
bom: specify pom type for protoc-gen-grpc-java (#6246).
okhttp: fix header scheme does not match transport type (#6265). OkHttp users using plaintext may experienced error when communicate with dotnet gRPC server is fixed.