When i pull the source code from Github, i could not find MapValue and ThrowablePB in this source code,but some methods
in other class(e.g. org.apache.dubbo.common.serialize.protobuf.support.GenericProtobufJsonObjectOutput) actually refer to MapValue and ThrowablePB .
So i need the resource code about org.apache.dubbo.common.serialize.protobuf.support.wrapper.MapValue and org.apache.dubbo.common.serialize.protobuf.support.wrapper.ThrowablePB.
@entropyfeng
Open the Maven project on the right side of IDEA, find dubbo-serialization-protobuf item, expand the plugin list, find the protobuf item, execute protobuf:compile, and finally refresh the maven project, you will find that no error will be reported.
Most helpful comment
@entropyfeng
Open the Maven project on the right side of IDEA, find dubbo-serialization-protobuf item, expand the plugin list, find the protobuf item, execute protobuf:compile, and finally refresh the maven project, you will find that no error will be reported.