Closed pelidan closed 3 years ago
The only solution that comes to my mind right now is checking whether it is a lower underscore format and skipping the conversion if not. A better one can exist though.
Good catch. 👀
thanks, it's the root cause why we can't upgrade to Vert.x 4 (vertx-grpc), it took a while to find 😄
Fixed in 1.2.0
Hi,
the ProtoTypeMap mapping is incorrect when the protobuf file is named in a different convention.
how to reporoduce:
OuterClass.proto
ProtoTypeMapTest:
[ERROR] ProtoTypeMapTest.nestedTypeCamelCase:68->assertProtoTypeMapping:112 expected:<"pkg.Outer[C]lass.InnerClass"> but was:<"pkg.Outer[c]lass.InnerClass">
cause: ProtoTypeMap:124 - this produces a different outer class name than the code that generates the Java classes