Commit Graph

3478 Commits

Author SHA1 Message Date
Mark Fisher
292c7717f6 INT-1304 IntegrationObjectSupport no longer controls access to a ChannelResolver 2010-07-30 18:18:52 +00:00
Mark Fisher
a3b03bbda7 INT-1303 AbstractReplyProducingMessageHandler no longer tries to resolve the replyChannel header value by calling ChannelResolver directly. Instead it simply delegates to MessagingTemplate's new send() method that accepts a "channelName" as a String. 2010-07-30 16:14:14 +00:00
Gary Russell
7cb3de94d6 INT-1280 Remove cyclic package dependency - remove default (de)serializer; add constructor 2010-07-30 13:23:53 +00:00
Mark Fisher
8ffe575b1f INT-1300 MessagingTemplate now provides Channel-resolving send and receive methods (where the 'channelName' can be passed instead of a concrete MessageChannel instance). This temporarily introduces a tangle, but that will be removed in the subsequent refactoring to follow shortly. 2010-07-30 11:48:51 +00:00
Mark Fisher
7d1e14d9fa formatting 2010-07-30 10:22:34 +00:00
Mark Fisher
f4096a8026 the cron-trigger element deprecation warning is now only issued in the case that there actually is a cron-trigger element 2010-07-30 10:07:04 +00:00
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
a39d2fc4cc removing unused package 2010-07-29 22:43:07 +00:00
Mark Fisher
75dacce2f7 INT-1291 removing deprecated sub-elements from <poller> elements in samples 2010-07-29 22:42:46 +00:00
Mark Fisher
7bbbc3e664 sts.config.flow.prefs 2010-07-29 21:57:06 +00:00
Mark Fisher
b879004b72 fixed event delivery to channel with no subscribers 2010-07-29 21:56:34 +00:00
Mark Fisher
6b1795dcc4 reenabled build failure for test failures 2010-07-29 21:47:24 +00:00
Mark Fisher
164023c8bc INT-1301 MessagingTemplate methods now return void instead of boolean, but they throw Exceptions if the underlying channel send() invocation returns false. 2010-07-29 21:14:24 +00:00
Mark Fisher
00d1713981 INT-1299 added MessagingOperations interface and MessagingTemplate implements it 2010-07-29 19:24:17 +00:00
Gary Russell
201646710b INT-1280 Fix serialization test 2010-07-29 17:31:43 +00:00
Gary Russell
cb28603b42 INT-1280 (partial) - Moved Converter implementations back to root package 2010-07-29 17:10:26 +00:00
David Syer
7dda54bb79 INT-1298: Combine some message group features and base classes 2010-07-29 11:14:53 +00:00
David Syer
d92a1245d3 INT-818: EL-based aggregator
* adapted some code from patch to new idioms
* added namespace support
* tidied up *Adapter -> MethodInvoking* for consistency
2010-07-29 08:56:20 +00:00
David Syer
a5c14782fb INT-1285: @ReleaseStrategy and @CorrelationStrategy working in XML config 2010-07-29 06:26:56 +00:00
Josh Long
e01d235e89 noticed that the generated docbook PDF says "Spring-WS," have fixed it to say "Spring Integration" instead 2010-07-29 02:21:44 +00:00
Mark Fisher
aeee48afbb changing pom version to 2.0.0.BUILD-SNAPSHOT 2010-07-28 19:54:08 +00:00
Chris Beams
d73d34751f Add cbeams@ to static.springframework.org scp config
Necessary because bamboo's public key is in my user's authorized_keys
on static.springframework.org
2010-07-28 19:01:09 +00:00
Mark Fisher
1f29147754 Releasing 2.0.0.M6 2010-07-28 18:41:13 +00:00
Chris Beams
23fb560dc0 Revert 'release' profile
-Prelease was inadvertently causing docbook generation to happen after
zip distribution packaging. Reasons for this are unclear, but given
that it was discovered in the middle of a release, the path of least
resistence is simply to revert the functionality and move on.
2010-07-28 18:17:14 +00:00
Chris Beams
3493163b2a Add milestone and EBR repositories to both poms 2010-07-28 17:14:09 +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
Mark Fisher
729b9ca95f INT-1290 parser now recognizes the 'destination-resolver' attribute on <jms:outbound-channel-adapter> 2010-07-28 16:25:11 +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
Chris Beams
72f9dadc69 Add upload-dist functionality 2010-07-28 16:23:10 +00:00
Chris Beams
c4dd25c1c2 Polish whitespace 2010-07-28 16:23:06 +00:00
Mark Fisher
87824eba70 INT-1290 parser now recognizes the 'destination-resolver' attribute on <jms:outbound-gateway> 2010-07-28 16:21:39 +00:00
Mark Fisher
46c2f2599e adjusted package for 'expected-type' in XSD tooling 2010-07-28 16:05:47 +00:00
Mark Fisher
f39dfae179 adjusted package for 'expected-type' in XSD tooling 2010-07-28 16:00:07 +00:00
Mark Fisher
2e0f4e42d4 adjusted package for 'expected-type' in XSD tooling 2010-07-28 15:58:35 +00:00
Mark Fisher
7d73f035b4 adjusted package for ChannelResolver in XSD tooling 2010-07-28 15:56:21 +00:00
Mark Fisher
b3d0d31d77 fixed javadoc warning 2010-07-28 15:52:55 +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
c607445400 fixed package name in parser 2010-07-28 15:32:19 +00:00
Mark Fisher
6257853512 INT-1129 renamed 'message' package to 'mapping' since that is all that remains there 2010-07-28 15:25:33 +00:00
Mark Fisher
3f00c75740 INT-1129 moved StringMessage from 'message' to 'core' (we might remove it before 2.0...) 2010-07-28 15:22:33 +00:00
Mark Fisher
d11741fbab INT-1129 moved MethodInvokingMessageSource from 'message' to 'endpoint' package 2010-07-28 15:18:39 +00:00