Dubbo: require class MapValue and ThrowablePB

Created on 28 Sep 2020  ·  1Comment  ·  Source: apache/dubbo

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.
  • [ ] I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.9
  • Operating System version: Windows10 2004
  • Java version: 1.8

Steps to reproduce this issue

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.

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.

>All comments

@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.

Was this page helpful?
0 / 5 - 0 ratings