xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
236 stars 78 forks source link

Generated java code generated by grpc connector have many errors in OuterClass and won't compile #39

Closed onnorh closed 5 years ago

onnorh commented 6 years ago

Generated java code generated by for connection to a grpc connector have many errors and won't compile

The constructor InvalidProtocolBufferException(IOException) is undefined, The field AbstractMessage.memoizedSize is not visible , The method unwrapIOException() is undefined for the type InvalidProtocolBufferException,

Can someone help?

grpcconnectortest.zip

sergei-ivanov commented 6 years ago

The attached project does not build (unsatisfied dependencies). Can you please reduce it to a small sample project without any unnecessary dependencies that demonstrates the problem? A little co-operation on your part will be much appreciated.