You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Dubbo, the dubbo-hessian-lite tool is used for serialization. In the file dubbo-serialization/dubbo-serialization-hessian2/src/main/java/org/apache/dubbo/common/serialize/hessian2/Hessian2SerializerFactory.java, only this line of code was added:
if (InputStream.class.equals(cl)) {
returnInputStreamDeserializer.DESER;
}
However, the InputStreamDeserializer class is in the dubbo-hessian-lite module, and it has not been updated yet because the commits have not been merged: commits
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo Java 3.3.3
dubbo-spring-boot-starter 3.3.3
jdk21
Steps to reproduce this issue
I saw in the releases that dubbo-3.3.2 resolved #14837 , but I did not see the modified code in the application.
What you expected to happen
In pom.xml, we see org.apache.dubbo:dubbo:3.3.3 used org. Apache. Dubbo: Hessian lite: 4.0.3, Hesian lite has not been updated.
Anything else
Need to update Hessian lite version
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: