Commit Graph

32 Commits

Author SHA1 Message Date
Mark Fisher
3b15a0dd38 INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package 2010-08-31 02:51:27 +00:00
Mark Fisher
7c1ab04cd5 INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package 2010-08-31 01:53:45 +00:00
Mark Fisher
e9b86dc087 INT-1389 removed all dependencies on StringMessage from Hello World sample 2010-08-30 20:58:48 +00:00
Mark Fisher
aeee48afbb changing pom version to 2.0.0.BUILD-SNAPSHOT 2010-07-28 19:54:08 +00:00
Mark Fisher
1f29147754 Releasing 2.0.0.M6 2010-07-28 18:41:13 +00:00
Mark Fisher
8b16371b76 fixed import in helloworld sample 2010-07-28 15:38:57 +00:00
Mark Fisher
4283315c08 INT-1129 moved PollableChannel from 'channel' to 'core' 2010-07-28 14:47:55 +00:00
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
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
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
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
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
e4462caf5c simplified demo main 2010-04-29 18:27:52 +00:00
Mark Fisher
ea244637a9 INT-996 moving osgi samples to sandbox for now 2010-03-11 18:24:51 +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
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
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
Mark Fisher
607895204f INT-803 the 'cafe' and 'helloworld' samples now correctly include Spring context XML files in JAR 2009-10-09 15:33:13 +00:00
Mark Fisher
f5208c8eb2 updated sample poms to refer to Spring Framework 3.0.0.M4 and Spring Integration 2.0.0.BUILD-SNAPSHOT 2009-08-21 13:55:25 +00:00
Mark Fisher
c659f35b7a removed specific 1.5 container requirement from .classpath files in samples 2009-07-20 13:11:23 +00:00
Mark Fisher
0201ae2eef INT-729 Added log4j configuration to the Hello World sample. 2009-07-16 21:33:18 +00:00
Oleg Zhurakousky
2cd12df50e INT-718. OSGi-enabled the sample. README file is included. 2009-07-11 05:00:31 +00:00
Mark Fisher
1ff73719cc INT-706 moved the config to the same directory as the code and improved the description 2009-07-08 20:27:19 +00:00
Mark Fisher
bf8aa45aaf INT-700 moved all samples xml files to src/main/resources 2009-07-02 19:27:36 +00:00
Mark Fisher
9b7e97b058 moved org.springframework.integration.samples module to spring-integration-samples 2009-07-02 18:48:31 +00:00