Commit Graph

943 Commits

Author SHA1 Message Date
Oleg Zhurakousky
3a1bd0fdcd INT-1792 added support for sub-types of an array type to the PayloadTypeRouter 2011-03-08 07:39:24 -05:00
Oleg Zhurakousky
90fedfe220 INT-1792 added support for routing arrays in PayloadTypeRouter 2011-03-07 19:06:13 -05:00
Oleg Zhurakousky
3839db5433 INT-1829 added support for MessageHistory to outbound-channel-adapter 2011-03-07 18:14:45 -05:00
Oleg Zhurakousky
cf50734744 INT-1814 fixed the casting error 2011-03-02 14:26:01 -05:00
Oleg Zhurakousky
aa5119711b INT-1815 added logging for all SubscribableChannels as well as EventDrovenConsumer handler when it subscribes to a Channel 2011-03-02 14:11:35 -05:00
Oleg Zhurakousky
1514a6e64a INT-1815 removed size() method in AbstractDispatcher 2011-03-02 09:32:29 -05:00
Oleg Zhurakousky
b73e73f069 INT-1814 refactored to ensure that the log message appears for ANY P2P channel, but not for PUB-SUB channel 2011-03-01 14:38:12 -05:00
Oleg Zhurakousky
7932a6592a INT-1814 added INFO message when DirectChannel has more then one subscriber 2011-03-01 10:10:35 -05:00
Dave Syer
fe1975f467 INT-1799: fix index out of bounds in SequenceSizeReleaseStrategy 2011-02-18 08:47:49 +00:00
Mark Fisher
0e75e6f64d updated POMs for 2.0.4.BUILD-SNAPSHOT 2011-02-11 12:52:37 -05:00
Mark Fisher
99dc2869af Re-release version 2.0.3.RELEASE 2011-02-10 09:16:12 -06:00
Mark Fisher
73a50fe137 updated POMs for 2.0.4.BUILD-SNAPSHOT 2011-02-09 20:23:41 -06:00
Mark Fisher
c4dbad9ea4 Release version 2.0.3.RELEASE 2011-02-09 20:05:59 -06:00
Mark Fisher
cae35083e3 INT-1794 no longer creating a Message when a MessageSource returns a null payload object 2011-02-09 18:33:45 -06:00
Gary Russell
a2aedfb969 POMs updated from 2.0.2.RELEASE to 2.0.3.BUILD-SNAPSHOT as version for all project modules 2011-02-09 14:57:26 -05:00
Mark Fisher
c854059ce6 Release version 2.0.2.RELEASE 2011-02-08 11:00:30 -06:00
Mark Fisher
d52de1007c polishing 2011-02-04 15:28:39 -05:00
Mark Fisher
3210d4a9a2 INT-1784 added support for GroovyObjectCustomizers 2011-02-04 14:45:25 -05:00
Mark Fisher
4c669ec205 INT-1727 moved AbstractScriptExecutingMessageProcessor to the 'scripting' package and refactored executeScript() to accept a variable Map instead of the Message. The base class now manages the scriptVariableGenerator property. 2011-02-04 11:56:19 -05:00
Dave Syer
8b5077281a INT-1762: add DEFAULT NULL to UPDATED_DATE and lock hint voodoo for sybase 2011-02-04 09:43:03 +00:00
Oleg Zhurakousky
b76be0973b added test for async flows to InnerGatewayWithChainTests 2011-02-03 10:49:06 -05:00
Oleg Zhurakousky
f6061346d3 added more test to InnerGatewayWithChainTests 2011-02-02 19:56:04 -05:00
Oleg Zhurakousky
1b9380c01f INT-1772 moved send-timeout attribute to the root definition of inbound-channel-adapter 2011-02-01 18:31:45 -05:00
Mark Fisher
93369d45fb xsd doc comment polish 2011-02-01 17:55:13 -05:00
Mark Fisher
17593f37e9 fixed typo: capasity -> capacity 2011-02-01 17:21:06 -05:00
Oleg Zhurakousky
84543c9688 polishing fixed test in GatewayRequestReplyTests.timedOutGateway() 2011-02-01 17:00:11 -05:00
Oleg Zhurakousky
734c3e504a INT-1772 polishing 2011-02-01 16:41:10 -05:00
Oleg Zhurakousky
9128a02034 INT-1772 fixed support for send-timeout for inbound-channel-adapters 2011-02-01 16:33:41 -05:00
Oleg Zhurakousky
32467bd561 INT-1771 removed send-timeout from the poller's schema definition 2011-02-01 09:57:34 -05:00
Mark Fisher
c9451016c4 INT-1765 fixed tool annotation in 'header-enricher-type' (expected-method instead of ref) 2011-01-25 11:22:48 -05:00
Oleg Zhurakousky
aaccf6ff26 polishing, removed warning message 2011-01-21 12:29:16 -05:00
Oleg Zhurakousky
8cf0c559d6 INT-1758 added test for deprecated usage of setPollerMetadata() on AbstractPollingEndpoint 2011-01-21 11:47:49 -05:00
Oleg Zhurakousky
dddf29a39d INT-1758 deprecated setPollerMetadata() on AbstractPollingEndpoint 2011-01-21 11:31:04 -05:00
Oleg Zhurakousky
93f6568c9c INT-1758 refactored AbsractPollingEndpoint to remove deopendency on PollerMetadata, fixed tests 2011-01-21 11:06:48 -05:00
Oleg Zhurakousky
0530bd0acc polishing, removed unnecessary imports 2011-01-20 09:51:42 -05:00
Oleg Zhurakousky
a1d205e7a1 INT-1708, INT-1709 added error-channel to the poller 2011-01-20 09:09:41 -05:00
Oleg Zhurakousky
21b5809057 INT-1708, INT-1709 undid the changes made with regard to adding error-channel to SourcePollingChannelAdapter in favor of adding it to the poller 2011-01-20 08:33:40 -05:00
Mark Fisher
3605950590 added PRIORITY, SEQUENCE_SIZE, and SEQUENCE_NUNBER to the DEFAULT_HEADER_TYPES map in JsonInboundMessageMapper 2011-01-17 17:12:56 -05:00
Mark Fisher
0fd504dbe3 INT-1735 Lifecycle methods now only match if the name/param-types match AND the Lifecycle interface is actually assignable from the declaring class 2011-01-17 14:38:32 -05:00
Mark Fisher
c6a160a804 xsd doc polish 2011-01-17 14:06:26 -05:00
Oleg Zhurakousky
70c458e01f INT-1745 added support for error-channel to in-the-chain gateways 2011-01-17 08:55:51 -05:00
Oleg Zhurakousky
9c23bb49a7 INT-1744 remove TIMESTAMP and ID from DEFAULT_HEADER_TYPES in JsonInboundMessageMapper 2011-01-13 14:08:20 -05:00
Oleg Zhurakousky
f7acb3df94 INT-1708, INT-1709 added test to make sure that 'errorChannel' header takes precedence over 'error-channel' attribute 2011-01-11 19:37:53 -05:00
Oleg Zhurakousky
4bd0cb2c4b INT-1708, INT-1709 added initial support for 'error-channel' to inbound-channel-adapters 2011-01-11 19:19:11 -05:00
Oleg Zhurakousky
2b99849f0c INT-1735 cleaned up test 2011-01-05 13:50:12 -05:00
Oleg Zhurakousky
1cbae6d353 INT-1735 changed the way ExpressionControlBusFactoryBean validates Lifecycle methods 2011-01-05 13:40:20 -05:00
Oleg Zhurakousky
d9263ea92a INT-1715 fixed poller schema definition to allow 'ref' attribute on inner-pollers definitions used in non-core schemas 2011-01-04 13:12:49 -05:00
Chris Beams
abec48dce3 Remaining poms updated to 2.0.2.BUILD-SNAPSHOT
These manual updates are no longer required as of recent changes
to buildSrc and its generatePom tasks.  Now, when the project
version is changed in gradle.properties, generatePom will notice
and fire.  Previously, generatePom did not consider gradle.properties
as input for incremental build purposes; now it does.
2010-12-22 14:22:46 -08:00
Mark Fisher
aef94f10df INT-1710 ObjectToJson tests are now flexible with regard to key=value pair order 2010-12-22 12:44:57 -05:00
Mark Fisher
e6ac44dbbd Release version 2.0.1.RELEASE 2010-12-17 18:35:24 -05:00