Commit Graph

3108 Commits

Author SHA1 Message Date
Iwein Fuld
2fbf5da2c7 INT-1174: Added CorrelatingMessageBarrier and tests 2010-06-14 15:15:48 +00:00
David Syer
df265db057 INT-1142: add anonymous name tag for generated bean names (based on bean name pattern) 2010-06-14 12:47:34 +00:00
Iwein Fuld
ba191ae393 Added hamcrest-all to test dependencies 2010-06-14 12:41:55 +00:00
Iwein Fuld
05d9ea3c2c INT-1174: prepared MessageGroup to support marking single message 2010-06-14 12:41:48 +00:00
David Syer
986a383450 INT-1173: added sql parameter source support 2010-06-14 09:46:54 +00:00
Gary Russell
ceb4036b38 Fix imports 2010-06-14 02:51:05 +00:00
Gary Russell
d8d469d11e Un@Ignore tcp Gateway Tests - Use Semaphore instead of CountdownLatch - Test thread was closing thread prematurely - Gateway was operating correctly 2010-06-14 02:48:35 +00:00
Gary Russell
99a462ed8b Temporarily @Ignore Close tests on Outbound Gateway 2010-06-14 01:55:10 +00:00
Gary Russell
5df6d0962d Increase backlog on ServerSocket in test cases 2010-06-14 00:55:50 +00:00
Gary Russell
87f62b5ec1 Fix timing problem in TcpOutboundGateway tests. 2010-06-14 00:23:25 +00:00
Mark Fisher
b6974b712c INT-836 refactored HeaderEnricher to delegate to MessageProcessor implementations 2010-06-11 22:10:11 +00:00
Mark Fisher
bfd6c81673 INT-1168 added a setExpectedType method to ExpressionEvaluatingMessageProcessor, NULL indicates no specific type is expected (behavior is in the base AbstractMessageProcessor) 2010-06-11 21:29:24 +00:00
Mark Fisher
16fab7af81 INT-1167, INT-836 added 'shouldSkipNulls' option to HeaderEnricher and refactored XPathHeaderEnricher to extend from the core HeaderEnricher 2010-06-11 20:30:11 +00:00
Iwein Fuld
6acce320b4 QUALITY: added some javadoc, removed visibility bug in SimpleMessageGroupStore 2010-06-11 15:17:41 +00:00
Iwein Fuld
7bcadf6e90 INT-1152: migrated marked and unmarked to BlockingQueue and added synchronization around them to facilitate concurrent use. 2010-06-11 15:17:39 +00:00
Iwein Fuld
dfdbb5f69e QUALITY: renamed @param to avoid javadoc warning in build 2010-06-11 15:17:35 +00:00
Iwein Fuld
3ed26d170f INT-1164: added paragraph on expression attribute. 2010-06-11 09:38:14 +00:00
Mark Fisher
afe1a49a4b formatting and changed 'skipSettingNullResults' to simply 'skipNullResults' 2010-06-10 19:06:43 +00:00
Mark Fisher
070ae5ee96 INT-1156 completed namespace support for XPath Transformer 2010-06-10 18:13:20 +00:00
Mark Fisher
ad8a45fec3 INT-982, INT-1158, INT-1159, INT-1160, INT-1161, INT-1162, INT-1163 inbound mail adapter updates 2010-06-10 00:36:34 +00:00
Mark Fisher
589bad1eba updating config to match latest 1.0.x version 2010-06-08 22:55:34 +00:00
Mark Fisher
de223a560f INT-1158 2010-06-08 21:58:58 +00:00
Mark Fisher
f30b44f63d minor update in test xpath 2010-06-08 18:27:18 +00:00
Mark Fisher
0afa84bdcb INT-1156 initial commit for XPathTransformerParser and corresponding XSD updates 2010-06-08 18:19:58 +00:00
Mark Fisher
b40d6277c4 INT-1155 now relying on the XPathEvaluationType enum from the spring-xml module instead of defining our own 2010-06-08 17:37:11 +00:00
Mark Fisher
2a89e80dfb INT-1155 initial commit for XPathTransformer 2010-06-08 16:40:29 +00:00
Iwein Fuld
2c4203ab85 some small rephrases in aggregator documentation 2010-06-04 13:49:17 +00:00
Iwein Fuld
ffe9e961fc updating .gitignore 2010-06-04 13:49:13 +00:00
Chris Beams
6ee1ba4e25 touched up a number of pom comments; added <dependencyManagement> sections to parent and samples poms to allow for <version> and <scope> inheritance across concrete child modules, thus removing some verbosity 2010-06-04 00:07:16 +00:00
Mark Fisher
8c33adef25 failOnWarnings is now 'true' for bundlor plugin 2010-06-03 19:59:14 +00:00
Chris Beams
bc8e1334f2 added necessary <repository> for resolving org.springframework.build.aws.maven 3.0.0.RELEASE dependency 2010-06-03 14:51:21 +00:00
Mark Fisher
aed96e1c93 switched from 'Object' to '?' for the parameterized 'values' of the header map being copied 2010-06-02 22:03:40 +00:00
Mark Fisher
018dd8fb23 committing @Ignores temporarily for failing IP tests 2010-06-02 21:43:54 +00:00
Chris Beams
7ae2c364ea added exclusion to omit target/ directories from samples when being added to the distribution zip file; projects should be 'ready to be built by maven', not 'already built by maven' 2010-06-02 20:25:10 +00:00
Chris Beams
8d3b9c8eeb switched to single-page html output; the xsl applied in this case brings the L&F of the documentation closer to how it was in M4, which is a bonus 2010-06-02 20:25:09 +00:00
Chris Beams
bcf8a401c3 upgraded to aws-maven plugin 3.0.0.RELEASE to avoid SimpleStorageServiceWagon AbstractMethodError build failure happening against 2.0.0.RELEASE when attempting a mvn deploy. See http://build.springframework.org/browse/INT-NIGHTLY-911 for full stack trace. The plugin upgrade should work only on the CI server, which has the 3.0.0.RELEASE artifact already installed; it's not yet clear whether and which maven repository the aws-maven plugin is deployed to, so it will fail for anyone else. No matter for most users and use-cases, however, as it's only the deploy/site-deploy targets that need this plugin. Once it's clear where to fetch this from, a <repository> will be added. 2010-06-02 20:25:07 +00:00
Chris Beams
ef62031617 commented out section in distribution.xml assembly descriptor that aggregates dependencies into the lib/ directory until we figure out what our final plan is with distributing third party dependencies. also copied distributionManagement section from root pom to parent pom; unfortunately it looks like this duplication across the poms cannot be avoided. 2010-06-02 19:20:22 +00:00
Chris Beams
1dad825ea9 created spring-integration-parent module to get away from problems documented at http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html; root pom is now responsible for 'process' issues like <modules> management, documentation, assembly and deployment; -parent pom is responsible for inheritable properties and dependencies; a nice separation of concerns in the end. build-distribution.sh script is no longer required as docbook, javadoc and assembly creation are all now attached to the package phase of the lifecycle. mvn -Pstaging deploy site-deploy to dry-run a deployment; mvn deploy site-deploy to do the real thing. nightly CI build will be updated to do the latter and serve as documentation on how to deploy the project. 2010-06-02 18:40:35 +00:00
Mark Fisher
bdb776f13e added .springBeans to svn:ignore property for ip, httpinvoker, http, test, and core projects 2010-06-02 15:13:00 +00:00
Chris Beams
5826ea6362 prepended ${project.basedir} on all relative paths in parent pom to allow for goal invocation from directories other than the root 2010-06-02 08:44:50 +00:00
Chris Beams
de9b62bd3e build-distribution.sh script can now be safely run from within any directory, including its own 2010-06-02 00:26:42 +00:00
Chris Beams
2033df31a8 switching bundlor artifactIds back. looks like the issue was actually with 500 errors due to a temporary issue on s3's side. 2010-06-01 21:42:42 +00:00
Chris Beams
4effac42c5 s/com.springsource.bundlor.maven/com.springsource.bundlor/ across all poms 2010-06-01 21:15:12 +00:00
Chris Beams
f6b1d79f0f fixed various javadoc warnings; downgraded maven-javadoc-plugin to 2.5, as that's the version that gets forced when using Maven 2.1.0 anyway. 2010-06-01 17:57:29 +00:00
Gary Russell
7d6babbacf Documentation for recent features (serializable payloads, local-address, close option). 2010-05-31 17:53:55 +00:00
Gary Russell
5775fab7b1 INT-1151 Ensure server side of socket is closed whenever client closes (avoid CLOSE_WAIT status on sockets) 2010-05-31 17:51:36 +00:00
Gary Russell
c578fdbbc7 More "just in case" timeouts on test threads (server socket accept) 2010-05-31 14:44:28 +00:00
Gary Russell
1717984d80 Typo in schema comment for local-address 2010-05-31 14:19:58 +00:00
Gary Russell
0bd31e5fa2 Add socket timeouts to the test case sockets "just in case" something goes wrong, so we don't hang the test threads. 2010-05-31 13:58:24 +00:00
Gary Russell
7a139a10a7 TCP Outbound gateway - force socket close on error receiving response; eliminate stack traces from expected exceptions on buffer overflow tests 2010-05-30 20:23:15 +00:00