Commit Graph

6614 Commits

Author SHA1 Message Date
Mark Fisher
e9b86dc087 INT-1389 removed all dependencies on StringMessage from Hello World sample 2010-08-30 20:58:48 +00:00
Mark Fisher
c5db58ddd7 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-xml 2010-08-30 20:49:22 +00:00
Mark Fisher
edb1e050e5 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jms 2010-08-30 20:44:09 +00:00
Mark Fisher
7342a4d4ea INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jmx 2010-08-30 20:34:03 +00:00
Mark Fisher
8fa9c68f68 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-ws 2010-08-30 19:03:31 +00:00
Mark Fisher
cc1b33619e INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-mail 2010-08-30 19:01:35 +00:00
Mark Fisher
9ca348da6c INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-security 2010-08-30 18:59:49 +00:00
Mark Fisher
1d2bfd0c63 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-rmi 2010-08-30 18:56:12 +00:00
Mark Fisher
959241a8e6 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jdbc 2010-08-30 18:54:49 +00:00
Mark Fisher
432a8ec381 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-ip and spring-integration-stream 2010-08-30 18:48:54 +00:00
Mark Fisher
3baa56fb10 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-httpinvoker 2010-08-30 18:39:01 +00:00
Mark Fisher
ff141fbf2a INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-groovy 2010-08-30 18:37:54 +00:00
Mark Fisher
8314eeebf8 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-event 2010-08-30 18:37:07 +00:00
Mark Fisher
a74595819e INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-core 2010-08-30 18:27:27 +00:00
Mark Fisher
a617a9ffef added svn:ignore for com.springsource.sts.config.flow.prefs 2010-08-30 17:34:45 +00:00
Mark Fisher
f835a7c57d added svn:ignore for .springBeans 2010-08-30 17:33:36 +00:00
Mark Fisher
4ffd6c4f45 added svn:ignore for com.springsource.sts.config.flow.prefs 2010-08-30 17:32:45 +00:00
Mark Fisher
912c84e1df added svn:ignore for com.springsource.sts.config.flow.prefs 2010-08-30 17:32:01 +00:00
Josh Long
3ad7043d1e updated the distribution.xml to include twitter, sftp and ftp adapters. 2010-08-30 15:48:01 +00:00
Mark Fisher
a5638e44a3 renamed MessageHistory's static 'addComponentToHistory' method to 'write'; simpler and more consistent with the new 'read' method 2010-08-30 12:36:37 +00:00
Mark Fisher
7afe4eb25d removed dependency on MessageMapper, using MessageBuilder directly instead 2010-08-29 22:07:54 +00:00
Mark Fisher
b9b877cc6b INT-1387 added 'read' method to MessageHistory and committed some unit tests 2010-08-29 22:00:54 +00:00
Josh Long
b8ed5eeffd cleaning out the code that's responsible for acquiriing the first request token 2010-08-29 00:54:29 +00:00
Oleg Zhurakousky
2b903d1210 INT-1376, added documentation for 'should-mark-messages-as-read' 2010-08-28 18:20:34 +00:00
Josh Long
02faab51dc re-adding src from branch to include FTPS support. 2010-08-28 18:19:17 +00:00
Josh Long
5f0ba7f578 removing src to replace it with the branch 2010-08-28 18:18:40 +00:00
Oleg Zhurakousky
3465826b76 INT-1386 2010-08-28 18:09:52 +00:00
Gary Russell
c97fe2b03f INT-1279 Doc Polishing 2010-08-28 16:57:09 +00:00
Mark Fisher
e7ad8ff72a INT-1385 Transformers now require a reply by default. 2010-08-28 16:29:02 +00:00
Mark Fisher
bb468fc069 INT-1384 removed @Ignore, no longer needed 2010-08-28 16:07:44 +00:00
Mark Fisher
47ee0c737b INT-1384 removed the recently added (yesterday) "requiresReply" Message header, but added the "requires-reply" attribute on the <service-activator> element 2010-08-28 16:04:13 +00:00
Oleg Zhurakousky
535c3f6365 Added @Ignore to LoanBrokerSharkDetectorDemo temporarily 2010-08-28 14:58:34 +00:00
Oleg Zhurakousky
658572ea44 INT-1375, INT-1376, Added support for Flags.SEEN. Added namespace support for should-mark-messages-as-read for IMAP idle, test cases 2010-08-28 14:47:54 +00:00
Oleg Zhurakousky
dc3c93417d INT-1383, polished code by introducing PayternMatchUtils 2010-08-28 13:36:23 +00:00
Mark Fisher
1b4144f07f adding snapshot repo to parent pom so that commons project can be resolved 2010-08-27 22:18:29 +00:00
Mark Fisher
ea611a3082 GatewayMethodInboundMessageMapper is now limited to package visibility 2010-08-27 21:32:56 +00:00
Mark Fisher
7fcc04766a renamed ArgumentArrayMessageMapper to GatewayMethodInboundMessageMapper and moved from the 'handler' package to 'gateway' (only place it's used now) 2010-08-27 21:29:01 +00:00
Mark Fisher
9c55cdf5df INT-1180 Added a 'requiresReply' header. The default value is FALSE, but Gateway request Messages now have this value set to true whenever the invoked method has a non-void return. This will trigger a MessageHandlingException instead of a timeout downstream if no reply is produced by an instance of AbstractReplyProducingMessageHandler. 2010-08-27 21:20:10 +00:00
Mark Fisher
b2d66aeab5 delegating to single constructor from others 2010-08-27 21:11:36 +00:00
Mark Fisher
3debfa814a removed empty pacakge 2010-08-27 19:58:53 +00:00
Oleg Zhurakousky
6b8ed78ec5 INT-1383, fixed manifest template 2010-08-27 14:42:04 +00:00
Oleg Zhurakousky
12a82618c3 INT-1383 2010-08-27 14:26:50 +00:00
Mark Fisher
2e1ba3efc0 regenerated serialVersionUID 2010-08-26 19:03:28 +00:00
Mark Fisher
972f6affc5 INT-1257, INT-1263 Refactoring Message History (work in progress): MessageHistory's toString() now only returns the name of components that have been visited. Programmatically one can still access the 'type' and 'timestamp' properties as well. 2010-08-26 18:58:46 +00:00
Mark Fisher
49fcba6d57 INT-1257, INT-1263 Refactoring Message History (work in progress): MessageHistoryConfigurer's stop() method now disables any tracked components it started in a previous start() call. 2010-08-26 18:31:58 +00:00
Mark Fisher
f535cdbcd1 INT-1257, INT-1263 Refactoring Message History (work in progress): Replaced MessageHistoryBeanPostProcessor with MessageHistoryConfigurer in order to set tracking parameters at the right time. 2010-08-26 17:58:18 +00:00
Oleg Zhurakousky
6da90a4c51 Sample and test for DynamicRouter with routing logic changed via the ConrolBus 2010-08-26 14:17:14 +00:00
Mark Fisher
c6835aa207 added svn:ignore 2010-08-25 21:07:02 +00:00
Gary Russell
92757bbc3b INT-1280 Remove Empty Serializer Packages 2010-08-25 21:01:41 +00:00
Mark Fisher
0dc095a815 INT-1257, INT-1263 Moved MessageHistory, TrackableComponent, and MessageHistoryBeanPostProcessor to 'history' package. 2010-08-25 20:56:50 +00:00