Mark Fisher
|
ae538cd108
|
INT-1154 The <header-enricher> element now supports the 'send-timeout' attribute.
|
2010-06-15 01:18:55 +00:00 |
|
Mark Fisher
|
81ce9ec497
|
INT-1165, INT-1175 The 'send-timeout' on a chain element (if provided explicitly) will now take precedence over the send-timeout of its last handler (assuming it's a producer in the first place). Also, duplicate handlers are now rejected in a chain.
|
2010-06-15 01:12:27 +00:00 |
|
Mark Fisher
|
2e15afc767
|
removed license artifacts from ivy.xml files
|
2010-06-08 22:53:47 +00:00 |
|
Mark Fisher
|
d0c527a012
|
added licence file to publications for spring-build
|
2010-05-08 16:00:22 +00:00 |
|
Mark Fisher
|
bf4a310277
|
INT-1127 (unable to reproduce) added tests for channel capacity in a placeholder
|
2010-05-08 14:55:02 +00:00 |
|
Mark Fisher
|
ae262df26e
|
INT-1096
|
2010-04-26 18:53:13 +00:00 |
|
Mark Fisher
|
111f47ece9
|
INT-961
|
2010-04-16 16:48:22 +00:00 |
|
Mark Fisher
|
183cb2d464
|
updated POMs for 1.0.4 release
|
2010-04-16 16:32:26 +00:00 |
|
Mark Fisher
|
71bbe9b237
|
updated template.mf version ranges in preparation for 1.0.4 release
|
2010-04-16 16:08:07 +00:00 |
|
Mark Fisher
|
350ed43937
|
INT-1086, INT-1087, INT-1088 upgraded Spring Framework to 2.5.6.SEC01, Spring WS to 1.5.9.A, and Spring Security to 2.0.5.RELEASE
|
2010-04-16 15:56:17 +00:00 |
|
Mark Fisher
|
0c47f9a0b4
|
INT-745 RecipientListRouter extends AbstractMessageRouter again. The applySequence boolean has moved up to the base class.
|
2010-04-14 22:18:13 +00:00 |
|
Mark Fisher
|
22193b378e
|
INT-977 updated spring.schemas to include mappings for versionless schema URIs starting with Spring Integration version 1.0.4
|
2010-04-12 21:18:02 +00:00 |
|
Mark Fisher
|
0018abe608
|
INT-960
|
2010-03-12 03:16:25 +00:00 |
|
Oleg Zhurakousky
|
2e53ec3b1a
|
INT-875
|
2009-12-24 13:30:58 +00:00 |
|
Mark Fisher
|
18213fcdac
|
INT-857
|
2009-12-23 06:45:51 +00:00 |
|
Mark Fisher
|
a4e7fe36e6
|
INT-779 Added namespace support for 'send-timeout' on handlers.
|
2009-12-23 04:37:34 +00:00 |
|
Mark Fisher
|
10319788f3
|
INT-906 Now retaining reply channel and error channel headers when invoking sendAndReceive() on the MessageChannelTemplate.
|
2009-12-07 00:21:40 +00:00 |
|
Mark Fisher
|
9495ffaa2a
|
INT-858 CronSequenceGenerator: corrected trigger time on rollover when lower order bits specified
|
2009-10-26 20:24:57 +00:00 |
|
Mark Fisher
|
b4a173388f
|
INT-816 applied Dave's patch to the 1.0.x branch
|
2009-10-15 13:28:50 +00:00 |
|
Mark Fisher
|
78dd0ffd0d
|
INT-819 added aspectj to POM
|
2009-10-07 19:41:09 +00:00 |
|
Mark Fisher
|
5e5b037bde
|
INT-825 the <chain> element now accepts an inner poller with a 'ref' attribute
|
2009-10-06 23:15:43 +00:00 |
|
Mark Fisher
|
edd20ce126
|
INT-796
|
2009-10-02 22:02:59 +00:00 |
|
Mark Fisher
|
745650963f
|
INT-797 Any method originally defined on Object is now excluded from the candidates for Message-handling.
|
2009-09-22 19:32:52 +00:00 |
|
Mark Fisher
|
fa16f0073a
|
INT-547 The 'selector' element is now supported at top level.
|
2009-09-04 17:59:31 +00:00 |
|
Mark Fisher
|
a26b4cf776
|
merged r2368 changes for AbstractDispatcher's handler set
|
2009-08-05 20:06:04 +00:00 |
|
Mark Fisher
|
cea730322e
|
INT-739 ExecutorChannel now publishes ErrorMessages to the error channel when Exceptions occur during dispatch.
|
2009-07-18 17:15:17 +00:00 |
|
Oleg Zhurakousky
|
1faa10410f
|
INT-736, added DelayerUsageTest showing how to apply delayer
|
2009-07-18 16:49:34 +00:00 |
|
Mark Fisher
|
ad0890c4f6
|
INT-735 Added ErrorMessage publishing to the DelayHandler for any Exceptions that occur during delayed Message deliveries.
|
2009-07-18 16:13:58 +00:00 |
|
Mark Fisher
|
260690381c
|
INT-736 Added support for the 'scheduler' reference.
|
2009-07-18 00:53:33 +00:00 |
|
Mark Fisher
|
76da6421d3
|
INT-736 Added namespace support for the 'delayer' endpoint.
|
2009-07-18 00:31:28 +00:00 |
|
Mark Fisher
|
c63621cd7b
|
INT-735 Added DelayHandler.
|
2009-07-17 23:22:13 +00:00 |
|
Mark Fisher
|
d52086b934
|
INT-734 Added an 'ignore-failures' flag for 'publish-subscribe-channel' (the default it FALSE).
|
2009-07-17 21:26:38 +00:00 |
|
Mark Fisher
|
fdfb537a16
|
INT-727, INT-728 Refactored parsers so that default beans (errorChannel, nullChannel, and taskScheduler) will always be configured - even when not using the core namespace. Also added support for the 'auto-startup' attribute on several adapters.
|
2009-07-16 18:04:40 +00:00 |
|
Mark Fisher
|
593dc2af3d
|
INT-723 Updated bundle version ranges to allow deployment with Spring 3.0.
|
2009-07-15 20:15:07 +00:00 |
|
Mark Fisher
|
1088a0d1bd
|
INT-722 Modified the ApplicationEventMulicasterParser and affected tests for Spring 3.0 support.
|
2009-07-15 16:55:24 +00:00 |
|
Oleg Zhurakousky
|
7837421b83
|
INT-722, Modified Ivy files to have place-holders instead of concrete versions for Spring and JUnit. Added spring.version and junit.version properties to build.properties. This will allow quick switch to new version of Spring
|
2009-07-14 14:37:41 +00:00 |
|
Oleg Zhurakousky
|
46a2e1e9cd
|
INT-711, Added more concurrency tests
|
2009-07-13 03:23:31 +00:00 |
|
Mark Fisher
|
2de0d5381c
|
INT-720 Added support for the "dispatcher" sub-element within a "channel". This is now where the failover, load-balancer, and task-executor attributes are to be configured.
|
2009-07-12 00:24:55 +00:00 |
|
Mark Fisher
|
ab773b5935
|
INT-711 ExecutorChannel now supports LoadBalancingStrategy and the failover flag.
|
2009-07-11 22:44:15 +00:00 |
|
Mark Fisher
|
a14a8ecb9f
|
removed unused base class
|
2009-07-11 22:40:04 +00:00 |
|
Mark Fisher
|
ca58493478
|
INT-711 Re-added test for overflow of the RoundRobinLoadBalancingStrategy's currentHandlerIndex.
|
2009-07-11 21:32:42 +00:00 |
|
Mark Fisher
|
aeb8c7e3a9
|
INT-711 Created LoadBalancingStrategy and improved encapsulation for the unicasting dispatcher (now contains the TaskExecutor LB strategy and a failover boolean flag).
|
2009-07-11 05:49:34 +00:00 |
|
Iwein Fuld
|
9e74e2aaf0
|
minor message layout
|
2009-07-10 19:15:49 +00:00 |
|
Mark Fisher
|
fd373882de
|
INT-711 Added failover flag for RoundRobinDispatcher and modified Exception handling to accept all RuntimeExceptions rather than only MessageRejectedExceptions. Dispatchers with failover enabled will now throw an AggregateMesssageDeliveryException if all handlers threw Exceptions.
|
2009-07-10 16:23:19 +00:00 |
|
Oleg Zhurakousky
|
8bd176c58a
|
Cleaned up XSD to remove dependency on the order in which inner beans and pollers are defined. Added test case. Tested with JDK5
|
2009-07-09 18:48:45 +00:00 |
|
Oleg Zhurakousky
|
690a41f3c2
|
fixed the xsd
|
2009-07-09 17:32:31 +00:00 |
|
Oleg Zhurakousky
|
73719989ec
|
just touched the file - no changes, refreshing the build
|
2009-07-09 15:58:53 +00:00 |
|
Oleg Zhurakousky
|
5bcd33ea05
|
Cleaned up XSD to remove dependency on the order in which inner beans and pollers are defined. Added test case.
|
2009-07-09 15:50:39 +00:00 |
|
Mark Fisher
|
51af5af74d
|
INT-713
|
2009-07-06 04:36:58 +00:00 |
|
Mark Fisher
|
fbb99956ba
|
updated pom.xml versions for 1.0.3.RELEASE
|
2009-07-05 16:38:34 +00:00 |
|