Skip to content

Commit

Permalink
[type:fix] config dubbo serialize-check-status=DISABLE (apache#5756)
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-gu authored Nov 5, 2024
1 parent 496f8d3 commit 1e13a79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ shenyu:
dubbo:
application:
name: test-dubbo-service
serialize-check-status: DISABLE
registry:
address: nacos://127.0.0.1:8848
protocol:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>

Expand Down

0 comments on commit 1e13a79

Please sign in to comment.