Janrin opened a new issue #8461:
URL: https://github.com/apache/dubbo/issues/8461


   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   - [ ] I have checked the 
[FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository 
and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.0.x
   * Operating System version: windows 10
   * Java version: 11
   
   ### Steps to reproduce this issue
   
   1. use protobuf-maven-plugin to generate java code with protoc plugin 
dubbo-compiler 0.0.2
   2. mainClass is org.apache.dubbo.gen.dubbo.Dubbo3Generator
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Result
   
   org.apache.dubbo.common.serialize.protobuf.support.ProtobufUtils  should 
exist in dubbo 3.0.x.
   
   ### Actual Result
   
   What actually happens?
   
   org.apache.dubbo.common.serialize.protobuf.support.ProtobufUtils is not 
found in dubbo 3.0.x.
   
   ```
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
dubbo-spring-boot ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 25 source files to 
D:\Workspace\medlinker\java\demo\dubbo-spring-boot\target\classes
   [INFO] -------------------------------------------------------------
   [ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] 
/D:/Workspace/medlinker/java/demo/dubbo-spring-boot/build/generated/source/proto/main/java/io/grpc/examples/routeguide/RouteGuideDubbo.java:[14,63]
 程序包org.apache.dubbo.common.serialize.protobuf.support不存在
   [ERROR] 
/D:/Workspace/medlinker/java/demo/dubbo-spring-boot/build/generated/source/proto/main/java/io/grpc/examples/routeguide/RouteGuideDubbo.java:[16,63]
 程序包org.apache.dubbo.common.serialize.protobuf.support不存在
   [ERROR] 
/D:/Workspace/medlinker/java/demo/dubbo-spring-boot/build/generated/source/proto/main/java/io/grpc/examples/routeguide/RouteGuideDubbo.java:[18,63]
 程序包org.apache.dubbo.common.serialize.protobuf.support不存在
   [ERROR] 
/D:/Workspace/medlinker/java/demo/dubbo-spring-boot/build/generated/source/proto/main/java/io/grpc/examples/routeguide/RouteGuideDubbo.java:[20,63]
 程序包org.apache.dubbo.common.serialize.protobuf.support不存在
   [ERROR] 
/D:/Workspace/medlinker/java/demo/dubbo-spring-boot/build/generated/source/proto/main/java/io/grpc/examples/routeguide/RouteGuideDubbo.java:[22,63]
 程序包org.apache.dubbo.common.serialize.protobuf.support不存在
   [ERROR] 
/D:/Workspace/medlinker/java/demo/dubbo-spring-boot/build/generated/source/proto/main/java/io/grpc/examples/helloworld/GreeterDubbo.java:[14,63]
 程序包org.apache.dubbo.common.serialize.protobuf.support不存在
   [ERROR] 
/D:/Workspace/medlinker/java/demo/dubbo-spring-boot/build/generated/source/proto/main/java/io/grpc/examples/helloworld/GreeterDubbo.java:[16,63]
 程序包org.apache.dubbo.common.serialize.protobuf.support不存在
   [INFO] 7 errors 
   [INFO] -------------------------------------------------------------
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to