Oleg Zhurakousky
703a531cb0
INT-1936 fixed FileTransferingMessageHandler to ensure it closes the input stream in cases when Exception is thrown during session.write(..)
2011-06-23 14:46:41 -04:00
Oleg Zhurakousky
97db1da5b2
INT-1921 fixed FTP/SFTP adapters to have '/' as a default file separator character
2011-05-31 15:16:56 -04:00
Oleg Zhurakousky
f709ba9797
INT-1916 fixed schema to be JDK 1.5 compatible
2011-05-25 16:55:42 -04:00
Oleg Zhurakousky
429a92698d
INT-1916 polishing, fixing schema to be JDK 1.5 compatible
2011-05-25 16:15:13 -04:00
Oleg Zhurakousky
567802effa
INT-1916 polishing, removed unused import
2011-05-25 15:57:35 -04:00
Oleg Zhurakousky
30c0a57a17
INT-1916 fixed inability to configure locker/nio-locker with poller on File Inbound Channel Adapter
2011-05-25 15:54:35 -04:00
Oleg Zhurakousky
5bf590bbfb
changed POMs to use version 2.0.5.BUILD-SNAPSHOT
2011-05-23 08:19:47 -04:00
Mark Fisher
6d0aaa7c62
Update version to 2.0.5.BUILD-SNAPSHOT
2011-05-18 14:40:41 -04:00
Mark Fisher
939172e675
Release version 2.0.4.RELEASE
2011-05-18 14:26:36 -04:00
Oleg Zhurakousky
08d601a2ba
INT-1901 added support for 'comparator' atribute for FTP/SFTP Inbound Channel adapters
2011-05-11 15:03:34 -04:00
Oleg Zhurakousky
2872aceeb7
polishing, made getTemporaryFileSuffix() protected
2011-05-06 12:26:41 -04:00
Oleg Zhurakousky
dde2562cf2
INT-1756 polished code in FileTransferringMessageHandler.ensureDirectoryExists() method
2011-05-06 12:19:27 -04: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
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
Oleg Zhurakousky
5ccc5f62ff
removed accidental public fields
2011-05-03 18:59:20 -04:00
Oleg Zhurakousky
954b6465fb
polishing changed 'temporaryFileSuffix' attribute from public to private
2011-05-03 09:38:16 -04:00
Iwein Fuld
be9b57a81a
Fixed javadoc
2011-04-30 20:08:34 +02:00
Iwein Fuld
3955c9d6fb
Add non-parametrized message support to PayloadMatcher.
...
- add testcase (which used to cause compiler failure)
- remove <?> from PayloadMatcher to fix error
- add casts to FileInboundCAWRDTests to deal with backwards compatibility breakage
In some cases backwards compatibility is broken, see INT-1790 for details.
2011-04-30 20:08:34 +02:00
Mark Fisher
b09318a35b
INT-1864 added 'cache-sessions' boolean attribute to FTP adapters. Default is TRUE for backwards compatibility.
2011-04-29 10:43:38 -04:00
Mark Fisher
bd81fe9db2
INT-1857 using LinkedHashSet instead of HashSet to preserve order of File instances in the List returned by a filter
2011-04-18 09:53:23 -04:00
Oleg Zhurakousky
46577add6b
INT-1856 added support for filename-generator-expression to outbound file adapters, added tests
2011-04-07 12:39:40 -04:00
Oleg Zhurakousky
66aba7b5a6
INT-1856 added support for 'filename-generator-expression' to File outbound-gateway
2011-04-03 22:16:57 -04:00
Chris Beams
6e58a9ff99
Add <repositories> to generated poms
...
Synchronize with changes in buildSrc that add repositories
declared in gradle script(s) to generated maven poms during
`generatePom` task.
Issue: GRADLE-48
2011-03-14 01:04:05 +08:00
Oleg Zhurakousky
d12eadf33c
INT-1756 added support for auto-creating remote directories
2011-03-09 09:54:27 -05:00
Oleg Zhurakousky
2d6e490969
INT-1782 added support for configuring temporary suffix
2011-03-07 15:33:58 -05:00
Mark Fisher
13ed0534a2
updated template.mf files for [2.0.4, 2.0.5) version range
2011-02-11 12:54:48 -05:00
Mark Fisher
0e75e6f64d
updated POMs for 2.0.4.BUILD-SNAPSHOT
2011-02-11 12:52:37 -05:00
Mark Fisher
99dc2869af
Re-release version 2.0.3.RELEASE
2011-02-10 09:16:12 -06:00
Mark Fisher
b46052e487
updated template.mf files for 2.0.3
2011-02-09 22:33:30 -06:00
Mark Fisher
73a50fe137
updated POMs for 2.0.4.BUILD-SNAPSHOT
2011-02-09 20:23:41 -06:00
Mark Fisher
c4dbad9ea4
Release version 2.0.3.RELEASE
2011-02-09 20:05:59 -06:00
Gary Russell
a2aedfb969
POMs updated from 2.0.2.RELEASE to 2.0.3.BUILD-SNAPSHOT as version for all project modules
2011-02-09 14:57:26 -05:00
Mark Fisher
c854059ce6
Release version 2.0.2.RELEASE
2011-02-08 11:00:30 -06:00
Mark Fisher
6c6af30922
updating template.mf files for the 2.0.2 release
2011-02-07 09:32:16 -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
f0d446617d
INT-1703 added support for configuring 'remote-file-separator' for FTP/SFTP
2011-01-06 13:35:37 -05:00
Oleg Zhurakousky
078c22077a
INT-1717, INT-1718 polished tests
2010-12-23 14:29:24 -05:00
Mark Fisher
f7259c8181
INT-1718 expected type for the remoteDirectory Expression evaluation is now String
2010-12-23 13:18:35 -05:00
Mark Fisher
c4b0da2800
INT-1717 null, empty, or whitespace-only remoteDirectories will now all be treated as empty string (with NO trailing file separator added)
2010-12-23 13:04:36 -05:00
Mark Fisher
9a661a2160
name clarity
2010-12-22 23:24:56 -05:00
Oleg Zhurakousky
d73f254833
INT-1706 polishing, removed unnecessary 'endsWithIgnoreCase' assertion
2010-12-22 18:38:39 -05:00
Oleg Zhurakousky
2a9bff499c
INT-1706 defined instance variable 'remoteFileSeparator' with '/' value as default
2010-12-22 16:51:45 -05:00
Mark Fisher
42b0c5f581
POMs updated from 2.0.1.RELEASE to 2.0.2.BUILD-SNAPSHOT as version for all project modules
2010-12-21 19:01:50 -05:00
Mark Fisher
594321e3b7
INT-1704 minor change for readability
2010-12-21 16:10:45 -05:00
Oleg Zhurakousky
5e746e8bec
INT-1704 changed to build remoteFilePath useing generated file name
2010-12-21 16:05:46 -05:00
Oleg Zhurakousky
fe6ff2aa98
INT-1704 changed to pass the full file path when calling session.rename(fromPath, toPath) instead of just a file name
2010-12-21 15:33:41 -05:00
Mark Fisher
e6ac44dbbd
Release version 2.0.1.RELEASE
2010-12-17 18:35:24 -05:00
Mark Fisher
6ecda01fda
INT-1699 updated template.mf files for version 2.0.1
2010-12-17 17:25:21 -05:00