You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "brucelwl (GitHub)" <gi...@apache.org> on 2019/09/15 13:58:25 UTC

[GitHub] [dubbo] brucelwl opened pull request #5066: fix default setting


1、我需要通过AnnotatedMethodElement 获取里面的注解信息及引用对象,但是这个类是私有的, 将他改成public,比较合理.

2、还有 DubboConfigBindingBeanPostProcessor 将这两个属性值固定死了, 无论外部bean怎么配置都会在这里改变,所以将这两个属性改成局部变量比较合理
private boolean ignoreUnknownFields = true;
private boolean ignoreInvalidFields = true;

这是2.7.x版本,请看2.6.x 版本:https://github.com/apache/dubbo/pull/4955#event-2620799152



[ Full content available at: https://github.com/apache/dubbo/pull/5066 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] brucelwl closed pull request #5066: fix default setting

Posted by "brucelwl (GitHub)" <gi...@apache.org>.
[ pull request closed by brucelwl ]

[ Full content available at: https://github.com/apache/dubbo/pull/5066 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org