Commit Graph

167 Commits

Author SHA1 Message Date
Mark Fisher
14aae355f4 Incrementing poms to 2.0.0.BUILD-SNAPSHOT 2010-06-25 19:31:03 +00:00
Mark Fisher
6639886948 Releasing 2.0.0.M5 2010-06-25 18:52:36 +00:00
Mark Fisher
26c8124bcf fixed dir path in example 2010-06-25 17:32:34 +00:00
Mark Fisher
c40370ad7d added spring-integration-jmx dep in parent 2010-06-25 17:06:30 +00:00
Mark Fisher
03703451cb pom structure 2010-06-25 16:59:46 +00:00
Mark Fisher
220d00d677 added spring-integration-stream and spring-integration-ws deps 2010-06-25 16:57:14 +00:00
Mark Fisher
df7b4eec6a added spring-integration-stream dep 2010-06-25 16:55:10 +00:00
Mark Fisher
b79c32be78 added spring-integration-ip dep 2010-06-25 16:48:17 +00:00
Mark Fisher
19d1b76d8d added spring-integration-stream and spring-integration-jmx deps 2010-06-25 16:47:09 +00:00
Mark Fisher
6bae5f6334 added stream dep 2010-06-25 16:25:40 +00:00
Mark Fisher
6bd9a69ffe added spring-integration-jms to the samples parent pom 2010-06-25 16:19:24 +00:00
Mark Fisher
02fc3c0b29 added spring-integration-stream dep 2010-06-25 16:13:13 +00:00
Mark Fisher
529a5e53ec moved spring-ws dep out of test scope 2010-06-25 16:09:17 +00:00
Chris Beams
3ac9c0224a eliminated unnecessary repetition of <verision> from helloworld sample pom; it now inherits parent pom version just as all other samples do 2010-06-25 08:54:15 +00:00
Chris Beams
1a617b1281 added <repository/> elements as necessary to all sample projects (and sample parent pom) in order to facilitate checking out and building samples individually. Without these definitions, the samples will fail when trying to look up parent poms. 2010-06-24 16:57:52 +00:00
Mark Fisher
2678280dc6 created README.txt with a short note on changing the Groovy script to support unicast instead of multicast 2010-06-20 16:45:14 +00:00
David Syer
6e79334d6d INT-1069: Add namespace support for persistent queues 2010-06-19 06:33:53 +00:00
Mark Fisher
75d2add40c fixed loan quote Comparable implementation (for "best" quote) 2010-06-18 15:13:25 +00:00
David Syer
4e4cb559d1 INT-1069: Change MessageGroup interfaces to better match use cases 2010-06-18 10:49:43 +00:00
Mark Fisher
799afe484c strong typing in aggregator, only using a header for 'BEST' ('ALL' is the default) 2010-06-17 23:14:51 +00:00
Mark Fisher
04c592ba8b removed BanksChannelSelector since it's no longer used 2010-06-17 22:42:33 +00:00
Mark Fisher
f895a5ebda simplified loan-broker routing now that expression supports bean resolution 2010-06-17 22:39:56 +00:00
Mark Fisher
708218277c added spring-integration-stream dependency for 'cafe' sample 2010-06-17 15:08:30 +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
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
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
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
Mark Fisher
45eb7f6555 updated to 1.6 runtime 2010-05-26 20:55:44 +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
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
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
2363e4c525 INT-842 goodbye adapter module 2010-04-30 23:59:22 +00:00
Mark Fisher
6ef9eece71 renamed ws sample to ws-outbound-gateway 2010-04-30 18:16:38 +00:00
Mark Fisher
785ad231bd replaced POJOs with expressions for odd/even routing demos 2010-04-29 19:08:07 +00:00
Mark Fisher
fbdecd62d1 replaced POJOs with expressions for XML-based CafeDemo 2010-04-29 18:42:59 +00:00
Mark Fisher
e4462caf5c simplified demo main 2010-04-29 18:27:52 +00:00
Mark Fisher
629270c60b initial commit of JMX sample 2010-04-19 22:56:25 +00:00
Mark Fisher
acb90da0ee initial commit of JMX sample 2010-04-19 22:56:12 +00:00
Mark Fisher
40385fb836 INT-1061 Upgraded to Spring 3.0.2 2010-04-02 16:30:41 +00:00
Gary Russell
c820ae2c48 Fix comment in roo script re: spring version. 2010-03-29 20:55:54 +00:00
Gary Russell
fee52f0eef Add demo for outbound ip adapter - loanshark Roo App receives data. 2010-03-29 20:05:07 +00:00
Gary Russell
353bbc7fd1 Loan Shark Roo App. Initial Checkin. 2010-03-29 20:01:20 +00:00
Oleg Zhurakousky
203cadc600 added comments 2010-03-15 13:20:24 +00:00