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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e13a79295 [type:fix] config dubbo serialize-check-status=DISABLE 
(#5756)
1e13a79295 is described below

commit 1e13a792954b260fe3c61cc4e16b993fcbc6d5e0
Author: eye-gu <[email protected]>
AuthorDate: Tue Nov 5 17:47:52 2024 +0800

    [type:fix] config dubbo serialize-check-status=DISABLE (#5756)
---
 .../src/main/resources/application.yml                            | 1 +
 .../src/main/resources/spring-dubbo.xml                           | 8 ++++----
 .../src/main/resources/spring-dubbo.xml                           | 8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
index 3f9582d3b5..c9df2aecf5 100644
--- 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
+++ 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/src/main/resources/application.yml
@@ -38,6 +38,7 @@ shenyu:
 dubbo:
   application:
     name: test-dubbo-service
+    serialize-check-status: DISABLE
   registry:
     address: nacos://127.0.0.1:8848
   protocol:
diff --git 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/spring-dubbo.xml
 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/spring-dubbo.xml
index b187dadf4f..8ffcde0a9f 100644
--- 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/spring-dubbo.xml
+++ 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/spring-dubbo.xml
@@ -18,13 +18,13 @@
 
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns:dubbo="http://code.alibabatech.com/schema/dubbo";
+       xmlns:dubbo="http://dubbo.apache.org/schema/dubbo";
        xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd
-       http://code.alibabatech.com/schema/dubbo
-       https://code.alibabatech.com/schema/dubbo/dubbo.xsd";>
+       http://dubbo.apache.org/schema/dubbo
+       https://dubbo.apache.org/schema/dubbo/dubbo.xsd";>
 
-    <dubbo:application name="test-dubbo-service"/>
+    <dubbo:application name="test-dubbo-service" 
serialize-check-status="DISABLE"/>
     <dubbo:registry address="${dubbo.registry.address}"/>
     <dubbo:protocol name="dubbo" port="${dubbo.registry.port}"/>
 
diff --git 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/src/main/resources/spring-dubbo.xml
 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/src/main/resources/spring-dubbo.xml
index 560e7d1101..df396b7b98 100644
--- 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/src/main/resources/spring-dubbo.xml
+++ 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/src/main/resources/spring-dubbo.xml
@@ -18,13 +18,13 @@
 
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns:dubbo="http://code.alibabatech.com/schema/dubbo";
+       xmlns:dubbo="http://dubbo.apache.org/schema/dubbo";
        xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd
-       http://code.alibabatech.com/schema/dubbo
-       https://code.alibabatech.com/schema/dubbo/dubbo.xsd";>
+       http://dubbo.apache.org/schema/dubbo
+       https://dubbo.apache.org/schema/dubbo/dubbo.xsd";>
 
-    <dubbo:application name="test-dubbo-service"/>
+    <dubbo:application name="test-dubbo-service" 
serialize-check-status="DISABLE"/>
     <dubbo:registry address="${dubbo.registry.address}"/>
     <dubbo:protocol name="dubbo" port="20888"/>
 

Reply via email to