Commit Graph

5133 Commits

Author SHA1 Message Date
Mark Fisher
d7e7fd7348 doc polishing 2011-02-05 19:14:08 -05:00
Mark Fisher
b6f2f920c8 removed unused import 2011-02-04 20:10:10 -05:00
Oleg Zhurakousky
d8fa81888c INT-1727, INT-1784, polished the docs 2011-02-04 20:04:40 -05:00
Oleg Zhurakousky
6a29c50f21 INT-1727, INT-1784, added customizer test to the Groovy ControlBus, updated Groovy documentation with customizer notes 2011-02-04 19:57:48 -05:00
Mark Fisher
a29bd4ff6b avoiding static var in test 2011-02-04 19:43:36 -05:00
Mark Fisher
ae7b5e409a updated mail pom for 1.4.3 version of JavaMail 2011-02-04 19:37:49 -05:00
Oleg Zhurakousky
f9f2f8cd21 INT-1727 added customizer tests 2011-02-04 19:34:05 -05:00
Mark Fisher
08b460ada6 updated readme and changelog for version 2.0.2 2011-02-04 18:51:10 -05:00
Mark Fisher
21b28f92f5 INT-1784 added support for the 'customizer' attribute in the namespace, for both <script> elements and the groovy <control-bus> 2011-02-04 18:47:41 -05:00
Mark Fisher
6074f5744e polishing 2011-02-04 15:55:52 -05:00
Mark Fisher
2346fa6f0a polishing 2011-02-04 15:50:47 -05:00
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