BurningCN commented on issue #9647: URL: https://github.com/apache/dubbo/issues/9647#issuecomment-1033292003
@monkeycraps 看了下,的确是这样。目前我的两个解决方式是在`DubboAnnotationUtils#convertParameters`在执行`if (ArrayUtils.isEmpty(parameters))`的时候返回`Collections.emptyMap()`而不是原有返回`null`,或者如下调整也可以解决  -- 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]
