Commit Graph

  • b1571e2767 I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp* and *FTP* to *Ftp*. Looks *much* better now and feels more like the Spring I know and love. Josh Long 2010-08-18 05:49:07 +00:00
  • 006c826995 I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp*. Looks *much* better now and feels more like the Spring I know and love. Josh Long 2010-08-18 05:45:41 +00:00
  • 9f3f0a91bf I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp*. Looks *much* better now and feels more like the Spring I know and love. Josh Long 2010-08-18 05:45:09 +00:00
  • a3ad837468 Taught the SFTP adapter how to do file name filtering and predicates INT-1357 Josh Long 2010-08-18 04:26:26 +00:00
  • 8307772dd0 Taught the FTP adapter how to do file name filtering and predicates INT-1357 Josh Long 2010-08-18 03:17:49 +00:00
  • 6dec375d36 cleaning up SFTP + FTP code Josh Long 2010-08-18 01:37:08 +00:00
  • 852e6fe68a cleaning up SFTP + FTP code Josh Long 2010-08-18 01:35:01 +00:00
  • 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> Mark Fisher 2010-08-17 23:47:35 +00:00
  • bacbee1588 fixed a potential NPE Josh Long 2010-08-17 23:23:06 +00:00
  • 6766db3f37 Adding support for alternatively injecting a simple MessageChannel reference Josh Long 2010-08-17 23:09:20 +00:00
  • 1d1302acdf Adding support for alternatively injecting a simple MessageChannel reference Josh Long 2010-08-17 23:06:15 +00:00
  • 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. Mark Fisher 2010-08-17 22:18:40 +00:00
  • 3eed02fbb3 fixing wayward packages Josh Long 2010-08-17 21:00:13 +00:00
  • 395331ae4c removing wayward packages Josh Long 2010-08-17 20:58:46 +00:00
  • bd38c25abb Fixing wayward folder / package move Josh Long 2010-08-17 20:25:56 +00:00
  • ca5e17c5f1 removing wayward duplicated package Josh Long 2010-08-17 20:15:52 +00:00
  • 71f78c807e INT-1270 ExpressionFactoryBean now extends AbstractFactoryBean Mark Fisher 2010-08-17 19:28:45 +00:00
  • a8fb06ee07 INT-1270 no need for a null check Mark Fisher 2010-08-17 19:22:18 +00:00
  • 1f0d9d6e45 INT-1354 added support for "expression" attributes on the <header> sub-elements of a <gateway> Mark Fisher 2010-08-17 19:15:27 +00:00
  • 700b89e99a Moving from *.endpoint to *.context Josh Long 2010-08-17 17:47:49 +00:00
  • 10704c94c5 INT-1270 added support for <header> sub-elements on the <scheduled-producer> Mark Fisher 2010-08-17 17:32:18 +00:00
  • 035d0c01b0 INT-1270 added ExpressionFactoryBean Mark Fisher 2010-08-17 17:30:12 +00:00
  • 933c8e42f0 Making the inbound/outbound header mapping strategy symmetrical. Jeremy Grelle 2010-08-17 16:37:33 +00:00
  • d8bfa7970e INT-1346 Timing Problem in JDBC Test; Expected 2 Messages When Only One Might be Available Gary Russell 2010-08-17 13:16:39 +00:00
  • 85059fd815 INT-1346 Outbound Gateway Tests Were Not Waiting for Test Listener to Start Gary Russell 2010-08-17 13:14:40 +00:00
  • d85fdaceb0 moving FTP / SFTP support from sandbox. Josh Long 2010-08-17 03:59:52 +00:00
  • 57d5e5c400 INT-1350 Now checking if the prefix "X-" is already in place before adding it. Mark Fisher 2010-08-17 01:00:01 +00:00
  • fe8dca0785 INT-1346 Fix Test Timing Problem Where Second (expected) Failure Returned Before First (Good) Message. Gary Russell 2010-08-17 00:49:11 +00:00
  • 75a925bced INT-1350 DefaultHttpHeaderMaper now has 'outboundHeaderNames' and 'inboundHeaderNames'. Both are empty by default. The outbound headers will be prefixed with "X-". Mark Fisher 2010-08-16 23:33:27 +00:00
  • 86f69e08bb moved the DefaultOutboundRequestMapper code into the HttpRequestExecutingMessageHandler since we no longer expose the OutboundRequestMapper as a configurable strategy Mark Fisher 2010-08-16 23:00:32 +00:00
  • 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. Josh Long 2010-08-16 21:08:11 +00:00
  • 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. Josh Long 2010-08-16 21:06:16 +00:00
  • f3156ad85e changing the interface to use the Java5-compatible version Josh Long 2010-08-16 20:51:06 +00:00
  • c8ddd348d5 reverted svn:ignore change Mark Fisher 2010-08-16 20:45:57 +00:00
  • 71df31b3df updated svn:ignore to exclude .settings Mark Fisher 2010-08-16 20:44:42 +00:00
  • 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. Mark Fisher 2010-08-16 20:43:30 +00:00
  • 3128010981 updated template.mf with wildcard on util package Mark Fisher 2010-08-16 20:36:26 +00:00
  • ffb7b5db8d adding tests for INT-1332 Josh Long 2010-08-16 08:36:12 +00:00
  • d1cea8a12e adding tests for INT-1332 Josh Long 2010-08-16 08:27:08 +00:00
  • 74d96fe9b0 adding tests for INT-1332 Josh Long 2010-08-16 08:26:39 +00:00
  • e8d80e04e0 adding tests for INT-1332 Josh Long 2010-08-16 08:24:46 +00:00
  • 9c320539ec adding tests for INT-1332 Josh Long 2010-08-16 08:22:45 +00:00
  • 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 Josh Long 2010-08-16 08:03:13 +00:00
  • 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 Josh Long 2010-08-16 06:51:36 +00:00
  • c15ebb07d8 INT-1279 Doc Changes for New Adapters/Gateways, Remove Old Gary Russell 2010-08-13 22:15:43 +00:00
  • a54c7ed5f1 INT-1279 Namespace Updates For New Gateways; Remove Old Gateways/Adapters; Migrate All Tests to New Gateways/Adapters Gary Russell 2010-08-13 22:05:59 +00:00
  • 64624490bf Push Java 5 dependencies into a profile David Syer 2010-08-12 11:58:01 +00:00
  • 0aab43ceb8 INT-538: fix bug preventing @Aggregator with @Payloads from working David Syer 2010-08-11 16:36:55 +00:00
  • 414d5e64a9 INT-1346 Increase Timeout on Failing Aggregator Test Gary Russell 2010-08-10 21:24:51 +00:00
  • 390cc84c5b INT-1279 TCP ib and ob Gateways Using Connection Factories - namespace and docs to follow Gary Russell 2010-08-10 20:47:18 +00:00
  • ae3aaf17ba INT-665: test splitter and aggregator David Syer 2010-08-10 11:29:57 +00:00
  • e6b508ca87 INT-538, INT-665, INT-818: @Header, @Headers and (new) @Payloads recognised in message list POJOs David Syer 2010-08-10 10:48:25 +00:00
  • 7df44e7da3 INT-562, see JIRA for detailed explanation. Un-formated the formated IntegrationNamespaceUtils. Oleg Zhurakousky 2010-08-09 17:25:32 +00:00
  • 33089397c9 INT-1341 Oleg Zhurakousky 2010-08-09 02:40:19 +00:00
  • 1a3c09c367 INT-1307 Revert ws-inbound-gateway sample to Java 1.5 Gary Russell 2010-08-09 00:27:02 +00:00
  • 110d4db690 INT-1307 Add jaxb-impl to POM in XML module for Java 5 Compatibility Gary Russell 2010-08-08 23:57:30 +00:00
  • 30eef8e6ce INT-1307 Remove @Override on interface methods in two test cases Gary Russell 2010-08-08 23:03:01 +00:00
  • 7ab5bae366 INT-1341 @Ignore Hanging JMS Tests Gary Russell 2010-08-08 22:42:10 +00:00
  • c25367cfd3 INT-1340 Add TCP Connection Interceptor Chain Gary Russell 2010-08-08 22:13:19 +00:00
  • c4c728b52b Removed resource loader awareness from FileWritingMessagehandlerFactoryBean as it was no longer used Iwein Fuld 2010-08-08 08:34:21 +00:00
  • c17bddc34f INT-1281: BeanFactoryTypeConverter gives access in SpEL expressions to standard BeanFactory type conversion David Syer 2010-08-04 20:20:02 +00:00
  • 43c2849248 INT-928: tidy nested aggregator David Syer 2010-08-04 20:15:41 +00:00
  • 8893388a8d INT-928: added correlation history tracking to base classes for splitter and aggregator David Syer 2010-08-04 20:09:39 +00:00
  • 278d16fde4 INT-1296: merge XSD types David Syer 2010-08-04 16:29:29 +00:00
  • caaa261719 INT-1284 added SimpleBeanResolver to replace multiple inline, anonymous implementations Mark Fisher 2010-08-02 19:05:13 +00:00
  • 1015ebadf2 Extend timeout in gateway test (intermittent failures under load) David Syer 2010-08-02 09:02:27 +00:00
  • de82ec9eaf INT-1307 using charset.name() instead of charset itself in String constructor for Java 5 compatibility Mark Fisher 2010-08-02 03:11:45 +00:00
  • 57c47c7313 INT-1302, added commons-logging to template.mf Oleg Zhurakousky 2010-08-02 02:04:28 +00:00
  • 8b1c5b1315 INT-1302, MarshallingWebServiceInboundGateway now implements SmartLifecycle, so it will register itself as a subscriber to the reply-channel. It wasn't doing this. Oleg Zhurakousky 2010-08-02 01:53:45 +00:00
  • a5031020e7 INT-1307 Updated schema to make sure its compatible with Java 5 (when using <xsd:any namespace="##other"..> and <beans:bean. . .> element we were violating Unique Particle Attribute, so sine we already say any-other, there is no need to explicitly include <beans:bean>), changed ControlBusXmlTest.anonymousConsumerRegistered() since it was throwing MalformedObjectNameException: invalid character '*' which was used in 'generated=*' Oleg Zhurakousky 2010-08-01 15:49:23 +00:00
  • 422573ca35 INT-1307 Remove Java 6 dependency (cause in IOException) Gary Russell 2010-08-01 15:28:03 +00:00
  • 6c45f7538d INT-1307 Remove Java 6 dependencies (cause in IOException; isLoopback() on NetworkInterface) Gary Russell 2010-07-31 22:52:16 +00:00
  • ec21584793 Improve tests timing logic; properly wait for the right number of connections Gary Russell 2010-07-31 17:01:44 +00:00
  • 086bdf408f simplification Mark Fisher 2010-07-30 20:08:29 +00:00
  • 292c7717f6 INT-1304 IntegrationObjectSupport no longer controls access to a ChannelResolver Mark Fisher 2010-07-30 18:18:52 +00:00
  • a3b03bbda7 INT-1303 AbstractReplyProducingMessageHandler no longer tries to resolve the replyChannel header value by calling ChannelResolver directly. Instead it simply delegates to MessagingTemplate's new send() method that accepts a "channelName" as a String. Mark Fisher 2010-07-30 16:14:14 +00:00
  • 7cb3de94d6 INT-1280 Remove cyclic package dependency - remove default (de)serializer; add constructor Gary Russell 2010-07-30 13:23:53 +00:00
  • 8ffe575b1f INT-1300 MessagingTemplate now provides Channel-resolving send and receive methods (where the 'channelName' can be passed instead of a concrete MessageChannel instance). This temporarily introduces a tangle, but that will be removed in the subsequent refactoring to follow shortly. Mark Fisher 2010-07-30 11:48:51 +00:00
  • 7d1e14d9fa formatting Mark Fisher 2010-07-30 10:22:34 +00:00
  • f4096a8026 the cron-trigger element deprecation warning is now only issued in the case that there actually is a cron-trigger element Mark Fisher 2010-07-30 10:07:04 +00:00
  • 5228e99784 simplified XML with inner beans Mark Fisher 2010-07-29 23:13:33 +00:00
  • 5958ba07e0 INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 23:00:36 +00:00
  • c1cbeecf3a INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 22:58:04 +00:00
  • d550340889 INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 22:50:47 +00:00
  • 3118379ed9 INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 22:48:53 +00:00
  • 334fea9a20 INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 22:48:01 +00:00
  • 33b66b8b17 INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 22:46:25 +00:00
  • 085541a5df INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 22:44:30 +00:00
  • a39d2fc4cc removing unused package Mark Fisher 2010-07-29 22:43:07 +00:00
  • 75dacce2f7 INT-1291 removing deprecated sub-elements from <poller> elements in samples Mark Fisher 2010-07-29 22:42:46 +00:00
  • 7bbbc3e664 sts.config.flow.prefs Mark Fisher 2010-07-29 21:57:06 +00:00
  • b879004b72 fixed event delivery to channel with no subscribers Mark Fisher 2010-07-29 21:56:34 +00:00
  • 6b1795dcc4 reenabled build failure for test failures Mark Fisher 2010-07-29 21:47:24 +00:00
  • 164023c8bc INT-1301 MessagingTemplate methods now return void instead of boolean, but they throw Exceptions if the underlying channel send() invocation returns false. Mark Fisher 2010-07-29 21:14:24 +00:00
  • 00d1713981 INT-1299 added MessagingOperations interface and MessagingTemplate implements it Mark Fisher 2010-07-29 19:24:17 +00:00
  • 201646710b INT-1280 Fix serialization test Gary Russell 2010-07-29 17:31:43 +00:00
  • cb28603b42 INT-1280 (partial) - Moved Converter implementations back to root package Gary Russell 2010-07-29 17:10:26 +00:00
  • 7dda54bb79 INT-1298: Combine some message group features and base classes David Syer 2010-07-29 11:14:53 +00:00
  • d92a1245d3 INT-818: EL-based aggregator David Syer 2010-07-29 08:56:20 +00:00
  • a5c14782fb INT-1285: @ReleaseStrategy and @CorrelationStrategy working in XML config David Syer 2010-07-29 06:26:56 +00:00