Commit Graph

7448 Commits

Author SHA1 Message Date
Gary Russell
1a3c09c367 INT-1307 Revert ws-inbound-gateway sample to Java 1.5 2010-08-09 00:27:02 +00:00
Gary Russell
110d4db690 INT-1307 Add jaxb-impl to POM in XML module for Java 5 Compatibility 2010-08-08 23:57:30 +00:00
Gary Russell
30eef8e6ce INT-1307 Remove @Override on interface methods in two test cases 2010-08-08 23:03:01 +00:00
Gary Russell
7ab5bae366 INT-1341 @Ignore Hanging JMS Tests 2010-08-08 22:42:10 +00:00
Gary Russell
c25367cfd3 INT-1340 Add TCP Connection Interceptor Chain 2010-08-08 22:13:19 +00:00
Iwein Fuld
c4c728b52b Removed resource loader awareness from FileWritingMessagehandlerFactoryBean as it was no longer used 2010-08-08 08:34:21 +00:00
David Syer
c17bddc34f INT-1281: BeanFactoryTypeConverter gives access in SpEL expressions to standard BeanFactory type conversion 2010-08-04 20:20:02 +00:00
David Syer
43c2849248 INT-928: tidy nested aggregator 2010-08-04 20:15:41 +00:00
David Syer
8893388a8d INT-928: added correlation history tracking to base classes for splitter and aggregator 2010-08-04 20:09:39 +00:00
David Syer
278d16fde4 INT-1296: merge XSD types 2010-08-04 16:29:29 +00:00
Mark Fisher
caaa261719 INT-1284 added SimpleBeanResolver to replace multiple inline, anonymous implementations 2010-08-02 19:05:13 +00:00
David Syer
1015ebadf2 Extend timeout in gateway test (intermittent failures under load) 2010-08-02 09:02:27 +00:00
Mark Fisher
de82ec9eaf INT-1307 using charset.name() instead of charset itself in String constructor for Java 5 compatibility 2010-08-02 03:11:45 +00:00
Oleg Zhurakousky
57c47c7313 INT-1302, added commons-logging to template.mf 2010-08-02 02:04:28 +00:00
Oleg Zhurakousky
8b1c5b1315 INT-1302, MarshallingWebServiceInboundGateway now implements SmartLifecycle, so it will register itself as a subscriber to the reply-channel. It wasn't doing this. 2010-08-02 01:53:45 +00:00
Oleg Zhurakousky
a5031020e7 INT-1307 Updated schema to make sure its compatible with Java 5 (when using <xsd:any namespace="##other"..> and <beans:bean. . .> element we were violating Unique Particle Attribute, so sine we already say any-other, there is no need to explicitly include <beans:bean>), changed ControlBusXmlTest.anonymousConsumerRegistered() since it was throwing MalformedObjectNameException: invalid character '*' which was used in 'generated=*' 2010-08-01 15:49:23 +00:00
Gary Russell
422573ca35 INT-1307 Remove Java 6 dependency (cause in IOException) 2010-08-01 15:28:03 +00:00
Gary Russell
6c45f7538d INT-1307 Remove Java 6 dependencies (cause in IOException; isLoopback() on NetworkInterface) 2010-07-31 22:52:16 +00:00
Gary Russell
ec21584793 Improve tests timing logic; properly wait for the right number of connections 2010-07-31 17:01:44 +00:00
Mark Fisher
086bdf408f simplification 2010-07-30 20:08:29 +00:00
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