RainYuY commented on issue #15805:
URL: https://github.com/apache/dubbo/issues/15805#issuecomment-3588686363

   > > I think this is because the upgrade of hessian-lite from version 3 to 
version 4 causes it. You can disable the unsafe mode or roll back to version 3 
to preserve the original behavior.
   > 
   > Neither test retrieved the default value; Dubbo 3.1.11 has no dependency 
on hessian-lite.
   > 
   > Dubbo 3.3.5 depends on hessian-lite 4.0.3; no 3.x version found in the 
Maven repository.
   > 
   > ```
   > 
   > dubbo:
   >   provider:
   >     serialization: hessian2
   >     hessian2:
   >       useUnsafe: false
   >   consumer:
   >     hessian2:
   >       useUnsafe: false
   > ```
   
   I think it should be configured via the com.caucho.hessian.unsafe system 
property.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to