Commit Graph

9623 Commits

Author SHA1 Message Date
David Syer
437fa54ba8 Missing file from last commit 2010-05-02 04:55:56 +00:00
David Syer
d04c7008b6 INT-1105, INT-1063: Big merge. Removing old aggregation and correlation stuff, and reaping the reaper. 2010-05-02 04:31:05 +00:00
David Syer
ec76ea497a Add bits of missing Eclipse meta data 2010-05-02 04:23:49 +00:00
Gary Russell
23328adf6b INT-1008 Documentation for the Simple Outbound TCP Gateway. 2010-05-01 23:38:48 +00:00
Gary Russell
c9bed59341 INT-1008 Simple TCP Outbound Gateway 2010-05-01 23:02:22 +00:00
Oleg Zhurakousky
31970fcf11 INT-1111. Added support for enriching headers when mapping gateway methods 2010-05-01 21:45:55 +00:00
Mark Fisher
4b0ab1cf2f formatting 2010-05-01 15:41:04 +00:00
Mark Fisher
715f994e58 doc updates 2010-05-01 15:39:34 +00:00
Mark Fisher
4173538278 Simplified NullChannel now that getName() has been removed from the MessageChannel interface and list()/purge() have been removed from the PollableChannel interface. 2010-05-01 15:35:23 +00:00
Mark Fisher
423b0b5f02 formatting 2010-05-01 15:15:59 +00:00
Gary Russell
efa7d7fd88 INT-1110 Add Message to MessageMappingException in outbound tcp adapter. Add code to the dispatchers to do the same if a handler does not. 2010-05-01 00:35:37 +00:00
Mark Fisher
6aea96e2b2 INT-842 removing spring-integration-adapter from pom dependencies 2010-05-01 00:26:02 +00:00
Mark Fisher
e03e96c150 INT-842 removing spring-integration-adapter from pom dependencies 2010-05-01 00:23:58 +00:00
Mark Fisher
5f576d8eaa INT-842 removing spring-integration-adapter from pom dependencies 2010-05-01 00:22:09 +00:00
Mark Fisher
2363e4c525 INT-842 goodbye adapter module 2010-04-30 23:59:22 +00:00
Mark Fisher
b8cfd04ffd INT-842 moved MessageMappingException from 'adapter' module to core 'message' package 2010-04-30 23:33:01 +00:00
Mark Fisher
ad546ccd43 INT-842 removed AbstractRemotingGatewayParser from 'adapter' module 2010-04-30 23:23:38 +00:00
Mark Fisher
4f56f3650b INT-842 moved AbstractRemotingGatewayParser to the core 'config.xml' package and renamed AbstractInboundGatewayParser 2010-04-30 23:15:08 +00:00
Mark Fisher
e0cc920d56 INT-842 moved gateway support base classes to core gateway package 2010-04-30 23:03:54 +00:00
Mark Fisher
2eda315aa6 INT-842 moved AbstractRemotingOutboundGatewayParser to core config.xml package and renamed AbstractOutboundGatewayParser 2010-04-30 22:01:08 +00:00
Jeremy Grelle
db2b3494e8 Resolution of Jackson should be optional. 2010-04-30 20:45:08 +00:00
Mark Fisher
43dd81ff45 added NamedComponent interface, continuing simplification of MessageHistory 2010-04-30 20:11:18 +00:00
Mark Fisher
6ef9eece71 renamed ws sample to ws-outbound-gateway 2010-04-30 18:16:38 +00:00
David Syer
7ddd773550 UPdate Eclipse meta-data to prevent Java compiler version mayhem 2010-04-30 06:06:01 +00:00
Mark Fisher
fd6a77a9d1 not tracking history for beans that have no explicit id 2010-04-30 03:25:38 +00:00
Mark Fisher
477e8e1a9e simplifying MessageHistory 2010-04-30 03:15:26 +00:00
Mark Fisher
c9eca95ace simplifying MessageHistory 2010-04-30 02:07:17 +00:00
Mark Fisher
486742f64f refactoring request/reply gateway code 2010-04-30 01:38:04 +00:00
Mark Fisher
2feb6bf81c clearing thread-local queue before each test method 2010-04-29 19:29:16 +00:00
Mark Fisher
785ad231bd replaced POJOs with expressions for odd/even routing demos 2010-04-29 19:08:07 +00:00
Mark Fisher
fbdecd62d1 replaced POJOs with expressions for XML-based CafeDemo 2010-04-29 18:42:59 +00:00
Mark Fisher
e4462caf5c simplified demo main 2010-04-29 18:27:52 +00:00
Mark Fisher
9da682fc01 polishing 2010-04-29 18:18:48 +00:00
Mark Fisher
7f30b6dc1d INT-1108 updated all .classpath and .project files for m2eclipse usage 2010-04-29 15:09:46 +00:00
Mark Fisher
d27502650f INT-1107 POJO Aggregator can return a Message without that being wrapped in another Message. 2010-04-28 22:21:53 +00:00
David Syer
b8e5d36ca1 OPEN - issue INT-1105: remove behaviour from MessageGroup. Still one test to fix.... 2010-04-28 15:31:11 +00:00
David Syer
972280ee6b OPEN - issue INT-1063: MessageStore: correlation and grouping API
https://jira.springsource.org/browse/INT-1063
2010-04-28 14:21:43 +00:00
David Syer
5641257155 OPEN - issue INT-1063: MessageStore: correlation and grouping API
Fix stupid concurrent modification exception
2010-04-28 13:59:56 +00:00
David Syer
44bf52eaf4 OPEN - issue INT-1063: MessageStore: correlation and grouping API
Here is something that works, but there is more work to do in simplifying the CorrelatingMessageHandler and friends
2010-04-28 13:54:24 +00:00
David Syer
0ddd0c841f Document and test UUIDConventer 2010-04-28 13:45:45 +00:00
David Syer
a557123cbb fix ws pom 2010-04-28 08:24:37 +00:00
David Syer
548e81bb7c OPEN - issue INT-1063: MessageStore: correlation and grouping API
https://jira.springsource.org/browse/INT-1063
2010-04-28 08:00:00 +00:00
Mark Fisher
d634a4a423 INT-1101 removed list() and purge() methods from ThreadLocalChannel 2010-04-27 14:19:04 +00:00
David Syer
bfbf660ea3 RESOLVED - issue INT-1102: Add timestamp to JdbcMessageStore 2010-04-27 12:15:21 +00:00
David Syer
42113a497c RESOLVED - issue INT-1058, INT-1098: message ID is unique to an immutable instance 2010-04-27 11:58:37 +00:00
Mark Fisher
c9c3da0fe7 formatting 2010-04-26 20:20:04 +00:00
Mark Fisher
c139bcf695 INT-1101 removed list() and purge() from the PollableChannel interface 2010-04-26 20:06:20 +00:00
Mark Fisher
4402792abc organized imports 2010-04-26 19:13:14 +00:00
Mark Fisher
c73657112c organized imports 2010-04-26 19:09:57 +00:00
David Syer
0538d64a8f RESOLVED - issue INT-1010: Implement JdbcMessageStore
http://jira.springframework.org/browse/INT-1010
RESOLVED - issue INT-1050: MessageStore: get message by ID 
http://jira.springframework.org/browse/INT-1050
RESOLVED - issue INT-1099: Use UUID as primary key in JdbcMessageStore 
http://jira.springframework.org/browse/INT-1099
2010-04-26 16:47:12 +00:00