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 |
|
Mark Fisher
|
9ed99eb10c
|
INT-1257, INT-1263 Renamed HistoryProvider to TrackableComponent.
|
2010-08-25 20:42:46 +00:00 |
|
Gary Russell
|
df3464ed25
|
INT-1369 Fix Remaining Timing Hole in TcpNioConnection Where Possibly No Message Assembler Running
|
2010-08-25 20:41:06 +00:00 |
|
David Syer
|
1de89be40a
|
Add extra integration test for jdbc poller
|
2010-08-25 20:37:31 +00:00 |
|
Mark Fisher
|
c044299015
|
INT-1257, INT-1263 Renamed setShouldIncludeInHistory() to setShouldTrack() on the HistoryProvider interface.
|
2010-08-25 20:28:18 +00:00 |
|
Mark Fisher
|
64ab7f5734
|
INT-1257, INT-1263 Refactoring Message History (work in progress): Removed the getHistory() method from MessageHeaders. Using headers.get(MessageHistory.HEADER_NAME) instead.
|
2010-08-25 19:31:55 +00:00 |
|
Mark Fisher
|
1c8da6f251
|
INT-1257, INT-1263 Refactoring Message History (work in progress): Removed MessageHistoryWriter. Added MessageHistory.
|
2010-08-25 19:25:26 +00:00 |
|
Oleg Zhurakousky
|
85eaa2688f
|
sample IMAP and IMAP IDLE SI configuration to use with GMail
|
2010-08-25 19:18:33 +00:00 |
|
Oleg Zhurakousky
|
71a87d5d4d
|
INT-1374, INT-1375 added support for 'shouldMarkMessagesAsRead', fix to ensure message deletion happens after message processing
|
2010-08-25 19:09:34 +00:00 |
|
Mark Fisher
|
f5f948da4c
|
INT-1257, INT-1263 Refactoring Message History (work in progress): MessageHistoryWriter's writeHistory method is now static. Added HistoryProvider interface and MessageHistoryBeanPostProcessor.
|
2010-08-25 18:53:56 +00:00 |
|
Mark Fisher
|
97c292cc56
|
formatting
|
2010-08-25 15:04:15 +00:00 |
|
Mark Fisher
|
ac7b9cf739
|
INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.
|
2010-08-25 14:31:00 +00:00 |
|
Mark Fisher
|
45282ec459
|
INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.
|
2010-08-25 14:25:40 +00:00 |
|
Mark Fisher
|
220538ec08
|
INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.
|
2010-08-25 14:20:30 +00:00 |
|
David Syer
|
d98ff8eaa1
|
INT-1280: ship commons code out to external project
|
2010-08-25 12:22:27 +00:00 |
|
Oleg Zhurakousky
|
78deab7677
|
Added test for router configuration which delegates to errorChannel if channel can't be resolved
|
2010-08-25 09:55:34 +00:00 |
|
David Syer
|
02d191c5d0
|
INT-1227: fix bug frdom last commit
|
2010-08-25 07:45:42 +00:00 |
|
David Syer
|
4ed390526c
|
INT-1227: add EL to resequencer and fix schema
|
2010-08-25 07:21:20 +00:00 |
|
Mark Fisher
|
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.
|
2010-08-24 22:19:58 +00:00 |
|
Josh Long
|
aef97c4012
|
moved spaces to tabs for the sftp package
|
2010-08-24 22:12:24 +00:00 |
|
Josh Long
|
d2d4104d86
|
moved spaces to tabs for the twitter package
|
2010-08-24 22:10:01 +00:00 |
|
Josh Long
|
d2f74acbfb
|
moved spaces to tabs for the xmpp package
|
2010-08-24 22:07:37 +00:00 |
|
Josh Long
|
0ec4e095d5
|
moved spaces to tabs for the file adapters entries.* package
|
2010-08-24 22:07:00 +00:00 |
|