You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "imgoby (via GitHub)" <gi...@apache.org> on 2024/04/24 06:55:54 UTC

Re: [I] native image run failed when project contains dubbo-native or dubbo-maven-plugin and spring-cloud-starter-stream-rocketmq [dubbo]

imgoby commented on issue #13621:
URL: https://github.com/apache/dubbo/issues/13621#issuecomment-2074208279

   The reason is that the rocketmq-client contains a lower version of fastJSON,for example fastjson 1.2.83.
   check your dependencies and update the fastjson version to  <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>fastjson</artifactId>
               <version>2.0.31</version>
           </dependency>


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org