plusmancn opened a new issue #10: URL: https://github.com/apache/dubbo-benchmark/issues/10
Dubbo 3.0 will release in June 2021. As far as now, if I change the config `dubbo.version` to `3.0.x` directly, the tests will throw exceptions. I have found these problems. **1) package org.apache.dubbo.common.serialize.protobuf.support does not exist** ```shell ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project benchmark-base: Compilation failure: Compilation failure: [ERROR] /Users/plusman/Desktop/Learning/dubbo-group/dubbo-benchmark/benchmark-base/build/generated/source/proto/main/java/org/apache/dubbo/benchmark/ bean/UserServiceDubbo.java:[18,55] package org.apache.dubbo.common.serialize.protobuf.support does not exist [ERROR] /Users/plusman/Desktop/Learning/dubbo-group/dubbo-benchmark/benchmark-base/build/generated/source/proto/main/java/org/apache/dubbo/benchmark/bean/ UserServiceDubbo.java:[20,55] package org.apache.dubbo.common.serialize.protobuf.support does not exist ``` to be continued... -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
