Commit Graph

3003 Commits

Author SHA1 Message Date
Chris Beams
3bcb5a726a Added log4j to maven build at test time to avoid spurious INFO logging
Updated log4j.xml files to quell debug/info output
Moved src/test/resources/**/* -> src/main/resources/**/* for the time being to fix the jdbc build
Eliminated several System.out.println calls in tests
2010-05-14 15:34:17 +00:00
Iwein Fuld
761b0ff9f2 INT-1137: added example of prevent-duplicates and an extra comment about filename-pattern 2010-05-12 17:26:49 +00:00
Iwein Fuld
3377dec0cd added .settings to .gitignore 2010-05-12 17:26:42 +00:00
Mark Fisher
cf8b66436d excluding optional jackson JARs from packaged lib 2010-05-09 00:55:43 +00:00
Mark Fisher
ca68a053bb replaced custom router with header-value-router (now that the 'apply-sequence' attribute is supported) 2010-05-08 23:56:42 +00:00
Mark Fisher
bd5fadf6d0 INT-1136 the 'router' element now supports 'mapping' sub-elements (mapping the returned 'value' to a 'channel' reference) 2010-05-08 23:29:57 +00:00
Mark Fisher
58c5138ec0 replaced Transformer object with a SpEL expression 2010-05-08 22:35:42 +00:00
Mark Fisher
4388226bdc formatting 2010-05-08 20:57:49 +00:00
Mark Fisher
293f599770 LoanBroker now uses headers added by the gateway instead of accessing history events. 2010-05-08 20:50:34 +00:00
Mark Fisher
f4893a85a6 formatting 2010-05-08 20:33:11 +00:00
Mark Fisher
ed959d418f removed timeout from Aggregator annotation 2010-05-08 20:24:29 +00:00
Mark Fisher
f163148981 INT-1134 added namespace support for the <header-filter/> element 2010-05-08 20:13:45 +00:00
Mark Fisher
730c634c46 INT-1135 added HeaderFilter 2010-05-08 19:54:27 +00:00
Mark Fisher
05d351cf6d INT-1133 AbstractReplyProducingMessageHandler no longer copies headers from the request Message into the reply Message IF the return value from the handler implementation is already a Message instance. 2010-05-08 19:32:30 +00:00
Mark Fisher
e83771e5ed INT-737 DelayHandler now delegates to a configurable MessageStore for storing any Messages awaiting a delayed release. 2010-05-08 17:13:54 +00:00
Mark Fisher
8a7a8887de removed publication config for license for spring-build 2010-05-08 16:38:48 +00:00
Mark Fisher
0832704d1d updated reference manual title page for M4 2010-05-08 16:07:35 +00:00
Mark Fisher
de7b23d837 updating changelog and readme for M4 2010-05-08 16:06:39 +00:00
Mark Fisher
4e6878840c added licence file publication for spring-build 2010-05-08 15:56:43 +00:00
Mark Fisher
158b525a05 INT-1127 (unable to reproduce) added tests for capacity placeholder 2010-05-08 15:13:15 +00:00
Mark Fisher
ec5f40bb0f added activation dependency for tests 2010-05-08 14:43:50 +00:00
Oleg Zhurakousky
831c01d16b INT-789, Added documentation around global channel interceptors. 2010-05-08 04:26:35 +00:00
Mark Fisher
8c22f5c749 INT-1051 SoapAction callback now delegates to an additional request callback if provided, rather than being *replaced* by it. 2010-05-07 21:49:38 +00:00
Chris Beams
df1489ad08 updated pom to scope org.springframework.expression as a compile-time dependency 2010-05-07 15:35:28 +00:00
Chris Beams
0d45dc0fca added missing repository for foundrylogic vpp dependency 2010-05-07 14:41:15 +00:00
Chris Beams
7c04bc0035 minor generics fix to bypass compilation error during maven build 2010-05-07 14:03:42 +00:00
David Syer
33379ce025 Fix build after broken update 2010-05-07 09:09:41 +00:00
David Syer
07e339a0e7 INT-1075: add another finally block to CMH 2010-05-07 08:08:17 +00:00
David Syer
4e8a5c2fb8 INT-791: outgoing JDBC adpater 2010-05-07 08:02:17 +00:00
David Syer
326a23d6fe INT-1075: add finally block to CMH 2010-05-07 06:55:47 +00:00
Mark Fisher
5fcaaf246b INT-1125 logging skipped JMSX properties at TRACE level instead of WARN 2010-05-07 04:02:21 +00:00
Mark Fisher
a3674da5db INT-785 A method-invoking transformer no longer treats a Map return value as headers (since a Map should be usable as a payload). The newly added support for "ref" and "method" on a <header-enricher/> element support method-invoking header enriching (see INT-1130). For details of the change, view the diff for MethodInvokingTransformerTests in this commit. 2010-05-07 02:49:29 +00:00
Mark Fisher
c4ede7d518 INT-1056 added support for configurable ClientInterceptors on the AbstractWebServiceOutboundGateway 2010-05-07 02:25:29 +00:00
Mark Fisher
6b6f01ec57 INT-1130 Added support for 'ref' and 'method' (for Map-returning methods) on the top level <header-enricher/> element. 2010-05-06 20:21:06 +00:00
David Syer
d5efdde2c5 INT-958: remove timeout references in user guide 2010-05-06 16:53:27 +00:00
David Syer
06129ede7e INT-603: added custom comparator to resequencer 2010-05-06 15:37:18 +00:00
Gary Russell
37ac39b19c INT-1008 Additional test for outbound tcp gateway. 2010-05-06 15:33:45 +00:00
David Syer
f0590ed578 INT-1126: rename timeout to expiry 2010-05-06 14:21:50 +00:00
David Syer
9dd8492673 INT-958: add javadocs 2010-05-06 13:23:41 +00:00
David Syer
11a807cf5c INT-958: add convenient parameterless callback for expiring message groups. 2010-05-06 13:08:16 +00:00
David Syer
c9eee5a011 INT-1116: add message-store to XML 2010-05-06 11:51:38 +00:00
David Syer
7f72f94cf6 INT-603: add configurable comparator to Resequencer 2010-05-06 10:49:24 +00:00
David Syer
5bad12c86c Remove irrelevant TODO 2010-05-06 10:08:24 +00:00
David Syer
c00eb6bb0d INT-941: Catch and unwrap in AbstractMessageProcessor 2010-05-06 10:00:04 +00:00
David Syer
a8d9c4cfc2 INT-1052: add schema scripts for common platforms 2010-05-06 08:59:13 +00:00
David Syer
d6a849d9b7 INT-1103: forgot ivy.xml 2010-05-06 08:41:30 +00:00
David Syer
ed5896d770 INT-1103: meissing files from previous commit 2010-05-06 08:26:11 +00:00
David Syer
1365b3785c INT-1103: Added XML support for JdbcMessageStore 2010-05-06 08:19:29 +00:00
Mark Fisher
02946f9543 INT-1082 handling "$" prefix for MessageHeaders keys in SpEL expressions 2010-05-05 23:12:19 +00:00
David Syer
6b1f18723b INT-1114: Add MessageGroupStore methods to JdbcMessageStore 2010-05-05 17:33:29 +00:00