C20171008S commented on issue #12209:
URL: https://github.com/apache/dubbo/issues/12209#issuecomment-1526904338

   > 
   
   
   
   > JDK8 Dubbo:3.2.0 为什么以下两种情况都会解码失败 1.service.exec(new 
HashMap<String,Object>() {{ put("flag", 1); }}); // 失败
   > 
   > Map<String,Object> params.... params.put("flag",1); service.exec(params); 
//可以成功 2.service.deleteBy(new Long[]{1L});
   
   补充一下,调整序列化为hessian2是没有问题的


-- 
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