GitHub user kaskaz added a comment to the discussion: [Q/A][Java SDK (Component)] How to use hessian-lite 4.0.3 in dubbo 3.2.11
The error I mentioned in my first post - _java.lang.NoSuchMethodError: 'void com.alibaba.com.caucho.hessian.io.JavaDeserializer.(java.lang.Class)'_ - is related with _hessian-lite_ library, where the factory _Hessian2SerializerFactory_ (from dubbo) expects _JavaDeserializer_ from [v3.2.13](https://github.com/apache/dubbo-hessian-lite/blob/v3.2.13/src/main/java/com/alibaba/com/caucho/hessian/io/JavaDeserializer.java#L78) but instead gets one from [v4.0.0](https://github.com/apache/dubbo-hessian-lite/blob/v4.0.0/src/main/java/com/alibaba/com/caucho/hessian/io/JavaDeserializer.java#L71). GitHub link: https://github.com/apache/dubbo/discussions/15426#discussioncomment-13359331 ---- This is an automatically sent email for notifications@dubbo.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@dubbo.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org