Commit Graph

7448 Commits

Author SHA1 Message Date
Oleg Zhurakousky
a69c27b4cf INT-1788 added support for 'ID' to JDBC outbound gateway and adapter 2011-02-08 09:18:25 -05:00
Mark Fisher
d43a19221b re-adding buildSrc as a submodule 2011-02-07 13:24:57 -05:00
Mark Fisher
4c0892c25d removed buildSrc locally 2011-02-07 13:24:28 -05:00
Mark Fisher
669b886cc1 temporarily adding buildSrc locally for 2.0.2.RELEASE 2011-02-07 13:18:32 -05:00
Mark Fisher
cf6517034d temporarily removing buildSrc submodule for 2.0.2.RELEASE 2011-02-07 13:17:35 -05:00
Mark Fisher
227d361fb2 readme update 2011-02-07 10:46:39 -05:00
Mark Fisher
485f80558d readding buildSrc as submodule 2011-02-07 10:38:02 -05:00
Mark Fisher
703ecdccda removed local buildSrc dir 2011-02-07 10:37:08 -05:00
Mark Fisher
dc5da95d7e temporarily adding buildSrc locally for 2.0.2.RELEASE 2011-02-07 10:28:14 -05:00
Mark Fisher
d604236873 temporarily removing buildSrc submodule for 2.0.2.RELEASE 2011-02-07 10:23:55 -05:00
Mark Fisher
da8e6633ba temporarily removing buildSrc submodule for 2.0.2.RELEASE 2011-02-07 10:22:47 -05:00
Mark Fisher
6c6af30922 updating template.mf files for the 2.0.2 release 2011-02-07 09:32:16 -05:00
Mark Fisher
3a45eb2a94 updated 2.0.2 date in files 2011-02-06 16:54:21 -05:00
Mark Fisher
db42d13d54 doc polishing 2011-02-05 19:54:47 -05:00
Mark Fisher
6325e42588 clarified the documentation about providing a message-store for a QueueChannel 2011-02-05 19:41:28 -05:00
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