Commit Graph

5090 Commits

Author SHA1 Message Date
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
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
c3ec6aa68a INT-1719 added setDeliveryPersistent method to JmsOutboundGateway, fixed the schema and the parser 2011-01-21 09:31:07 -05:00
Oleg Zhurakousky
f5e9dc72e4 INT-1719 adding missing test config file 2011-01-20 17:00:16 -05:00
Oleg Zhurakousky
2cc182a667 INT-1719 added delivery-persistent attribute to outbound-gateway, deprecated delivery-mode 2011-01-20 16:58:47 -05:00
Oleg Zhurakousky
c3ea9d279a INT-1747 added SimpleAsyncTaskExecutor to ResubmittingTask 2011-01-20 14:49:47 -05:00
Oleg Zhurakousky
129df10cd6 INT-1751 added mapped-request/response-type attributes to http inbound gateway/adapter 2011-01-20 13:35:15 -05:00
Oleg Zhurakousky
c86ad76323 INT-1713 added content-type to Mail Header Enricher 2011-01-20 12:18:14 -05:00
Oleg Zhurakousky
93511fa616 INT-1713 fixed test 2011-01-20 12:06:13 -05:00
Oleg Zhurakousky
1d78a113ef INT-1713 added initial support for sending a Mail message with content type 2011-01-20 12:05:15 -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
Oleg Zhurakousky
8ee0af309f INT-1753, INT-1754 added support for returning HttpStatus as MessageHeader rehgardles of the payload to the Http Outbound Gateway. Added support forreturning with HttpStatus set by downstream endpoint to Http Inbound Gateway 2011-01-19 20:31:05 -05:00
Oleg Zhurakousky
7aa464c086 INT-1747 added support for Executor to RessubmittingTask 2011-01-19 13:33:04 -05:00
Oleg Zhurakousky
2993f95c52 INT-1747 added the new class ResubmittingTask 2011-01-19 12:02:29 -05:00
Oleg Zhurakousky
3540be1638 INT-1747 initial refactoring of IDLE task to use Scheduler 2011-01-19 11:49:11 -05:00
Mark Fisher
5d8e0f24a0 re-updating buildSrc 2011-01-19 10:20:14 -05:00
Oleg Zhurakousky
52a1439991 INT-1739 fixed HttpRequestHandlingEndpointSupport to call close() on ServletServerHttpResponse to make sure that mapped headers are written to the response 2011-01-18 19:02:15 -05:00
Mark Fisher
befe46fe86 polish 2011-01-18 14:31:50 -05:00
Chris Beams
e5d6380c08 Update to latest buildSrc changes
Includes upgrade of Gradle wrapper to 0.9.1 GA.
2011-01-18 15:49:59 +07:00
Oleg Zhurakousky
349cddb273 fixed compilation error 2011-01-17 18:17:51 -05:00
Oleg Zhurakousky
4c023d673b adding JMS Channel history test with full config 2011-01-17 18:13:07 -05:00
Mark Fisher
c52df8fb8c INT-1722 renamed the 'userDefinedPrefix' property to 'userDefinedHeaderPrefix' for clarity since it is a prefix for user-defined headers (rather than emphasizing 'user-defined' as an adjective for the prefix itself) 2011-01-17 17:22:49 -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
ef93a8c207 polishing 2011-01-17 16:43:14 -05:00
Mark Fisher
59e0f4cb24 xsd doc polish 2011-01-17 16:10:08 -05:00
Mark Fisher
4b4413628d doc polish 2011-01-17 15:26:25 -05:00
Oleg Zhurakousky
c63094492b javadocs polishing in DefaultHttpHeaderMapper 2011-01-17 15:17:59 -05:00
Mark Fisher
46bd045e66 doc polish 2011-01-17 15:12:14 -05:00