yukia-yuqin commented on pull request #599: URL: https://github.com/apache/dubbo/pull/599#issuecomment-863701920
result = cls.getDeclaredField(fieldName); result.setAccessible(true); 这个地方的修改会导致如下问题:当调用方使用dubbo泛化接口调用,且使用自定义的map作为参数且包含final static 的值(例如 serialVersionUID),则在 field.set(dest, value);时,该值因为final修饰符无法被写入导致抛出异常。 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
