Mark Fisher
5228e99784
simplified XML with inner beans
2010-07-29 23:13:33 +00:00
Mark Fisher
5958ba07e0
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 23:00:36 +00:00
Mark Fisher
c1cbeecf3a
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:58:04 +00:00
Mark Fisher
d550340889
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:50:47 +00:00
Mark Fisher
3118379ed9
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:48:53 +00:00
Mark Fisher
334fea9a20
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:48:01 +00:00
Mark Fisher
33b66b8b17
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:46:25 +00:00
Mark Fisher
085541a5df
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:44:30 +00:00
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