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


The following commit(s) were added to refs/heads/master by this push:
     new 0748dfe73 update http codec version (#1229)
0748dfe73 is described below

commit 0748dfe7328d3bc0d2d09813fcba6e4d0b31c6e8
Author: Rain Yu <[email protected]>
AuthorDate: Fri Jul 11 00:21:58 2025 +0800

    update http codec version (#1229)
---
 2-advanced/dubbo-samples-triple-http3/README.md          | 6 +++---
 2-advanced/dubbo-samples-triple-http3/case-versions.conf | 3 ++-
 2-advanced/dubbo-samples-triple-http3/pom.xml            | 6 +++++-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/2-advanced/dubbo-samples-triple-http3/README.md 
b/2-advanced/dubbo-samples-triple-http3/README.md
index 8c9eb25c3..c0f42a0ca 100644
--- a/2-advanced/dubbo-samples-triple-http3/README.md
+++ b/2-advanced/dubbo-samples-triple-http3/README.md
@@ -63,9 +63,9 @@ curl --http3 -vk 
'https://localhost:50052/org.apache.dubbo.demo.GreeterService/s
 
 <dependencys>
     <dependency>
-        <groupId>io.netty.incubator</groupId>
-        <artifactId>netty-incubator-codec-http3</artifactId>
-        <version>0.0.28.Final</version>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-codec-http3</artifactId>
+        <version>4.2.2.Final</version>
     </dependency>
     <!-- To support self-signed certificates, if the certificate is configured 
that does not require -->
     <dependency>
diff --git a/2-advanced/dubbo-samples-triple-http3/case-versions.conf 
b/2-advanced/dubbo-samples-triple-http3/case-versions.conf
index f2f919d31..7ed359a66 100644
--- a/2-advanced/dubbo-samples-triple-http3/case-versions.conf
+++ b/2-advanced/dubbo-samples-triple-http3/case-versions.conf
@@ -18,6 +18,7 @@
 # Supported component versions of the test case
 
 # Spring app
-dubbo.version=3.3.*
+# because https://github.com/netty/netty/issues/15306 disabled
+dubbo.version=[>3.4]
 spring.version=6.*
 java.version= [>= 17]
diff --git a/2-advanced/dubbo-samples-triple-http3/pom.xml 
b/2-advanced/dubbo-samples-triple-http3/pom.xml
index e4b3b78e5..473876f9f 100644
--- a/2-advanced/dubbo-samples-triple-http3/pom.xml
+++ b/2-advanced/dubbo-samples-triple-http3/pom.xml
@@ -36,7 +36,7 @@
         <maven.compiler.target>17</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <dubbo.version>3.3.1</dubbo.version>
+        <dubbo.version>3.3.6-SNAPSHOT</dubbo.version>
         <spring-boot.version>3.2.3</spring-boot.version>
 
         <maven_os_plugin_version>1.7.1</maven_os_plugin_version>
@@ -106,6 +106,10 @@
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java-util</artifactId>
         </dependency>
+       <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-codec-http3</artifactId>
+       </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcpkix-jdk18on</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to