Commit Graph

926 Commits

Author SHA1 Message Date
Mark Fisher
56196bffe8 INT-774 Added EL-based Splitter 2009-08-28 17:58:32 +00:00
Mark Fisher
eff45847e9 INT-773 Renamed MethodInvokingTransformer to MessageProcessingTransformer now that it is more generic and delegates to a MessageProcessor. 2009-08-27 00:28:37 +00:00
Mark Fisher
dc026521d0 INT-773 Refactored MethodInvokingTransformer to have a single constructor expecting a MessageProcessor. All configuration of a MessageMappingMethodInvoker now happens externally (in the FactoryBean or annotation post-processor). 2009-08-26 23:23:31 +00:00
Mark Fisher
481be2f822 INT-773 Added integration test (including config + parsing) for Spring EL-based Transformer. 2009-08-26 21:30:41 +00:00
Mark Fisher
2e168c9984 INT-767, INT-773 Added ExpressionEvaluatingMessageProcessor implementation and added support for EL-based Transformer. 2009-08-26 21:17:35 +00:00
Mark Fisher
4db77d65c8 INT-28 Added support for headers based on the evaluation of EL expressions provided on the @Publisher annotation. 2009-08-25 22:35:01 +00:00
Mark Fisher
0afaa22344 INT-28 Customized the EL parser with 'CreateObjectIfAttemptToReferenceNull' and 'GrowListsOnIndexBeyondSize' configuration, and fixed index incrementing. 2009-08-25 21:28:40 +00:00
Mark Fisher
42a1cf0e13 INT-28 Initial commit of (new in 2.0) MessagePublishingInterceptor. An AOP interceptor that uses EL to construct a Message payload and then publishes it. 2009-08-25 19:26:37 +00:00
Mark Fisher
1e9a998385 added 'src/test/resources' as source folder in .classpath files 2009-08-25 13:38:33 +00:00
Mark Fisher
44761c46e7 removed explicit versions from XSD declarations 2009-08-24 22:09:50 +00:00
Mark Fisher
e0dfba2ae9 INT-765, INT-766 Added MessageProcessor interface. The MessageMappingMethodInvoking now implements that interface. 2009-08-21 22:32:02 +00:00
Mark Fisher
3be8f7b46d pom updates 2009-08-21 16:46:03 +00:00
Mark Fisher
f5208c8eb2 updated sample poms to refer to Spring Framework 3.0.0.M4 and Spring Integration 2.0.0.BUILD-SNAPSHOT 2009-08-21 13:55:25 +00:00
Mark Fisher
d0caa68a6e updated poms for 2.0.0.BUILD-SNAPSHOT and added spring.version and junit.version properties to parent pom 2009-08-20 18:41:20 +00:00
Oleg Zhurakousky
0aaa5f9915 INT-703 Added support for inner consumer definition (beans:bean) 2009-08-18 04:14:10 +00:00
Oleg Zhurakousky
4168b49e49 INT-754. Moved parseInnerHandlerDefinitionMethod(..) to IntegrationNamespaceUtils as static method 2009-08-18 04:05:08 +00:00
Mark Fisher
db150fc800 created 2.0 version of XSD 2009-08-14 21:36:05 +00:00
Mark Fisher
aa8c1dd06c upgraded spring version to 3.0.0.M4 2009-08-10 13:39:39 +00:00
Mark Fisher
3cb811d028 Moved all locking for safe concurrent access into the OrderedAwareLinkedHashSet so that AbstractDispatcher does not have any concurrency concerns itself. 2009-08-05 14:28:21 +00:00
Mark Fisher
7de6b0202f releasing lock in finally blocks 2009-08-05 12:46:20 +00:00
Iwein Fuld
5d6e4fad9e RESOLVED - issue INT-748: AbstractDispatcher allows unsafe concurrent access to handlers list
http://jira.springframework.org/browse/INT-748
2009-08-05 09:18:09 +00:00
Mark Fisher
e881c124d7 removed IntervalTrigger, now replaced by PeriodicTrigger in the Spring 3.0 core 2009-08-05 02:51:18 +00:00
Mark Fisher
002a6497c6 updated underlying Spring dependency to version 3.0.0.CI-352 now that the PeriodicTrigger is in the core (based on, but now replacing Spring Integration's own IntervalTrigger) 2009-08-05 01:02:36 +00:00
Mark Fisher
67b6ea048a Refactored all task scheduling and poller triggering to use functionality now included in the Spring 3.0 core, and removed Spring Integration specific code that is now handled by that corresponding code in the core. 2009-08-04 01:25:53 +00:00
Mark Fisher
ee25237f0b updated spring-integration and spring version ranges in template.mf files, and also updated spring-ws to 1.5.7.A and spring-security to 2.0.5.RELEASE 2009-08-03 22:44:27 +00:00
Mark Fisher
87f4e1f3f4 upgraded Spring version to 3.0.0.CI-348 2009-08-01 23:56:42 +00:00
Mark Fisher
4b3153a7a5 Switched Spring version to 3.0 snapshot and JUnit version to 4.6.0. 2009-07-22 00:05:59 +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