Commit Graph

6614 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
893d749907 general poslihing in tests for FTP/SFTP and javadocs polishing in DefaultHttpHeaderMapper 2011-01-17 15:08:09 -05:00
Mark Fisher
a0735fd67a doc polish 2011-01-17 15:01:39 -05:00
Mark Fisher
5eef58e9df modified assert error to 'must not be empty' rather than null for hasText(..) check 2011-01-17 14:50:58 -05:00
Oleg Zhurakousky
a7de2656bd INT-1722 exposed userDefinedPrefix as configurable property of the DefaultHttpHeaderMapper 2011-01-17 14:49:06 -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
Mark Fisher
891005c9d6 doc polish 2011-01-17 14:02:48 -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
2eb426b0af INT-1743 refactored test, no more ActiveMQ 2011-01-13 14:00:00 -05:00
Oleg Zhurakousky
6d9335e897 INT-1743 polished test 2011-01-13 13:31:19 -05:00
Oleg Zhurakousky
04e2c47b23 INT-1743 polished test, increased the sleep time 2011-01-13 13:12:15 -05:00
Oleg Zhurakousky
529cf4686e INT-1743 added support for MessageHistory to JMS Channel 2011-01-13 12:59:32 -05:00
Oleg Zhurakousky
1941e53ba7 polished the HTTP doc to remove invalid property from sample 2011-01-13 09:38:56 -05:00
Oleg Zhurakousky
f18392b34b INT-1740 added debug-level logging to DefaultHttpHeaderMapper 2011-01-12 17:09:27 -05:00
Oleg Zhurakousky
20959361f9 INT-1702 polished the code so it doesn't throw unexpected exceptions during the ungraceful exit from the process (e.g., terminate Tomcat). 2011-01-12 16:54:19 -05:00
Oleg Zhurakousky
010a323446 INT-1742 fixed FTP rename functionality which does not play well with some of the FTP servers when rename-to file exists 2011-01-12 11:32:09 -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
8630a10d23 INT-1726 added auto-startup attribute to JDBC outbound adapter/gateway 2011-01-10 19:38:54 -05:00
Oleg Zhurakousky
fee03d435c INT-1726 added poller support for JDBC outbound adapter/gateway 2011-01-10 19:31:20 -05:00
Oleg Zhurakousky
27c8d31889 INT-1729 added error-channel suport for WS inbound-gateway 2011-01-10 16:36:05 -05:00
Oleg Zhurakousky
aab914676e INT-1701 updated reference documentation regarding changes to IMAP IDLE auto-reconnect, changed copyright versions 2011-01-10 09:33:52 -05:00
Oleg Zhurakousky
8ad57f4527 INT-1701 minor polishing on ImapIdleChannelAdapter to actually use 'reconnectDelay' variable 2011-01-08 12:30:07 -05:00
Oleg Zhurakousky
bc9c189ef4 INT-1701 added reconnect logic to ImapIdleChannelAdapter 2011-01-08 12:07:19 -05:00
Chris Beams
0f390cb64c Upgrade to JavaMail 1.4.3
Requires addition of java.net repository, as 1.4.3 is not available
from Maven Central (whereas 1.4.1 was).
2011-01-07 09:04:28 -08:00