Commit Graph

5122 Commits

Author SHA1 Message Date
Mark Fisher
d52de1007c polishing 2011-02-04 15:28:39 -05:00
Mark Fisher
b6a6c67da7 polishing 2011-02-04 15:21:15 -05:00
Mark Fisher
3210d4a9a2 INT-1784 added support for GroovyObjectCustomizers 2011-02-04 14:45:25 -05:00
Oleg Zhurakousky
f5dc6019d5 INT-1727 polishing 2011-02-04 12:07:38 -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
Mark Fisher
8c50f02555 INT-1727 polishing 2011-02-04 10:20:25 -05:00
Dave Syer
1b44da28c2 INT-1783: add parameterExpressions to expression evaluating sql parameter source 2011-02-04 15:06:49 +00:00
Mark Fisher
031aa372c0 INT-1727 polishing 2011-02-04 09:40:57 -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
51f5ae0ea6 updated the copyrights in the ref manual 2011-02-03 13:17:54 -05:00
Oleg Zhurakousky
d9c3e7eff9 updated documentation with more details regarding default-reply-channel on the Gateway 2011-02-03 13:11:19 -05:00
Oleg Zhurakousky
92af944411 INT-1755 added documentation about configuring MessageStore with QueueChannel 2011-02-03 12:47:56 -05:00
Oleg Zhurakousky
b76be0973b added test for async flows to InnerGatewayWithChainTests 2011-02-03 10:49:06 -05:00
Mark Fisher
221c086a74 INT-1766 the PollableJmsChannel's timeout parameter is now honored by the underlying JmsTemplate 2011-02-02 21:24:56 -05:00
Mark Fisher
cbfb6945b4 added PollableJmsChannelTests 2011-02-02 21:24:56 -05:00
Oleg Zhurakousky
f6061346d3 added more test to InnerGatewayWithChainTests 2011-02-02 19:56:04 -05:00
Mark Fisher
0cb10b5942 INT-1435 added support for runtime priority from SI Message header on JMS outbound gateway 2011-02-02 19:40:50 -05:00
Mark Fisher
da6174c8f0 INT-1435 added support for dynamic priority (thread-bound at runtime) for sending JMS messages 2011-02-02 19:04:46 -05:00
Mark Fisher
d97066bd96 INT-1435 adding tests, one @Ignore-d for now 2011-02-02 10:47:39 -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
Oleg Zhurakousky
eae714a983 polishing fixed the spelling of some of the sftp tests 2011-02-01 09:48:28 -05:00
Gary Russell
1349172061 INT-1692 Document Use of NIO and Implications 2011-01-31 22:10:41 -05:00
Oleg Zhurakousky
ec4ff5c747 INT-1727 polished documentation, tests, configuration and schema files to reflect name changes for ScriptVariableGenerator 2011-01-31 16:23:52 -05:00
Oleg Zhurakousky
ae823fdb5d INT-1727 renamed DefaultScriptVariableSource to DefaultScriptVariableGenerator, documented the new feature in reference manual 2011-01-31 14:06:29 -05:00
Oleg Zhurakousky
da227f07a9 INT-1727 renamed ScriptedVariableSource to ScriptVariableGenerator 2011-01-31 13:43:25 -05:00
Oleg Zhurakousky
c3b99e4bcf INT-1727 polished implementation of DefaultScriptVariableSource as well as isolated the ScriptVariableSource implementation used by the Control Bus into a private inner class 2011-01-31 09:15:16 -05:00
Oleg Zhurakousky
c0ec30b3ce INT-1727 modified doResolveScriptVariables(..) method of DefaultScriptVariableSource to include a Message as an argument 2011-01-29 12:05:28 -05:00
Oleg Zhurakousky
fc00a926c0 INT-1752 added test cases to validate 'rest-template' attribute support 2011-01-29 11:34:26 -05:00
Oleg Zhurakousky
c4fe6f1c47 INT-1752 added initial support for allowing RestTemplate to be specified on HTTP outbound adapters/gateways 2011-01-28 15:54:28 -05:00
Oleg Zhurakousky
fba272adad INT-1757 added support to be able to control HttpStatus via MessageHeaders for HTTP inbound gateway 2011-01-28 12:27:02 -05:00
Oleg Zhurakousky
061ce2f05d INT-1768 added support for propagating AcknowledgeMode to JmsTemplate when explicitly set on JMS inbound-channel-adapter 2011-01-28 10:43:52 -05:00
Oleg Zhurakousky
2df24cc603 INT-1727 removed the runtime resolution of bean in DefaultScriptVariableSource if the actual instance is RuntimeBeanReference 2011-01-28 10:08:07 -05:00
Oleg Zhurakousky
bda613709f INT-1727 decoupled relationship between Groovy Contro Bus and generic Script Processor 2011-01-28 08:54:38 -05:00
Oleg Zhurakousky
e9b85bca18 INT-1727 added namespace support for script-variable-source 2011-01-27 16:46:59 -05:00
Oleg Zhurakousky
c3db043334 INT-1727 added namespace support for Groovy binding variables 2011-01-27 16:05:37 -05:00
Oleg Zhurakousky
f80df192c8 INT-1727 refactored Groovy support to use ScriptVariableSource 2011-01-27 11:19:20 -05:00
Mark Fisher
1857d5b6c0 INT-1767 using MediaType.ALL as the default Accept when writing a response in HttpRequestHandlingMessagingGateway 2011-01-26 18:56:07 -05:00
Oleg Zhurakousky
403855fea6 INT-1727 added Message as input parameter to ScriptVariableSource.resolveScriptVariables(Message) method 2011-01-26 10:20:02 -05:00
Oleg Zhurakousky
e6d58735dd INT-1727 added initial support to allow customization of Groovy bindings 2011-01-26 10:14:11 -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
Mark Fisher
d05dc695ca INT-1764 fixed typo: getComponetType -> getComponentType 2011-01-25 11:16:10 -05:00
Oleg Zhurakousky
64d8ba3b61 polished schema documentation 2011-01-24 12:52:24 -05:00
Oleg Zhurakousky
fe527cd4c5 INT-1751 fliped the way inbound/outboundHeaderNames are set on DefaultHttpHeaderMapper when botstrapping http inbound gateway/adapter 2011-01-24 12:43:39 -05:00
Chris Beams
02de94e2f0 Update to latest buildSrc
Includes upgrade to Gradle 0.9.2 GA. See the release notes here:
http://docs.codehaus.org/display/GRADLE/Gradle+0.9.2+Release+Notes
2011-01-24 12:11:08 +07:00