Skip to content

Commit af8ad8f

Browse files
chickenljralf0131
authored andcommitted
Complete xsd definition for ConfigCenterConfig and MetadataReporterConfig (#3854)
1 parent b70b3ea commit af8ad8f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

dubbo-config/dubbo-config-spring/src/main/resources/META-INF/compat/dubbo.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,11 @@
13571357
<xsd:element name="config-center" type="configCenterType">
13581358
<xsd:annotation>
13591359
<xsd:documentation><![CDATA[ The config center config ]]></xsd:documentation>
1360+
<xsd:appinfo>
1361+
<tool:annotation>
1362+
<tool:exports type="org.apache.dubbo.config.ConfigCenterConfig"/>
1363+
</tool:annotation>
1364+
</xsd:appinfo>
13601365
</xsd:annotation>
13611366
</xsd:element>
13621367

dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,12 +1371,22 @@
13711371
<xsd:element name="metadata-report" type="metadataReportType">
13721372
<xsd:annotation>
13731373
<xsd:documentation><![CDATA[ The metadataReport config ]]></xsd:documentation>
1374+
<xsd:appinfo>
1375+
<tool:annotation>
1376+
<tool:exports type="org.apache.dubbo.config.MetadataReportConfig"/>
1377+
</tool:annotation>
1378+
</xsd:appinfo>
13741379
</xsd:annotation>
13751380
</xsd:element>
13761381

13771382
<xsd:element name="config-center" type="configCenterType">
13781383
<xsd:annotation>
13791384
<xsd:documentation><![CDATA[ The config center config ]]></xsd:documentation>
1385+
<xsd:appinfo>
1386+
<tool:annotation>
1387+
<tool:exports type="org.apache.dubbo.config.ConfigCenterConfig"/>
1388+
</tool:annotation>
1389+
</xsd:appinfo>
13801390
</xsd:annotation>
13811391
</xsd:element>
13821392

0 commit comments

Comments
 (0)