8000 move executes attributes to abstractMethodType, so as to config execu… · coder-java-caicai/dubbo@0e1752e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e1752e

Browse files
committed
move executes attributes to abstractMethodType, so as to config executes on method
1 parent 40b5dad commit 0e1752e

File tree

1 file changed

+6
-11
lines changed
  • dubbo-config/dubbo-config-spring/src/main/resources/META-INF

1 file changed

+6
-11
lines changed

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

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<xsd:documentation><![CDATA[ The max active requests. ]]></xsd:documentation>
3030
</xsd:annotation>
3131
</xsd:attribute>
32+
<xsd:attribute name="executes" type="xsd:string" use="optional">
33+
<xsd:annotation>
34+
<xsd:documentation><![CDATA[ The service allow execute requests. ]]></xsd:documentation>
35+
</xsd:annotation>
36+
</xsd:attribute>
3237
<xsd:attribute name="connections" type="xsd:string" use="optional">
3338
<xsd:annotation>
3439
<xsd:documentation><![CDATA[ The exclusive connections. default share one connection. ]]></xsd:documentation>
@@ -281,11 +286,6 @@
281286
<xsd:documentation><![CDATA[ The service use accesslog. ]]></xsd:documentation>
282287
</xsd:annotation>
283288
</xsd:attribute>
284-
<xsd:attribute name="executes" type="xsd:string" use="optional">
285-
<xsd:annotation>
286-
<xsd:documentation><![CDATA[ The service allow execute requests. ]]></xsd:documentation>
287-
</xsd:annotation>
288-
</xsd:attribute>
289289
<xsd:attribute name="protocol" type="xsd:string" use="optional">
290290
<xsd:annotation>
291291
<xsd:documentation><![CDATA[ The service protocol. ]]></xsd:documentation>
@@ -589,11 +589,6 @@
589589
<xsd:documentation><![CDATA[ The method name (method.toString()). ]]></xsd:documentation>
590590
</xsd:annotation>
591591
</xsd:attribute>
592-
<xsd:attribute name="executes" type="xsd:string" use="optional">
593-
<xsd:annotation>
594-
<xsd:documentation><![CDATA[ The max active requests. ]]></xsd:documentation>
595-
</xsd:annotation>
596-
</xsd:attribute>
597592
<xsd:attribute name="stat" type="xsd:string" use="optional" default="-1">
598593
<xsd:annotation>
599594
<xsd:documentation><![CDATA[ The method parameter index for statistics. ]]></xsd:documentation>
@@ -1142,4 +1137,4 @@
11421137
</xsd:annotation>
11431138
</xsd:element>
11441139

1145-
</xsd:schema>
1140+
</xsd:schema>

0 commit comments

Comments
 (0)
0