C20171008S opened a new issue, #12209:
URL: https://github.com/apache/dubbo/issues/12209

   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});


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