This is an automated email from the ASF dual-hosted git repository. zrlw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
commit b271d6e09d7892eedab302dcce27afd71a4ed5d7 Merge: 3b9f100af 31c9291df Author: zrlw <z...@sina.com> AuthorDate: Fri Jun 6 11:35:10 2025 +0800 Merge pull request #1168 from finefuture/3.3-websocket-test-cases websocket test cases .../case-configuration.yml | 58 ++++++++ .../case-versions.conf | 25 ++++ 2-advanced/dubbo-samples-triple-websocket/pom.xml | 140 ++++++++++++++++++ .../dubbo/tri/websocket/demo/DemoService.java | 38 +++++ .../dubbo/tri/websocket/demo/DemoServiceImpl.java | 120 +++++++++++++++ .../websocket/demo/WebSocketDemoApplication.java | 30 ++++ .../src/main/resources/application.yml | 31 ++++ .../dubbo/tri/websocket/demo/test/HelloClient.java | 80 ++++++++++ .../websocket/demo/test/WebSocketWithNettyIT.java | 163 +++++++++++++++++++++ .../websocket/demo/test/WebSocketWithTomcatIT.java | 163 +++++++++++++++++++++ 2-advanced/pom.xml | 1 + 11 files changed, 849 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org