Commit Graph

144 Commits

Author SHA1 Message Date
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
Mark Fisher
025118cac0 format 2009-12-24 15:19:23 +00:00
Oleg Zhurakousky
c8683b5ab4 Added directives on how to re-enable OSGi console on dmServer past 2.0.M5 2009-12-24 15:05:01 +00:00
Mark Fisher
8301f5410b INT-843 2009-12-23 22:07:38 +00:00
Mark Fisher
b7eabf8102 INT-924 Web Service sample now uses the new <ws:header-enricher> element to set the soap-action header. 2009-12-23 06:19:38 +00:00
Mark Fisher
87d8ba0a14 INT-848 2009-10-16 00:13:50 +00:00
Mark Fisher
4e691df7ab INT-844 updated trunk versions to 2.0.0.BUILD-SNAPSHOT, the 2.0.0.M1 version will be added post-tag 2009-10-12 13:41:03 +00:00
Mark Fisher
45931a0627 INT-844 2009-10-12 13:19:51 +00:00
Oleg Zhurakousky
27640c9aa5 INT-844. Updated OSGi samples for M1 release. 2009-10-12 01:33:46 +00:00
Mark Fisher
3c4d9e1a64 INT-802 filecopy samples now have the 'file' resource prefix 2009-10-09 18:38:01 +00:00