You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/02/28 10:11:07 UTC

[dubbo] branch master updated (54b0d7e -> 47ee52d)

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

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


    from 54b0d7e  Remove duplicate dependency from [dubbo-bom] and [dubbo-demo-xml-consumer] (#5799)
     add 47ee52d  Filter refactor, keep all callback methods inside Filter.Listener (#5731)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/monitor/support/MonitorFilter.java       |  4 +-
 .../dubbo/monitor/support/MonitorFilterTest.java   |  4 +-
 .../src/main/java/org/apache/dubbo/rpc/Filter.java | 21 -----------
 .../org/apache/dubbo/rpc/ListenableFilter.java     | 28 ++++++++++++--
 .../apache/dubbo/rpc/filter/ActiveLimitFilter.java |  4 +-
 .../apache/dubbo/rpc/filter/CompatibleFilter.java  |  4 +-
 .../org/apache/dubbo/rpc/filter/ContextFilter.java |  4 +-
 .../apache/dubbo/rpc/filter/ExceptionFilter.java   |  4 +-
 .../dubbo/rpc/filter/ExecuteLimitFilter.java       |  6 +--
 .../org/apache/dubbo/rpc/filter/GenericFilter.java |  4 +-
 .../apache/dubbo/rpc/filter/GenericImplFilter.java |  4 +-
 .../org/apache/dubbo/rpc/filter/TimeoutFilter.java |  4 +-
 .../dubbo/rpc/protocol/ProtocolFilterWrapper.java  | 44 +++++++++++++---------
 .../dubbo/rpc/filter/ActiveLimitFilterTest.java    |  5 +--
 .../rpc/filter/CompatibleFilterFilterTest.java     |  4 +-
 .../dubbo/rpc/filter/ExceptionFilterTest.java      |  2 +-
 .../apache/dubbo/rpc/filter/GenericFilterTest.java |  2 +-
 .../dubbo/rpc/filter/GenericImplFilterTest.java    |  4 +-
 .../rpc/protocol/dubbo/filter/FutureFilter.java    |  4 +-
 19 files changed, 80 insertions(+), 76 deletions(-)