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/06/30 03:10:25 UTC

[dubbo] branch 3.0 updated (ed0c094 -> 7a50748)

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 ed0c094  code clean. (#8111)
     add 7a50748  add test case for TripleProtocol (#8147)

No new revisions were added by this update.

Summary of changes:
 dubbo-rpc/dubbo-rpc-triple/pom.xml                 |  7 ++-
 .../rpc/protocol/tri/TripleProtocolTest.java}      | 58 ++++++++++++----------
 .../dubbo/rpc/protocol/tri/support/IGreeter.java   | 26 ++++++++++
 .../rpc/protocol/tri/support/IGreeterImpl.java     | 26 ++++++++++
 4 files changed, 89 insertions(+), 28 deletions(-)
 copy dubbo-rpc/{dubbo-rpc-dubbo/src/test/java/org/apache/dubbo/rpc/protocol/dubbo/RpcFilterTest.java => dubbo-rpc-triple/src/test/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocolTest.java} (51%)
 create mode 100644 dubbo-rpc/dubbo-rpc-triple/src/test/java/org/apache/dubbo/rpc/protocol/tri/support/IGreeter.java
 create mode 100644 dubbo-rpc/dubbo-rpc-triple/src/test/java/org/apache/dubbo/rpc/protocol/tri/support/IGreeterImpl.java