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

albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git

commit 9e6c13bfd6eb55b5f5f0e9994cfbd086483ea42e
Merge: 7c5abdcc 91420c8a
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Mar 11 14:00:31 2024 +0800

    Add test cases to verify apache/dubbo#13751
    
    Add test cases to verify apache/dubbo#13751

 .../case-configuration.yml                         |  63 ++++++++++++
 .../dubbo-samples-test-13751/case-versions.conf    |  25 +++++
 .../dubbo-samples-test-13751-api/pom.xml           |  32 ++++++
 .../dubbo/samples/test/CallTripleService.java      |  22 ++++
 .../org/apache/dubbo/samples/test/DemoService.java |  22 ++++
 .../java/org/apache/dubbo/samples/test/User.java   |  39 +++++++
 .../dubbo-samples-test-13751-consumer/pom.xml      |  74 ++++++++++++++
 .../dubbo/samples/test/consumer/CustomFilter.java  |  64 ++++++++++++
 .../java/org/dubbo/samples/test/consumer/Main.java |  25 +++++
 .../org/apache/dubbo/samples/test/ConsumerIT.java  |  73 +++++++++++++
 .../META-INF/dubbo/org.apache.dubbo.rpc.Filter     |   1 +
 .../src/test/resources/log4j.properties            |  26 +++++
 .../pom.xml                                        |  73 +++++++++++++
 .../apache/dubbo/samples/test/DemoServiceImpl.java |  27 +++++
 .../apache/dubbo/samples/test/DubboProvider.java   |  54 ++++++++++
 .../src/main/resources/log4j.properties            |  26 +++++
 .../dubbo-samples-test-13751-provider-tri/pom.xml  |  72 +++++++++++++
 .../dubbo/samples/test/CallTripleServiceImpl.java  |  24 +++++
 .../apache/dubbo/samples/test/TripleProvider.java  |  54 ++++++++++
 .../src/main/resources/log4j.properties            |  26 +++++
 99-integration/dubbo-samples-test-13751/pom.xml    | 113 +++++++++++++++++++++
 99-integration/pom.xml                             |   1 +
 22 files changed, 936 insertions(+)

Reply via email to