Commit Graph

6614 Commits

Author SHA1 Message Date
Chris Beams
f9ae5761dc touched up javadoc overview 2010-05-20 18:23:08 +00:00
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
cf6027e3b7 javadoc build infrastructure in place; mvn site will aggregate all javadoc under ${basedir}/target/site/apidocs. note that this is not (yet) in line with the s2 'green' l&f for javadoc; that will come later. 2010-05-20 17:49:39 +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
657d173fe7 mv .jdbc src/main/resources/**/* -> src/test/java/**/* 2010-05-14 16:05:12 +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
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