Renamed the 'pool-executor' element to 'thread-pool-task-executor' (INT-426).
This commit is contained in:
@@ -42,7 +42,7 @@ public class IntegrationNamespaceHandler extends NamespaceHandlerSupport {
|
||||
registerBeanDefinitionParser("outbound-channel-adapter", new MethodInvokingOutboundChannelAdapterParser());
|
||||
registerBeanDefinitionParser("gateway", new GatewayParser());
|
||||
registerBeanDefinitionParser("selector-chain", new SelectorChainParser());
|
||||
registerBeanDefinitionParser("pool-executor", new PoolExecutorParser());
|
||||
registerBeanDefinitionParser("thread-pool-task-executor", new PoolExecutorParser());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="pool-executor">
|
||||
<xsd:element name="thread-pool-task-executor">
|
||||
<xsd:complexType>
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
|
||||
<publish-subscribe-channel id="channelWithTaskExecutor" task-executor="pool"/>
|
||||
|
||||
<pool-executor id="pool"/>
|
||||
<thread-pool-task-executor id="pool"/>
|
||||
|
||||
</beans:beans>
|
||||
|
||||
Reference in New Issue
Block a user