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
Chris Beams
ca29012d2b
removing and svn:ignoring .springBeans files
2010-05-27 07:38:12 +00:00
Mark Fisher
45eb7f6555
updated to 1.6 runtime
2010-05-26 20:55:44 +00:00
Chris Beams
5563c0b5af
adding missing src/(test|main)/resources directories with .svnignore files to avoid empty-dir-pruning by svn
2010-05-26 14:27:42 +00:00
Chris Beams
30faa186c9
updated svn:ignore on all modules to include 'target' directory
2010-05-26 14:21:17 +00:00
Josh Long
a6ed81ffbe
updated the pom.xml file
2010-05-26 03:33:24 +00:00
Chris Beams
d2dab0b7c0
added instruction to emit warnings on redundant casts
2010-05-25 23:18:36 +00:00
Chris Beams
e5219dfe8f
eliminated all compiler warnings throughout all projects
...
updated pom to emit compiler warnings so that any new ones become obvious
added serialVersionUID to classes that could reasonably need to be serialized (GenericMessage, MessageHeaders, etc)
@SuppressWarnings("serial") on all others
@SuppressWarnings("unused") on private static classes used as spring beans for testing (their methods never get called from java)
eliminated all redundant casting
introducted generics metadata where raw types were still being used
changed public API on several FactoryBeans (by adding <Type> information to 'implements FactoryBean' clause)
2010-05-25 23:18:25 +00:00
Chris Beams
8599343832
removing empty org.springframework.integration.* directories
2010-05-25 16:27:13 +00:00
Chris Beams
47b91dc7fd
removed all build.xml and ivy.xml files
2010-05-25 13:22:00 +00:00
Chris Beams
c08a7a657e
renamed modules org.springframework.integration.* -> spring-integration-*
...
@Ignore'd SimpleTcpNetOutboundGatewayTests#testOutboundClose() to avoid failure; this failure is correlated to the module name change, but hard to understand how it would be caused by it
2010-05-25 13:21:25 +00:00