trpc-group / trpc-java

A pluggable, high-performance RPC framework written in java
Other
48 stars 20 forks source link

trpc-maven-plugin下面的test方法报错 #28

Closed qq781261148 closed 1 month ago

qq781261148 commented 2 months ago

image

image mojoDescriptors这个map只有 image zhe'g这个插件下的4个mojo

wardseptember commented 2 months ago

@qq781261148 你的jdk是什么版本,jdk8才能执行单测的

qq781261148 commented 2 months ago

@wardseptember image

wardseptember commented 2 months ago

@qq781261148 使用oracle jdk 8部分单测也可能报错,因为trpc-java支持tencent jdk 8 的协程,如果你想编译开发可以安装https://github.com/Tencent/TencentKona-8/releases/tag/Fiber-8.0.13-GA Tencent Kona jdk 8 fiber版本。 如果你不想安装,可以试试跳过单测,mvn clean install '-Dmaven.test.skip=true'

如果还不能解决,可以搜索一下这个报错,看看网上方案