Commit Graph

153 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
53a244c016 INT-1028, moved log4j.xml to test dir 2010-03-12 07:33:43 +00:00
Oleg Zhurakousky
371fc6fab3 INT-1028, polishing, README.txt, pom.xml etc... 2010-03-12 07:30:25 +00:00
Oleg Zhurakousky
9e2296b16a INT-1028, polishing 2010-03-12 07:11:44 +00:00
Oleg Zhurakousky
203cec43bf INT-1028, fixed pom.xml 2010-03-12 06:13:24 +00:00
Oleg Zhurakousky
f8e6e3157f INT-1028, Initial commit of Loan Broker RI 2010-03-12 06:09:59 +00:00
Mark Fisher
ea244637a9 INT-996 moving osgi samples to sandbox for now 2010-03-11 18:24:51 +00:00
Mark Fisher
0a3a1d4fed INT-996 moving osgi samples to sandbox for now 2010-03-11 18:19:41 +00:00
Mark Fisher
7a79b956d6 added README.txt 2010-03-01 23:08:35 +00:00
Mark Fisher
951a5dbb42 INT-994 SimpleEchoResponder now echos the same text as provided in the request, and the servlet loads on startup. 2010-03-01 21:19:49 +00:00
Chris Beams
c9a6b7bf46 removed .springBeans files; added maven classpath container to cafe demo; removed unnecessary saaj dependencies from ws-inbound-gateway demo pom 2010-02-27 08:14:16 +00:00
Chris Beams
643718e6f2 Removing acciddentally committed .class files 2010-02-27 01:09:58 +00:00
Chris Beams
71a712a999 RESOLVED - INT-995: Change Eclipse .classpath to reference SI_IVY_CACHE instead of IVY_CACHE to avoid conflicts with other Spring projects 2010-02-27 01:09:47 +00:00
Chris Beams
1bed124b41 RESOLVED - INT-994: create sample project demonstrating use of ws:inbound-gateway 2010-02-27 01:06:50 +00:00
Mark Fisher
8db7e1cd6a fixed header-enricher element now that error-channel is a sub-element rather than attribute 2010-01-19 15:41:13 +00:00