Commit Graph

  • 8314eeebf8 INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-event Mark Fisher 2010-08-30 18:37:07 +00:00
  • a74595819e INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-core Mark Fisher 2010-08-30 18:27:27 +00:00
  • a617a9ffef added svn:ignore for com.springsource.sts.config.flow.prefs Mark Fisher 2010-08-30 17:34:45 +00:00
  • f835a7c57d added svn:ignore for .springBeans Mark Fisher 2010-08-30 17:33:36 +00:00
  • 4ffd6c4f45 added svn:ignore for com.springsource.sts.config.flow.prefs Mark Fisher 2010-08-30 17:32:45 +00:00
  • 912c84e1df added svn:ignore for com.springsource.sts.config.flow.prefs Mark Fisher 2010-08-30 17:32:01 +00:00
  • 3ad7043d1e updated the distribution.xml to include twitter, sftp and ftp adapters. Josh Long 2010-08-30 15:48:01 +00:00
  • a5638e44a3 renamed MessageHistory's static 'addComponentToHistory' method to 'write'; simpler and more consistent with the new 'read' method Mark Fisher 2010-08-30 12:36:37 +00:00
  • 7afe4eb25d removed dependency on MessageMapper, using MessageBuilder directly instead Mark Fisher 2010-08-29 22:07:54 +00:00
  • b9b877cc6b INT-1387 added 'read' method to MessageHistory and committed some unit tests Mark Fisher 2010-08-29 22:00:54 +00:00
  • b8ed5eeffd cleaning out the code that's responsible for acquiriing the first request token Josh Long 2010-08-29 00:54:29 +00:00
  • 2b903d1210 INT-1376, added documentation for 'should-mark-messages-as-read' Oleg Zhurakousky 2010-08-28 18:20:34 +00:00
  • 02faab51dc re-adding src from branch to include FTPS support. Josh Long 2010-08-28 18:19:17 +00:00
  • 5f0ba7f578 removing src to replace it with the branch Josh Long 2010-08-28 18:18:40 +00:00
  • 3465826b76 INT-1386 Oleg Zhurakousky 2010-08-28 18:09:52 +00:00
  • c97fe2b03f INT-1279 Doc Polishing Gary Russell 2010-08-28 16:57:09 +00:00
  • e7ad8ff72a INT-1385 Transformers now require a reply by default. Mark Fisher 2010-08-28 16:29:02 +00:00
  • bb468fc069 INT-1384 removed @Ignore, no longer needed Mark Fisher 2010-08-28 16:07:44 +00:00
  • 47ee0c737b INT-1384 removed the recently added (yesterday) "requiresReply" Message header, but added the "requires-reply" attribute on the <service-activator> element Mark Fisher 2010-08-28 16:04:13 +00:00
  • 535c3f6365 Added @Ignore to LoanBrokerSharkDetectorDemo temporarily Oleg Zhurakousky 2010-08-28 14:58:34 +00:00
  • 658572ea44 INT-1375, INT-1376, Added support for Flags.SEEN. Added namespace support for should-mark-messages-as-read for IMAP idle, test cases Oleg Zhurakousky 2010-08-28 14:47:54 +00:00
  • dc3c93417d INT-1383, polished code by introducing PayternMatchUtils Oleg Zhurakousky 2010-08-28 13:36:23 +00:00
  • 1b4144f07f adding snapshot repo to parent pom so that commons project can be resolved Mark Fisher 2010-08-27 22:18:29 +00:00
  • ea611a3082 GatewayMethodInboundMessageMapper is now limited to package visibility Mark Fisher 2010-08-27 21:32:56 +00:00
  • 7fcc04766a renamed ArgumentArrayMessageMapper to GatewayMethodInboundMessageMapper and moved from the 'handler' package to 'gateway' (only place it's used now) Mark Fisher 2010-08-27 21:29:01 +00:00
  • 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. Mark Fisher 2010-08-27 21:20:10 +00:00
  • b2d66aeab5 delegating to single constructor from others Mark Fisher 2010-08-27 21:11:36 +00:00
  • 3debfa814a removed empty pacakge Mark Fisher 2010-08-27 19:58:53 +00:00
  • 6b8ed78ec5 INT-1383, fixed manifest template Oleg Zhurakousky 2010-08-27 14:42:04 +00:00
  • 12a82618c3 INT-1383 Oleg Zhurakousky 2010-08-27 14:26:50 +00:00
  • 2e1ba3efc0 regenerated serialVersionUID Mark Fisher 2010-08-26 19:03:28 +00:00
  • 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. Mark Fisher 2010-08-26 18:58:46 +00:00
  • 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. Mark Fisher 2010-08-26 18:31:58 +00:00
  • 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. Mark Fisher 2010-08-26 17:58:18 +00:00
  • 6da90a4c51 Sample and test for DynamicRouter with routing logic changed via the ConrolBus Oleg Zhurakousky 2010-08-26 14:17:14 +00:00
  • c6835aa207 added svn:ignore Mark Fisher 2010-08-25 21:07:02 +00:00
  • 92757bbc3b INT-1280 Remove Empty Serializer Packages Gary Russell 2010-08-25 21:01:41 +00:00
  • 0dc095a815 INT-1257, INT-1263 Moved MessageHistory, TrackableComponent, and MessageHistoryBeanPostProcessor to 'history' package. Mark Fisher 2010-08-25 20:56:50 +00:00
  • 9ed99eb10c INT-1257, INT-1263 Renamed HistoryProvider to TrackableComponent. Mark Fisher 2010-08-25 20:42:46 +00:00
  • df3464ed25 INT-1369 Fix Remaining Timing Hole in TcpNioConnection Where Possibly No Message Assembler Running Gary Russell 2010-08-25 20:41:06 +00:00
  • 1de89be40a Add extra integration test for jdbc poller David Syer 2010-08-25 20:37:31 +00:00
  • c044299015 INT-1257, INT-1263 Renamed setShouldIncludeInHistory() to setShouldTrack() on the HistoryProvider interface. Mark Fisher 2010-08-25 20:28:18 +00:00
  • 64ab7f5734 INT-1257, INT-1263 Refactoring Message History (work in progress): Removed the getHistory() method from MessageHeaders. Using headers.get(MessageHistory.HEADER_NAME) instead. Mark Fisher 2010-08-25 19:31:55 +00:00
  • 1c8da6f251 INT-1257, INT-1263 Refactoring Message History (work in progress): Removed MessageHistoryWriter. Added MessageHistory. Mark Fisher 2010-08-25 19:25:26 +00:00
  • 85eaa2688f sample IMAP and IMAP IDLE SI configuration to use with GMail Oleg Zhurakousky 2010-08-25 19:18:33 +00:00
  • 71a87d5d4d INT-1374, INT-1375 added support for 'shouldMarkMessagesAsRead', fix to ensure message deletion happens after message processing Oleg Zhurakousky 2010-08-25 19:09:34 +00:00
  • f5f948da4c INT-1257, INT-1263 Refactoring Message History (work in progress): MessageHistoryWriter's writeHistory method is now static. Added HistoryProvider interface and MessageHistoryBeanPostProcessor. Mark Fisher 2010-08-25 18:53:56 +00:00
  • 97c292cc56 formatting Mark Fisher 2010-08-25 15:04:15 +00:00
  • ac7b9cf739 INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package. Mark Fisher 2010-08-25 14:31:00 +00:00
  • 45282ec459 INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package. Mark Fisher 2010-08-25 14:25:40 +00:00
  • 220538ec08 INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package. Mark Fisher 2010-08-25 14:20:30 +00:00
  • d98ff8eaa1 INT-1280: ship commons code out to external project David Syer 2010-08-25 12:22:27 +00:00
  • 78deab7677 Added test for router configuration which delegates to errorChannel if channel can't be resolved Oleg Zhurakousky 2010-08-25 09:55:34 +00:00
  • 02d191c5d0 INT-1227: fix bug frdom last commit David Syer 2010-08-25 07:45:42 +00:00
  • 4ed390526c INT-1227: add EL to resequencer and fix schema David Syer 2010-08-25 07:21:20 +00:00
  • d67cbd2984 INT-1286 first step: the history header is now stored as a List<Properties> instead of relying on custom Object types. Also, the header is not mutated directly but now history is written by copying the Message. The next step might involve moving that into the MessageBuilder. Mark Fisher 2010-08-24 22:19:58 +00:00
  • aef97c4012 moved spaces to tabs for the sftp package Josh Long 2010-08-24 22:12:24 +00:00
  • d2d4104d86 moved spaces to tabs for the twitter package Josh Long 2010-08-24 22:10:01 +00:00
  • d2f74acbfb moved spaces to tabs for the xmpp package Josh Long 2010-08-24 22:07:37 +00:00
  • 0ec4e095d5 moved spaces to tabs for the file adapters entries.* package Josh Long 2010-08-24 22:07:00 +00:00
  • 245ae1d5fa fixed a compilation issue stemming from Java 1.5 != 1.6 compatible. (that's twice i've been bitten by the Properties class supporting a completely obvious #store(writer, String) variant! Josh Long 2010-08-24 11:02:46 +00:00
  • b85ed0fe27 fixed a compilation issue stemming from Java 1.5 != 1.6 compatible. (that's twice i've been bitten by the Properties class supporting a completely obvious #store(writer, String) variant! Josh Long 2010-08-24 10:45:13 +00:00
  • 126fa35e2b initial commit of the finished twitter support. Josh Long 2010-08-24 10:26:47 +00:00
  • d6176a7f1b Adding support for retreival of a MetadataPersister implementation if possible. Josh Long 2010-08-24 08:25:17 +00:00
  • fa12ec61a6 Adding support for retreival of a MetadataPersister implementation if possible. Josh Long 2010-08-24 08:20:19 +00:00
  • 06b7d00113 INT1346 INT-1369 Fix Test Timing Issues Gary Russell 2010-08-24 00:35:00 +00:00
  • 32358bafca INT1346 INT-1369 Fix Test Timing Issues Gary Russell 2010-08-23 23:41:10 +00:00
  • 8571a12e20 INT-1369 Improve Asynchrony of NIO Connections Gary Russell 2010-08-23 23:18:21 +00:00
  • 4090905770 INT-1369 Improve Asynchrony of NIO Connections Gary Russell 2010-08-23 23:05:19 +00:00
  • 1fa165de3a INT-1367 Revert Increase Pipe Size to 2048 (Java 6 only) Gary Russell 2010-08-23 19:44:25 +00:00
  • 51f485847b INT-1367 Increase Pipe Size to 2048, Larger than a Normal MTU; avoids Blocking NIO Reader Thread in Many Cases Gary Russell 2010-08-23 19:15:26 +00:00
  • 1d5ccb7a0e INT-1367 Fix Deadlock on NIO Reading Thread Gary Russell 2010-08-23 18:40:25 +00:00
  • 971e5dc465 INT-1346 Testing Timing Problem - isListening() returned true a little too soon. Gary Russell 2010-08-23 18:39:46 +00:00
  • 2c7b57448b INT-1338, Added support for property placeholder Oleg Zhurakousky 2010-08-23 18:10:58 +00:00
  • 3d863a1917 INT-1338, Added namespace support for 'event-types' attribute Oleg Zhurakousky 2010-08-23 17:09:38 +00:00
  • 78dbf2bef5 INT-1338, Added namespace support for 'event-types' attribute Oleg Zhurakousky 2010-08-23 17:09:32 +00:00
  • 7816d5f681 removed unnecessary methods from the temporary channel implementation used within MessagingTemplate Mark Fisher 2010-08-23 14:39:43 +00:00
  • e4a8e71847 removed e.printStackTrace Mark Fisher 2010-08-23 14:35:17 +00:00
  • 67b415c991 Fix error message in MessageStore parser that refers to inbound adapter David Syer 2010-08-23 08:12:53 +00:00
  • c67ee979cd cleaning up file adapter support, removing deprecated FileListFilter* hierarchy Josh Long 2010-08-21 02:21:14 +00:00
  • 48d7279dd8 merging from the branch for the changes made to support EntryListFilters instead of FileListFilters. Josh Long 2010-08-21 01:42:55 +00:00
  • 3e79a551cc removig old SftMessageSource Josh Long 2010-08-20 23:13:20 +00:00
  • 7a15cabfe2 Fixed teh SFTP inbound adapter - it's now based on the abstract base classes. finally removing the sftp-specific impl's of the EntryListFilter* hierarchy. no need since we have a generic EntryListFilter<T> hierarchy instead Josh Long 2010-08-20 18:22:59 +00:00
  • fc2a859e61 Fixed teh SFTP inbound adapter - it's now based on the abstract base classes Josh Long 2010-08-20 18:18:19 +00:00
  • b5b0e06e81 Removing already deprecated instances of *FileList*Filters in favor of their entries.* equivalents which are generics-friendly and can be reused across adapters. Also, added some documentaton to the AbstractInboundRemoteFileSystemSynchroniz*.java classes so that the lifecycle hooks are explained for subsequent file system adapter implementations Josh Long 2010-08-20 18:08:32 +00:00
  • 1562d53118 Cleaning up stray references, fixing tests Josh Long 2010-08-20 17:23:07 +00:00
  • 25b5afa528 initial commit of my work to make building filesystem based adapters more consistent, cleaner. Josh Long 2010-08-20 10:06:13 +00:00
  • 59e4b98d39 INT-1295 added groupings for JavaDoc Mark Fisher 2010-08-18 20:20:58 +00:00
  • d5a80421ec added test for @Payload annotation with SpEL on a Gateway Mark Fisher 2010-08-18 19:47:09 +00:00
  • 10b7c50178 removed return keyword from Groovy scripts in tests Mark Fisher 2010-08-18 19:35:09 +00:00
  • 920822c504 INT-1346 Use Unique Port For All Unit Tests To Avoid Crosstalk - Previously, timing made it possible for the client from one test to talk to the server for another. Gary Russell 2010-08-18 17:21:52 +00:00
  • cf2db714d3 INT-1361 Protect Listener Thread from NPE Gary Russell 2010-08-18 17:17:11 +00:00
  • 8b2346aa34 INT-1361 NPE If Empty Interceptor Factory Chain Configured Gary Russell 2010-08-18 17:15:14 +00:00
  • faed0b39cf added svn:ignore Mark Fisher 2010-08-18 15:55:53 +00:00
  • a590711dad added svn:ignore Mark Fisher 2010-08-18 15:55:11 +00:00
  • c22ccb1d26 Adding a slew of classes that can be genericized and then reused whole in the File, SFTP, and FTP adapters. This is experimental and may just as soon prove a dead end. Josh Long 2010-08-18 10:23:36 +00:00
  • b5556a664d clean up - and also made it so that the SFTP, FTP and File adapters all support String, byte[] , and File payloads for the *:outbound-adapters Josh Long 2010-08-18 09:56:10 +00:00
  • 770b001080 Fixed compiler error in the DefaultFtpClientFactory impl Josh Long 2010-08-18 07:08:43 +00:00
  • 78c28d5b0f 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 06:58:02 +00:00
  • 4f4c25a8dd 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 06:22:05 +00:00