salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
219 stars 34 forks source link

Issue #163 ProtoTypeMap - Outer class incorrect if protobuf name is not lower underscore #165

Closed pelidan closed 3 years ago

pelidan commented 3 years ago

Removed forced lower_underscore to camel conversion of Java type names and replaced with manual uppercasing of letters after an underscore. Names that are already in camel case are not afftected this way.

pelidan commented 3 years ago

fixes issue https://github.com/salesforce/grpc-java-contrib/issues/163