Commit Graph

7448 Commits

Author SHA1 Message Date
Josh Long
8307772dd0 Taught the FTP adapter how to do file name filtering and predicates INT-1357 2010-08-18 03:17:49 +00:00
Josh Long
6dec375d36 cleaning up SFTP + FTP code 2010-08-18 01:37:08 +00:00
Josh Long
852e6fe68a cleaning up SFTP + FTP code 2010-08-18 01:35:01 +00:00
Mark Fisher
b6aa9edbd7 INT-1350, INT-1356 added namespace support for 'mapped-request-headers' on the HTTP <outbound-gateway> and <outbound-channel-adapter> elements as well as 'mapped-response-headers' on the the <outbound-gateway> 2010-08-17 23:47:35 +00:00
Josh Long
bacbee1588 fixed a potential NPE 2010-08-17 23:23:06 +00:00
Josh Long
6766db3f37 Adding support for alternatively injecting a simple MessageChannel reference 2010-08-17 23:09:20 +00:00
Josh Long
1d1302acdf Adding support for alternatively injecting a simple MessageChannel reference 2010-08-17 23:06:15 +00:00
Mark Fisher
929e14a320 INT-1343, INT-1355 @Publisher can now be used as a meta-annotation, and when the "channel" is not available at method-level, a class-level annotation will now be checked next, and only if neither are present will it fall back to the default channel of the advisor. 2010-08-17 22:18:40 +00:00
Josh Long
3eed02fbb3 fixing wayward packages 2010-08-17 21:00:13 +00:00
Josh Long
395331ae4c removing wayward packages 2010-08-17 20:58:46 +00:00
Josh Long
bd38c25abb Fixing wayward folder / package move 2010-08-17 20:25:56 +00:00
Josh Long
ca5e17c5f1 removing wayward duplicated package 2010-08-17 20:15:52 +00:00
Mark Fisher
71f78c807e INT-1270 ExpressionFactoryBean now extends AbstractFactoryBean 2010-08-17 19:28:45 +00:00
Mark Fisher
a8fb06ee07 INT-1270 no need for a null check 2010-08-17 19:22:18 +00:00
Mark Fisher
1f0d9d6e45 INT-1354 added support for "expression" attributes on the <header> sub-elements of a <gateway> 2010-08-17 19:15:27 +00:00
Josh Long
700b89e99a Moving from *.endpoint to *.context 2010-08-17 17:47:49 +00:00
Mark Fisher
10704c94c5 INT-1270 added support for <header> sub-elements on the <scheduled-producer> 2010-08-17 17:32:18 +00:00
Mark Fisher
035d0c01b0 INT-1270 added ExpressionFactoryBean 2010-08-17 17:30:12 +00:00
Jeremy Grelle
933c8e42f0 Making the inbound/outbound header mapping strategy symmetrical. 2010-08-17 16:37:33 +00:00
Gary Russell
d8bfa7970e INT-1346 Timing Problem in JDBC Test; Expected 2 Messages When Only One Might be Available 2010-08-17 13:16:39 +00:00
Gary Russell
85059fd815 INT-1346 Outbound Gateway Tests Were Not Waiting for Test Listener to Start 2010-08-17 13:14:40 +00:00
Josh Long
d85fdaceb0 moving FTP / SFTP support from sandbox. 2010-08-17 03:59:52 +00:00
Mark Fisher
57d5e5c400 INT-1350 Now checking if the prefix "X-" is already in place before adding it. 2010-08-17 01:00:01 +00:00
Gary Russell
fe8dca0785 INT-1346 Fix Test Timing Problem Where Second (expected) Failure Returned Before First (Good) Message. 2010-08-17 00:49:11 +00:00
Mark Fisher
75a925bced INT-1350 DefaultHttpHeaderMaper now has 'outboundHeaderNames' and 'inboundHeaderNames'. Both are empty by default. The outbound headers will be prefixed with "X-". 2010-08-16 23:33:27 +00:00
Mark Fisher
86f69e08bb moved the DefaultOutboundRequestMapper code into the HttpRequestExecutingMessageHandler since we no longer expose the OutboundRequestMapper as a configurable strategy 2010-08-16 23:00:32 +00:00
Josh Long
0386a2cc06 I've added a newline to test whether Confluence is as whip smart as a custom adapter written in 1 minute with Spring Integration is about reacting to and notifying users of deltas in state, or, events. 2010-08-16 21:08:11 +00:00
Josh Long
ddd5ed9791 I've added a newline to test whether Confluence is as whip smart as a custom adapter written in 1 minute with Spring Integration is about reacting to and notifying users of deltas in state, or, events. 2010-08-16 21:06:16 +00:00
Josh Long
f3156ad85e changing the interface to use the Java5-compatible version 2010-08-16 20:51:06 +00:00
Mark Fisher
c8ddd348d5 reverted svn:ignore change 2010-08-16 20:45:57 +00:00
Mark Fisher
71df31b3df updated svn:ignore to exclude .settings 2010-08-16 20:44:42 +00:00
Mark Fisher
2955ef989e INT-1349 Added support for <uri-variable name="x" expression="y"/> sub-elements within the HTTP outbound adapters. Map payloads no longer provide values for the URI template placeholder replacements. 2010-08-16 20:43:30 +00:00
Mark Fisher
3128010981 updated template.mf with wildcard on util package 2010-08-16 20:36:26 +00:00
Josh Long
ffb7b5db8d adding tests for INT-1332 2010-08-16 08:36:12 +00:00
Josh Long
d1cea8a12e adding tests for INT-1332 2010-08-16 08:27:08 +00:00
Josh Long
74d96fe9b0 adding tests for INT-1332 2010-08-16 08:26:39 +00:00
Josh Long
e8d80e04e0 adding tests for INT-1332 2010-08-16 08:24:46 +00:00
Josh Long
9c320539ec adding tests for INT-1332 2010-08-16 08:22:45 +00:00
Josh Long
49a0a09a35 Initial cut of the MetadataPersister support. Built two implementations - one for in-memory use cases and one for .properties-file based support. INT-1332 2010-08-16 08:03:13 +00:00
Josh Long
7bee2bf932 Initial cut of the MetadataPersister support. Built two implementations - one for in-memory use cases and one for .properties-file based support. INT-1332 2010-08-16 06:51:36 +00:00
Gary Russell
c15ebb07d8 INT-1279 Doc Changes for New Adapters/Gateways, Remove Old 2010-08-13 22:15:43 +00:00
Gary Russell
a54c7ed5f1 INT-1279 Namespace Updates For New Gateways; Remove Old Gateways/Adapters; Migrate All Tests to New Gateways/Adapters 2010-08-13 22:05:59 +00:00
David Syer
64624490bf Push Java 5 dependencies into a profile 2010-08-12 11:58:01 +00:00
David Syer
0aab43ceb8 INT-538: fix bug preventing @Aggregator with @Payloads from working 2010-08-11 16:36:55 +00:00
Gary Russell
414d5e64a9 INT-1346 Increase Timeout on Failing Aggregator Test 2010-08-10 21:24:51 +00:00
Gary Russell
390cc84c5b INT-1279 TCP ib and ob Gateways Using Connection Factories - namespace and docs to follow 2010-08-10 20:47:18 +00:00
David Syer
ae3aaf17ba INT-665: test splitter and aggregator 2010-08-10 11:29:57 +00:00
David Syer
e6b508ca87 INT-538, INT-665, INT-818: @Header, @Headers and (new) @Payloads recognised in message list POJOs
* All method scanning and expression building is consolidated in one place
* MessageProcessor and MessageListProcessor implementations share commmon delegate helper
2010-08-10 10:48:25 +00:00
Oleg Zhurakousky
7df44e7da3 INT-562, see JIRA for detailed explanation. Un-formated the formated IntegrationNamespaceUtils. 2010-08-09 17:25:32 +00:00
Oleg Zhurakousky
33089397c9 INT-1341 2010-08-09 02:40:19 +00:00