Commit Graph

5580 Commits

Author SHA1 Message Date
Oleg Zhurakousky
dde2562cf2 INT-1756 polished code in FileTransferringMessageHandler.ensureDirectoryExists() method 2011-05-06 12:19:27 -04:00
Mark Fisher
c4f2fd7afe formatting 2011-05-06 11:45:25 -04:00
Oleg Zhurakousky
d7dbb4690c polishing code 2011-05-06 11:31:13 -04:00
Mark Fisher
1107324ee8 typo 2011-05-06 11:22:31 -04:00
Iwein Fuld
d31079a05c INT-1889 Add note regarding unlocking to reference documentation.
When a NioLocker acquires locks from the FileReadingMessageSource, they are not released by Spring integration. There is no way to do that without surprising a user, so we leave it up to the user to do the unlocking when needed.
2011-05-06 09:09:03 +02:00
Oleg Zhurakousky
1731bfb3b4 INT-1885 added support for empty remote-file-separator to the FTP Inbound Channel Adapter 2011-05-05 18:45:16 -04:00
Mark Fisher
fa89de297e updates to http doc proxy section 2011-05-05 17:59:08 -04:00
Oleg Zhurakousky
48d002f679 INT-1894 added support for splitter that's in the chain to have 'apply-sequence' attribute 2011-05-05 17:37:14 -04:00
Mark Fisher
2b331e1a14 formatting 2011-05-05 17:14:58 -04:00
Mark Fisher
4c4de3d69f formatting 2011-05-05 16:37:53 -04:00
Mark Fisher
25e2e16644 formatting 2011-05-05 16:36:43 -04:00
Mark Fisher
45a1d4eed3 formatting 2011-05-05 16:24:24 -04:00
Oleg Zhurakousky
f96a577cb2 INT-1891 removed 'file:' from the docs 2011-05-05 13:20:37 -04:00
Oleg Zhurakousky
937e681df7 INT-1892 added support in SFTP for renaming files to file names that represent and existing file 2011-05-05 10:05:40 -04:00
Oleg Zhurakousky
e338233bae INT-1890 added error-channel to HTTP Inboudn gateway/adapter 2011-05-04 19:54:37 -04:00
Mark Fisher
5b60eba10b renamed 'initializationMonitor' to 'folderMonitor' since it's used for synchronizing every call to receive() 2011-05-04 16:19:57 -04:00
Dave Syer
225f4a3b84 INT-1806: fix duplicate MBeans 2011-05-04 17:54:58 +01:00
Oleg Zhurakousky
52c0ceaf4c INT-1886 polishing 2011-05-04 12:30:38 -04:00
Oleg Zhurakousky
b0cf5c0b47 INT-1886 fixed the refactoring mistake where send() was changed to sendAndReceive() 2011-05-04 12:10:13 -04:00
Oleg Zhurakousky
d26159e1a6 INT-1886 refactored ChannelPublishingJmsMessageListener to delegate to MessagingGatewaySupport instead of subclassing it 2011-05-04 12:04:15 -04:00
Oleg Zhurakousky
01ac530db6 INT-1827 edited HTTP Proxy documentation (removed Commons section) 2011-05-04 09:42:13 -04:00
Oleg Zhurakousky
1835902eb1 INT-1827 edited HTTP Proxy documentation 2011-05-04 08:44:45 -04:00
Oleg Zhurakousky
497b03a918 INT-1859 added documentation for exception-type-router namespace support 2011-05-04 07:31:05 -04:00
Oleg Zhurakousky
7c05cbb9b4 INT-1881 added docs for inner bean support for header-enricher 2011-05-04 07:26:24 -04:00
Dave Syer
e5ce27352f Spelling error 2011-05-04 08:14:09 +01:00
Oleg Zhurakousky
c87a34c820 INT-1853 added documentation about poller configuration 2011-05-03 23:22:55 -04:00
Oleg Zhurakousky
765503daa4 polishing, fixed warning messages 2011-05-03 19:20:57 -04:00
Oleg Zhurakousky
a99e51e7b2 polishing 2011-05-03 19:16:07 -04:00
Oleg Zhurakousky
394c145777 polishing 2011-05-03 19:13:47 -04:00
Mark Fisher
3fe88e626b added documentation and assertion to IntegrationContextUtils to clarify that the BeanFactory must not be null 2011-05-03 19:04:28 -04:00
Oleg Zhurakousky
5ccc5f62ff removed accidental public fields 2011-05-03 18:59:20 -04:00
Oleg Zhurakousky
842af05441 polished PollingLifecycleTests making it more reliable 2011-05-03 18:57:13 -04:00
Oleg Zhurakousky
c6fad52082 polished PollingLifecycleTests to address breaking build 2011-05-03 18:52:29 -04:00
Oleg Zhurakousky
81b125d7e2 INT-1866 polishing 2011-05-03 18:46:26 -04:00
Oleg Zhurakousky
e812b6b0e3 INT-1866 polishing 2011-05-03 18:41:31 -04:00
Oleg Zhurakousky
7622fd9112 INT-1866 moved HeaderMapper building logic to parsers (part 2) 2011-05-03 18:39:01 -04:00
Oleg Zhurakousky
7ecd7c2490 INT-1866 moved HeaderMapper building logic to parsers 2011-05-03 18:26:49 -04:00
Mark Fisher
832ff4358a polishing 2011-05-03 17:51:20 -04:00
Oleg Zhurakousky
2deb97608a polishing 2011-05-03 17:19:37 -04:00
Oleg Zhurakousky
117e1cc5c7 polishing 2011-05-03 17:03:11 -04:00
Oleg Zhurakousky
def3647c80 INT-1853 changed default max-messages-per-poll to be Integer.MIN_VALUE 2011-05-03 16:52:53 -04:00
Dave Syer
2150b9b806 INT-1789: fix test for Java 5 (duh) 2011-05-03 17:28:53 +01:00
Dave Syer
fdc5862e44 INT-1789: clarify docs in XSD 2011-05-03 17:11:16 +01:00
Dave Syer
41a8307266 INT-1789: Added 'managed-components' attribute to mbean-export 2011-05-03 17:06:06 +01:00
Oleg Zhurakousky
ea469ca887 INT-1817 polishing 2011-05-03 10:22:09 -04:00
Oleg Zhurakousky
d6c92e2a37 INT-1829 polishing, added @Override on getComponentType() 2011-05-03 10:20:20 -04:00
Oleg Zhurakousky
3956193bea INT-1817 changed attribute value from 'object-name-static-properties-ref' to 'object-name-static-properties' 2011-05-03 10:16:33 -04:00
Oleg Zhurakousky
c4bb717567 INT-1829 refactored MethodInvokingMessageHandler by adding setter to set 'componentType' value instead of hardcoding it 2011-05-03 10:08:44 -04:00
Oleg Zhurakousky
954b6465fb polishing changed 'temporaryFileSuffix' attribute from public to private 2011-05-03 09:38:16 -04:00
Oleg Zhurakousky
9eb13f0c40 INT-1814 added logging for subscriber removal. Changed evaluation logic to evaluate on NamedComponent 2011-05-03 09:32:33 -04:00