This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1 by this push:
new 34b92b0874 Fix default
34b92b0874 is described below
commit 34b92b08748c2886f1b81db13d87a2d7dedd3db6
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Feb 3 15:15:39 2023 +0800
Fix default
---
.../dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd
b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd
index f678ff1d25..52be5036b8 100644
--- a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd
+++ b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd
@@ -466,17 +466,17 @@
<xsd:documentation><![CDATA[ The check level of serialize
check. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute name="auto-trust-serialize-class" type="xsd:boolean"
default="true">
+ <xsd:attribute name="auto-trust-serialize-class" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[ Whether trust class for
serialization by scanning. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute name="trust-serialize-class-level" type="xsd:integer"
default="3">
+ <xsd:attribute name="trust-serialize-class-level" type="xsd:integer">
<xsd:annotation>
<xsd:documentation><![CDATA[ The trust package level of
serialize class scanning. ]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute name="check-serializable" type="xsd:boolean"
default="true">
+ <xsd:attribute name="check-serializable" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation><![CDATA[ Whether restrict the serialized
should implement Serializable interface. ]]></xsd:documentation>
</xsd:annotation>