Chris Beams
e4f64d9757
Move admon (tip/note/etc) graphics into subdir
2010-11-22 05:30:41 -07:00
Chris Beams
410da963fe
Minor improvements for syntax highlighting (INT-1612)
2010-11-22 05:30:31 -07:00
Chris Beams
628ed01e80
Ensure admon graphic width is 24pt (INT-1612)
...
This avoids the issue we were seeing in SI the reference doc PDF where
admon graphics (tip, warning, note, etc) were 'fuzzy' because 24pt
graphics were being blown up to 36pt.
2010-11-22 05:30:22 -07:00
Chris Beams
03f510a573
Solve reverse coloration and sizing issues for PDF images (INT-1612)
...
For reasons unknown, most PNG files were showing up in the PDF output
with reverse coloration (or at least significantly shifted. Saving
these files as JPEGs provided a cheap workaround.
Also a number of images were either (a) exceeding the boundaries of the
PDF viewport or (b) scaling down to thumbnail size.
Now using width/contentwidth/scaling attributes in <mediaobject>
elements, as described at http://www.sagehill.net/docbookxsl/ImageSizing.html
to ensure that all images show up correctly scaled in both HTML and PDF
outputs.
2010-11-22 05:30:08 -07:00
Chris Beams
a759d11549
Fix doc typos, upgrade channel-adapter to DocBook 5 (INT-1552)
2010-11-22 05:29:48 -07:00
Mark Fisher
b442ab9873
removed jive from twitter template.mf
2010-11-22 01:50:29 -05:00
Mark Fisher
f7bb5bdd9d
removed warning in test
2010-11-22 01:36:29 -05:00
Mark Fisher
7ec046ad3f
INT-1641, INT-1614 added support for 'filename-regex' for the FTP and SFTP inbound channel adapters
2010-11-22 01:21:07 -05:00
Mark Fisher
bcc919fed7
INT-1614 changed the 'auto-create-directories' attribute to 'auto-create-local-directory' since it only affects the local directory
2010-11-22 01:00:58 -05:00
Mark Fisher
ad485e9124
INT-1614 moved outbound parsers into a single class in the file module
2010-11-22 00:48:05 -05:00
Mark Fisher
c9a1af9970
INT-1614 all logic for inbound adapters is now in a base class
2010-11-22 00:31:50 -05:00
Mark Fisher
4476620094
INT-1614 consistency with pattern-matching FileListFilter implementation names. The PatternMatchingFileListFilter is now RegexPatternFileListFilter (breaks existing use, but since 'filename-pattern' now has a *simple* ant path match, users should know aobut the changes). It's also more consistent with SimplePatternFileListFilter
2010-11-22 00:00:39 -05:00
Mark Fisher
d1e45f79e0
INT-1614 removed the 'remotePredicate' from the MessageSource, it is defined on the synchronizer
2010-11-21 23:24:14 -05:00
Mark Fisher
deccbc5c08
INT-1614 polishing
2010-11-21 23:17:58 -05:00
Mark Fisher
9b5ba8b56a
INT-1614 moved the 'INCOMPLETE_EXTENSION' constant into the AbstractInboundFileSynchronizer class instead of the MessageSource implementation
2010-11-21 23:11:04 -05:00
Oleg Zhurakousky
003d9e71f6
INT-1614 made FtpSession package private
2010-11-21 21:54:27 -05:00
Oleg Zhurakousky
08807db5ab
INT-1614 refactored SftpInboundRemoteFileSystemSynchronizerTests, removed unnecessary test
2010-11-21 20:50:54 -05:00
Mark Fisher
e9d21bfff3
removed unused imports in test
2010-11-21 19:39:21 -05:00
Mark Fisher
6cc442345d
INT-1614 added SpEL support for remote filename generator on FTP outbound adapters, and renamed the 'filename-generator' reference attribute to 'remote-filename-generator' to match SFTP
2010-11-21 19:36:45 -05:00
Mark Fisher
7519398d7c
INT-1614 sftp attrib is now also 'delete-remote-files'
2010-11-21 19:27:29 -05:00
Oleg Zhurakousky
23e2bfc94e
INT-1614 refactored SftpSession and DefaultSftpSessionFactory to align with Ftp
2010-11-21 19:16:52 -05:00
Oleg Zhurakousky
1c8bb054e6
INT-1614 fixed sanity test config based on refactored XML
2010-11-21 19:14:04 -05:00
Mark Fisher
319faaf8d0
INT-1614 temporaryDirectory is now a File instead of a Resource
2010-11-21 19:03:25 -05:00
Mark Fisher
2e3fc66bba
INT-1614 factored all FTP and SFTP MessageHandler code into a single FileTransferringMessageHandler in the spring-integration-file module
2010-11-21 18:54:12 -05:00
Mark Fisher
fd083e9772
INT-1614 FtpSendingMessageHandler now takes the SessionFactory in its sole constructor
2010-11-21 18:14:19 -05:00
Mark Fisher
f448ec93b2
INT-1614 'auto-delete-remote-files-on-sync' is now 'delete-remote-files'
2010-11-21 18:05:18 -05:00
Mark Fisher
21b2a232ea
INT-1614 changed 'local-working-directory' attribute to 'local-directory' on FTP side (now consistent with SFTP and matches the name of the actual property)
2010-11-21 17:45:23 -05:00
Mark Fisher
22c36710f7
INT-1614 ignoring test
2010-11-21 17:30:31 -05:00
Mark Fisher
dbdbb88247
INT-1614 moved file copy code up to base class, subclasses now only implement isFile and getFilename methods
2010-11-21 17:29:51 -05:00
Mark Fisher
a62dece984
INT-1614 proper handling of parameterized method call
2010-11-21 16:32:36 -05:00
Mark Fisher
54ce478f4b
added log4j category for integration
2010-11-21 16:00:03 -05:00
Mark Fisher
d97785a8e6
fixed package name for FTP log4j category
2010-11-21 15:58:53 -05:00
Mark Fisher
4e31918771
INT-1614 changed 'remotePath' property to 'remoteDirectory' - now matches the 'remote-directory' attribute within the schema
2010-11-21 15:56:20 -05:00
Mark Fisher
698a1f922e
INT-1614 moved 'synchronizeToLocalDirectory' to the base class and changed Session.ls() to return an array rather than Collection
2010-11-21 15:42:40 -05:00
Mark Fisher
54ea3867b6
INT-1614 refactoring as much as possible into base class
2010-11-21 15:16:37 -05:00
Mark Fisher
25e20b73c1
INT-1614 refactoring as much as possible into base class
2010-11-21 14:54:04 -05:00
Mark Fisher
72fcb154b8
updated POMs now that there are no dependencies on commons-io or commons-lang
2010-11-21 14:44:44 -05:00
Chris Beams
fc45fc4c9d
Update to latest buildSrc
...
Contains fixes for generatePom incremental build
2010-11-21 12:24:07 -07:00
Mark Fisher
3acef7cafc
INT-1614 refactoring as much as possible into base class
2010-11-21 14:20:15 -05:00
Mark Fisher
427116ef1e
INT-1614 removed unnecessary abstract parser base classes
2010-11-21 14:10:14 -05:00
Mark Fisher
cf7141bc9c
INT-1614 FTP inbound synchronizer now requires 'sessionFactory' as a constructor argument like the other adapters
2010-11-21 14:02:38 -05:00
Mark Fisher
9e3a039d2b
INT-1614 replaced AcknowledgmentStrategy with simple delete flag option only
2010-11-21 13:53:56 -05:00
Mark Fisher
9c0e122958
INT-1614 renamed EntryAcknowledgmentStrategy to AcknowledgmentStrategy for now, but will most likely remove the strategy altogether since there's a conflict if one is set and the delete flag is true at the same time
2010-11-21 13:32:25 -05:00
Mark Fisher
bad0612dc7
INT-1614 removed all dependency info for commons-lang and commons-io (no longer used in any of our modules) from build.gradle
2010-11-21 13:17:46 -05:00
Mark Fisher
7687dc67ee
INT-1614 removing dependencies on commons-lang
2010-11-21 12:57:36 -05:00
Oleg Zhurakousky
d4289cbfa3
INT-1638 fixed import for Jsch bundle in SFTP manifest from [0.1.41, 0.1.5) to [0.1.41, 0.1.50)
2010-11-21 12:16:40 -05:00
Oleg Zhurakousky
5a757523d1
INT-1638 removed unused dependencies form manifests, made minor refactoring to sftp and ftp modules to removed dependencies on commons-io and commons-lang
2010-11-21 12:04:16 -05:00
Oleg Zhurakousky
5bffcdc0df
INT-1614 un-ignoring SessionFactoryTests
2010-11-21 09:49:10 -05:00
Mark Fisher
eed3c792b4
INT-1614 refactored clientMode code per Oleg's updates
2010-11-21 09:42:16 -05:00
Oleg Zhurakousky
ffbf155b1e
INT-1614 removed unused Temp.java form test package of SFTP module
2010-11-21 09:40:00 -05:00