-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
Gunnar Hillert opened INT-2458 and commented
The HTTP Inbound Channel Adapter has a "path" attribute (and since 2.1 the "name" attribute is consequently deprecated). However, the Inbound Gateway does not document the deprecation.
Also document behavioral changes for the HTTP Inbound Channel Adapter (Add a not to XSD):
Switching from "name" to "path" is not enough of a change. Just playing with an Http sample and this works (just logging the payload):
<int-http:inbound-channel-adapter channel="receiveChannel"
name="/receiveGateway" supported-methods="GET"/>
But this does not:
<int-http:inbound-channel-adapter channel="receiveChannel"
path="/receiveGateway" supported-methods="GET"/>
Affects: 2.1 GA
Issue Links:
- Document using the "path" attribute with HTTP inbound adapters [INT-2443] #6422 Document using the "path" attribute with HTTP inbound adapters
("is depended on by") - Add 'value' attribute to the 'uri-variable' sub-element [INT-2463] #6444 Add 'value' attribute to the 'uri-variable' sub-element
("is depended on by")