Replies: 2 comments
-
|
I found out that release dubbo-3.3.0-beta.3 seems to be the point where support to ZK 3.4.X is removed (#14028) and support to Hessian for JDK 21 is introduced (#13974). Does this means that there is no smooth transition between the support for the two components? |
Beta Was this translation helpful? Give feedback.
-
|
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 but instead gets one from v4.0.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
I would like to know how can I use
org.apache.dubbo:hessian-lite:4.0.3withorg.apache.dubbo:dubbo:3.2.11.Maybe some context help you to help me:
org.apache.dubbo:dubbo-spring-boot-starter:3.3.3that already providesorg.apache.dubbo:hessian-lite:4.0.3, which grants Java 21 compatibilityorg.apache.dubbo:dubbo-dependencies-zookeeperfrom 3.3.3 to 3.2.11com.alibaba:hessian-lite:3.2.13toorg.apache.dubbo:hessian-lite:4.0.3So this seems to be soemthing wrongly configured, on dependency level or configuration level.
You can check the relevant part of my POM file bellow.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions