You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/07/08 14:08:13 UTC

[dubbo] branch 3.0 updated (05dac97 -> aef74db)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 05dac97  [3.0] verify method config, extract ConfigKeys (#8173)
     add aef74db  Optimize access permissions of variables (#8219)

No new revisions were added by this update.

Summary of changes:
 .../apache/dubbo/rpc/cluster/router/AbstractRouter.java | 12 ++++++++----
 .../rpc/cluster/router/condition/ConditionRouter.java   | 17 ++++++-----------
 .../rpc/cluster/router/condition/config/AppRouter.java  |  2 +-
 .../router/condition/config/ListenableRouter.java       | 11 +++--------
 .../cluster/router/condition/config/ServiceRouter.java  |  2 +-
 .../rpc/cluster/router/mock/MockInvokersSelector.java   |  2 +-
 .../dubbo/rpc/cluster/router/script/ScriptRouter.java   |  8 ++++----
 .../apache/dubbo/rpc/cluster/router/tag/TagRouter.java  | 15 +++++----------
 8 files changed, 29 insertions(+), 40 deletions(-)