Commit Graph

1255 Commits

Author SHA1 Message Date
Chris Beams
233994116c eliminated all javadoc warnings; no API changes, with the exception of adding generics metadata to GatewayProxyFactoryBean (now 'implements FactoryBean<Object>'). 2010-05-20 17:50:32 +00:00
Chris Beams
1df136848e bundlor integration with the Maven build is complete; happens as part of the normal compile lifecycle (read: no special invocation necessary) 2010-05-20 11:08:11 +00:00
Chris Beams
83cac18b6e * unified parent and root poms (eliminates the need for spring-integration-parent, however it's still there to make spring-build happy in the meantime)
* incremental progress on getting docbkx working
  - downgraded docbook 4.5 -> 4.4 because of "URI is not file" errors (`find src/docbkx/*.xml | xargs grep -l '4\.5' | xargs perl -p -i -e 's/4\.5/4.4/g'`)
  - eliminated spring-integration-reference in favor of idiomatic src/docbkx under project root
  - using xsl from spring-ws to get things working. need to figure out how to integrate previous xsl, however (it's still there), because the L&F is quite different now
  - upgraded version of docbkx plugin to 2.0.9
2010-05-20 09:37:33 +00:00
David Syer
e2e12980af INT-1140: fix bug in the unit test 2010-05-19 10:31:05 +00:00
Chris Beams
43310c9cab general pom cleanup
* normalizing version placeholders to use ${groupId}.version as a naming convention e.g.: 'org.springframework.version'
* added properties to parent pom <properties/> section
* spaces -> tabs
* removed empty newlines in poms (favor comments instead of newlines)
* gave all samples nice <name>s
* included ws-inbound-gateway in the samples parent pom <modules> section
* samples now try to run any **/*Tests.java, as per our general conventions
2010-05-19 09:41:37 +00:00
David Syer
b6c0d4f5ad INT-1140: register callbacks in setter 2010-05-16 13:19:44 +00:00
David Syer
6302f21460 INT-1082: Add another test for header expressions 2010-05-15 10:41:39 +00:00
David Syer
44ddbb8f92 INT-1082: Add tests for header expressions 2010-05-15 03:25:19 +00:00
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
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
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
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
Chris Beams
7c04bc0035 minor generics fix to bypass compilation error during maven build 2010-05-07 14:03:42 +00:00
David Syer
07e339a0e7 INT-1075: add another finally block to CMH 2010-05-07 08:08:17 +00:00
David Syer
326a23d6fe INT-1075: add finally block to CMH 2010-05-07 06:55:47 +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
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
06129ede7e INT-603: added custom comparator to resequencer 2010-05-06 15:37:18 +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
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
Mark Fisher
d77785c418 INT-1011 Added 'overwrite' attribute for individual header sub-elements and renamed the top-level attribute to 'default-overwrite' (top level is a fallback if the sub-element does not provide a value). 2010-05-05 16:24:08 +00:00
David Syer
c8f75e9297 INT-1113: fixed with upper bound for grouped messages 2010-05-05 15:47:52 +00:00
David Syer
1f1d35ed5d Merge branch 'work' 2010-05-05 15:17:18 +00:00
David Syer
97436b3f3b Revert "INT-1119: remove reaper attributes from aggregator and resequencer"
This reverts commit 15fde633db17d982daf7e2cf6b5d657b1e0a87f9.
2010-05-05 15:16:59 +00:00
David Syer
3825e6e758 INT-1119: remove reaper attributes from aggregator and resequencer 2010-05-05 15:16:40 +00:00
Mark Fisher
7522726ab9 INT-8 polishing 2010-05-05 13:19:23 +00:00
David Syer
960997694b INT-958: Add explicit setter for callbacks in SimpleMessageStore 2010-05-05 11:11:07 +00:00
David Syer
9b6d5720f8 INT-958: change meaning of timeout parameter in MessageGroupStore 2010-05-05 11:10:54 +00:00
David Syer
396da3c09a INT-1119: added TimeoutCountSequenceSizeReleaseStrategy 2010-05-05 08:44:43 +00:00
David Syer
983fbfede7 Merge branch 'work' 2010-05-05 07:47:27 +00:00
Mark Fisher
84c6202102 INT-1104 added support for 'expression' on the logging-channel-adapter element 2010-05-04 22:50:48 +00:00
Mark Fisher
0b41c9a670 INT-8 added namespace support for Claim Check pattern 2010-05-04 17:30:58 +00:00
Mark Fisher
a7afdd7be6 INT-8 refactored single claim check transformer into separate in/out implementations 2010-05-04 16:28:20 +00:00
Mark Fisher
447355be03 INT-1076 The <payload-type-router/> element no longer accepts an 'ignore-channel-name-resolution-failures' attribute. 2010-05-04 15:28:11 +00:00
David Syer
e9306a3347 Merge branch 'work' 2010-05-04 06:45:51 +00:00
David Syer
5dfa2d48f3 INT-1054: Fix bug in SimpleMesssageStore; INT-1112: Tweak method names in MessageGroupStore 2010-05-04 05:56:42 +00:00
Mark Fisher
f697c2f386 INT-954 added setExpressionSource method 2010-05-03 22:48:24 +00:00
Oleg Zhurakousky
32f030e9f8 INT-500, schema documentation as well as modified tests to match the schema documentation 2010-05-03 22:14:58 +00:00