Commit Graph

3094 Commits

Author SHA1 Message Date
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
Gary Russell
ec81a83ef0 *Really* remove auto detection of interface to use. 2010-05-30 19:19:11 +00:00
Gary Russell
e76fb34ed4 @Ignore multicast tests; remove auto-detected interface from unicast tests 2010-05-30 19:12:42 +00:00
Gary Russell
9fef40f179 INT-1149 Support the specification of a network interface via local-address attribute on inbound endpoints and outbound UDP adapter. Docs to follow. 2010-05-30 18:54:50 +00:00
Gary Russell
4fa1483e42 INT-1150 Support java serialization over TCPNet* adapters and Simple TCP gateways. 2010-05-29 16:56:50 +00:00
Gary Russell
3b7696449b INT-1146 close on inbound adapter should close socket regardless of success of channel send 2010-05-28 22:25:05 +00:00
Gary Russell
f6ac5c61bb Fix timing problem on UDP test case (send before ready to receive) 2010-05-28 21:56:22 +00:00
Gary Russell
8119caa249 INT-1145 INT-1146 Add 'close' attribute to tcp gateways and inbound adapters 2010-05-28 21:55:36 +00:00
Chris Beams
af2eafabbe more minor tweaks; still experience some issues with deploying loanshark to tomcat within STS 2010-05-28 18:13:24 +00:00
Chris Beams
e35037dedb eclipse metadata changes after import into STS 2010-05-28 18:13:20 +00:00
Chris Beams
1ea7e22171 eliminated <repositories> section from parent pom; using non-central repos only when and where absolutely necessary, and documenting their necessity explicitly. project was built against an empty local maven repo with success. 2010-05-28 18:13:12 +00:00
Chris Beams
82515f8f1e first fully working and integrated mvn install 2010-05-28 18:13:05 +00:00
Chris Beams
5c77f08fa9 now producing exact same assembly structure and content as M4 distribution zip. see src/assembly/distribution.xml and src/main/scripts/build-distribution.sh 2010-05-28 05:44:04 +00:00
Chris Beams
c709590c2d added changelog, license, readme, and notice text files back to the project 2010-05-27 13:14:30 +00:00
Chris Beams
1ed1bbea6c updated distributionManagement settings to prepare for mvn deploy 2010-05-27 13:14:24 +00:00