Commit Graph

185 Commits

Author SHA1 Message Date
Mark Fisher
75dacce2f7 INT-1291 removing deprecated sub-elements from <poller> elements in samples 2010-07-29 22:42:46 +00:00
David Syer
7dda54bb79 INT-1298: Combine some message group features and base classes 2010-07-29 11:14:53 +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
Oleg Zhurakousky
9146492749 INT-1282 polished to accomodate recent refactoring changes related to IN-1229 2010-07-28 16:41:18 +00:00
Chris Beams
e1cb00ea48 Include Bundlor-generated manifests in jars
In the 2.0.0.M5 release bundlor successfully created manifests at
target/classes/META-INF/MANIFEST.MF within each subproject directory,
however they were not actually picked up by the maven-jar-plugin when
creating each archive. The samples parent pom has now been configured
to explictly specify the 'manifestFile' and refer to the bundlor-generated
manifest.

Additionally, the spring-integration-samples/pom.xml was updated with
a similar configuration for the maven-jar-plugin, but in this case the
spring-integration-parent/pom.xml configuration is being overwritten.
The samples projects do not use Bundlor, and thus there is no generated
manifest in the location mentioned above. This causes the maven-jar-plugin
to error out for the samples, and as a workaround there is now a zero-length
file at spring-integration-samples/src/main/resources/META-INF/MANIFEST.MF
that samples refer to during jar/war packaging. Ugly, but effective.
2010-07-28 16:23:13 +00:00
Mark Fisher
cd6b48f773 fixed import in sample 2010-07-28 15:43:56 +00:00
Mark Fisher
8b16371b76 fixed import in helloworld sample 2010-07-28 15:38:57 +00:00
Mark Fisher
a9ece9dea6 fixed imports in sample 2010-07-28 15:33:06 +00:00
Mark Fisher
4de9a23357 INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration) 2010-07-28 15:05:50 +00:00
Mark Fisher
4283315c08 INT-1129 moved PollableChannel from 'channel' to 'core' 2010-07-28 14:47:55 +00:00
Mark Fisher
2e45b67be2 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:39:50 +00:00
Mark Fisher
00d3e351f7 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:38:36 +00:00
Mark Fisher
b4e627a26a INT-1216 removed tangle between 'channel' and 'context' packages by moving the ChannelResolver interface to 'core' and the BeanFactoryChannelResolver implementation to 'context' 2010-07-28 00:59:11 +00:00
Oleg Zhurakousky
e079c0fb08 INT-1282 polished loanshark's .classpath file 2010-07-27 21:53:03 +00:00
Oleg Zhurakousky
efff839537 INT-1282, Updated licensing information (year), removed bundle activator from 'cafe' sample, added readme.txt and util class to clean up Active MQ to 'jms' sample, other minor polishing 2010-07-27 16:18:35 +00:00
Oleg Zhurakousky
d7d30e6c57 INT-1219 migrated Loanshark sample to 'samples' package hierarchy 2010-07-13 02:50:18 +00:00
Oleg Zhurakousky
550c93c955 INT-1224 migrated LB sample to 'samples' package hierarchy 2010-07-13 02:13:27 +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
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