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 #164

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.

salesforce-cla[bot] commented 3 years ago

Thanks for the contribution! Before we can merge this, we need @pelidan to sign the Salesforce.com Contributor License Agreement.

salesforce-cla[bot] commented 3 years ago

Thanks for the contribution! Unfortunately we can't verify the commit author(s): Daniel Pelikan d***@d***.com. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce.com Contributor License Agreement and this Pull Request will be revalidated.

pelidan commented 3 years ago

fixes Issue https://github.com/salesforce/grpc-java-contrib/pull/124