Commit Graph

  • fc45fc4c9d Update to latest buildSrc Chris Beams 2010-11-21 12:24:07 -07:00
  • 3acef7cafc INT-1614 refactoring as much as possible into base class Mark Fisher 2010-11-21 14:20:15 -05:00
  • 427116ef1e INT-1614 removed unnecessary abstract parser base classes Mark Fisher 2010-11-21 14:10:14 -05:00
  • cf7141bc9c INT-1614 FTP inbound synchronizer now requires 'sessionFactory' as a constructor argument like the other adapters Mark Fisher 2010-11-21 14:02:38 -05:00
  • 9e3a039d2b INT-1614 replaced AcknowledgmentStrategy with simple delete flag option only Mark Fisher 2010-11-21 13:53:56 -05:00
  • 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 Mark Fisher 2010-11-21 13:32:25 -05:00
  • bad0612dc7 INT-1614 removed all dependency info for commons-lang and commons-io (no longer used in any of our modules) from build.gradle Mark Fisher 2010-11-21 13:17:46 -05:00
  • 7687dc67ee INT-1614 removing dependencies on commons-lang Mark Fisher 2010-11-21 12:57:36 -05:00
  • 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) Oleg Zhurakousky 2010-11-21 12:16:40 -05:00
  • 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 Oleg Zhurakousky 2010-11-21 12:04:16 -05:00
  • 5bffcdc0df INT-1614 un-ignoring SessionFactoryTests Oleg Zhurakousky 2010-11-21 09:49:10 -05:00
  • eed3c792b4 INT-1614 refactored clientMode code per Oleg's updates Mark Fisher 2010-11-21 09:42:01 -05:00
  • ffbf155b1e INT-1614 removed unused Temp.java form test package of SFTP module Oleg Zhurakousky 2010-11-21 09:40:00 -05:00
  • b5aef80cdd INT-1614 changed clientMode in all the test xml files to be either 0 or 2 since these are the only two that we currently support Oleg Zhurakousky 2010-11-21 09:32:01 -05:00
  • 1313572878 INT-1614 fixed FtpSendingMessageHandlerTest, removed unused test xml files, created SessionFactoryTests with Ignored test untill the issue with validating client modes in ASF is fixed Oleg Zhurakousky 2010-11-21 09:27:15 -05:00
  • 06f4bfda06 INT-1614 polished FTP synchronizer with changes from Oleg Mark Fisher 2010-11-20 16:31:16 -05:00
  • d8110b859c INT-1614 added test for validating FTP copying from remote to local dir Oleg Zhurakousky 2010-11-20 14:32:47 -05:00
  • e4d3bc0a09 INT-1614 fixed tests in FTP Oleg Zhurakousky 2010-11-19 22:35:42 -05:00
  • 294ffb2bfe INT-1614 using File instead of Resource for localDirectory Mark Fisher 2010-11-19 21:40:22 -05:00
  • f14df7e59d INT-1614 removed connect() call from constructor Mark Fisher 2010-11-19 21:24:11 -05:00
  • 44ca3a10c9 INT-1614 added channel connect call to session connect() Mark Fisher 2010-11-19 21:19:58 -05:00
  • 16bc4f635d INT-1614 added connect call into constructor Mark Fisher 2010-11-19 20:55:41 -05:00
  • ff607a46a0 INT-1614 opening channel after connecting session Mark Fisher 2010-11-19 20:38:42 -05:00
  • e193bbab68 INT-1614 channel disconnect is already handled by session Mark Fisher 2010-11-19 20:25:30 -05:00
  • e18c5231c9 INT-1614 ignoring Exceptions upon closing the Session Mark Fisher 2010-11-19 20:17:17 -05:00
  • 0a6842dd7d INT-1614 fixed issue with FTP retrieve stream Mark Fisher 2010-11-19 20:02:55 -05:00
  • fc9fff58d4 INT-1614 moved the 'synchronizer' package into the 'remote' Mark Fisher 2010-11-19 18:59:29 -05:00
  • b91a17ed01 INT-1614 renamed DefaultSftpSession to SftpSession and renamed SimpleSftpSessionFactory to DefaultSftpSessionFactory Mark Fisher 2010-11-19 18:52:15 -05:00
  • ff85df9e99 INT-1614 renaming ClientFactory to SessionFactory Mark Fisher 2010-11-19 18:35:16 -05:00
  • b37863a6e4 INT-1614 renaming ClientFactory to SessionFactory Mark Fisher 2010-11-19 18:21:44 -05:00
  • 398fdee558 INT-1614 removed connect() from Session, renamed disconnect() to close() Mark Fisher 2010-11-19 18:19:07 -05:00
  • 2129eddf5e INT-1614 added file-name/path tokenezation to FtpSession Oleg Zhurakousky 2010-11-19 18:10:29 -05:00
  • 66e64979ef INT-1614 refactoring FTP for Session and SessionFactory Mark Fisher 2010-11-19 18:03:46 -05:00
  • 9596777724 INT-1614 refactoring FTP for Session and SessionFactory Mark Fisher 2010-11-19 17:42:34 -05:00
  • d0927bf42d INT-1614 returning boolean if retrieved inputStream is null Mark Fisher 2010-11-19 16:03:05 -05:00
  • dcfb51c0cd INT-1614 removed unnecessary code from FtpInboundFileSynchronizingMessageSource Oleg Zhurakousky 2010-11-19 15:53:34 -05:00
  • c7c0972ce2 INT-1614 moved Session and SessionFactory from SFTP into more general 'remote' package in the file module Mark Fisher 2010-11-19 15:47:45 -05:00
  • 67bac6d61c INT-1614 changed the way remote file is read by synchronizer Oleg Zhurakousky 2010-11-19 15:45:12 -05:00
  • 1886ea3fb1 proof read reference guide David Turanski 2010-11-19 15:32:11 -05:00
  • 8a8835eaa1 INT-1614 got rid of FtpSendingMessageHandlerFactoryBean, logic was moved to parser Oleg Zhurakousky 2010-11-19 14:46:38 -05:00
  • 99cf76f591 INT-1614 got rid of FtpInboundFileSynchronizingMessageSourceFactoryBean, logic was moved to parser Oleg Zhurakousky 2010-11-19 14:34:54 -05:00
  • f5f964f626 INT-1614 renamed FTP '*.client' package to '*.session' Oleg Zhurakousky 2010-11-19 13:16:37 -05:00
  • 0c950f2378 INT-1614 removed warning from SFTP Oleg Zhurakousky 2010-11-19 13:08:55 -05:00
  • 564d72ee64 INT-1614 adding @Ignored sanity tests Oleg Zhurakousky 2010-11-19 13:05:23 -05:00
  • f91e5f4744 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-11-19 12:54:36 -05:00
  • df3422bb44 INT-1637 updated JSCH range to include 0.1.41 since that is available in EBR Mark Fisher 2010-11-19 12:51:06 -05:00
  • 0f8624404e Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-11-19 12:44:23 -05:00
  • 7edbc931b1 INT-1614 replaced 'directoryExists' with 'exists' Mark Fisher 2010-11-19 12:44:10 -05:00
  • 02b26bb54d Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-11-19 12:36:27 -05:00
  • 8df06ae0cf INT-1614 naming consistency Mark Fisher 2010-11-19 12:36:15 -05:00
  • 794cbc9f93 INT-1614 naming consistency Mark Fisher 2010-11-19 12:34:26 -05:00
  • 10899a55de Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-11-19 12:34:25 -05:00
  • 0bdb0a2ef2 INT-1614 naming consistency Mark Fisher 2010-11-19 12:30:58 -05:00
  • ebb9a0afb5 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-11-19 12:30:13 -05:00
  • 46b4d8a595 INT-1614 removed redundant setClientPool call Mark Fisher 2010-11-19 12:28:43 -05:00
  • ee6e079175 INT-1614 removed the 'autoCreateDirectory' property for inbound SFTP Mark Fisher 2010-11-19 12:23:11 -05:00
  • ab034ee9bd Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-11-19 12:07:34 -05:00
  • f02f40acc1 INT1552 added URI variables section to HTTP Outbound Gateway Oleg Zhurakousky 2010-11-19 12:01:58 -05:00
  • d9ebf2657e INT-1614 naming changes for synchronizers and the interface's strategy method itself Mark Fisher 2010-11-19 12:01:39 -05:00
  • abffa7378a INT-1552 error-channel doc polishing Gary Russell 2010-11-19 11:39:28 -05:00
  • 17d280615d INT-1614 renamed 'synchronization' package to 'synchronizer' Mark Fisher 2010-11-19 11:36:06 -05:00
  • 4344c432c5 INT-1614 added SFTP operations to the SftpSession interface so that the calling code is no longer tied to JSCH Channel instances Mark Fisher 2010-11-19 11:30:25 -05:00
  • f08299c8b9 INT-1614 renamed QueuedSftpSessionPool to CachingSftpSessionFactory and it no longer implements Lifecycle Mark Fisher 2010-11-19 10:43:55 -05:00
  • 66fea3257e INT-1614 removed SftpSessionPool and the pool impl now implements SessionFactory Mark Fisher 2010-11-19 10:22:14 -05:00
  • 8076b68bf2 INT-1614 created SftpSession interface Mark Fisher 2010-11-19 10:12:55 -05:00
  • 9f410d5068 INT-1614 SftpSessionFactory is now an interface Mark Fisher 2010-11-19 09:57:22 -05:00
  • 2c2d2fd38a INT-1614 synchronize method now accepts the loacl directory as an argument rather than having its own direct reference Mark Fisher 2010-11-19 09:10:31 -05:00
  • e177797aef INT-1614 encapsulation Mark Fisher 2010-11-19 08:54:59 -05:00
  • 4d05b9c559 INT-1614 polishing Mark Fisher 2010-11-19 08:24:00 -05:00
  • 1d3445c538 INT-1614 removing scheduled task capabilities from synchronizers Mark Fisher 2010-11-19 08:11:26 -05:00
  • d03a6533cf INT-1614 polished SFTP ignored test Oleg Zhurakousky 2010-11-19 08:07:32 -05:00
  • 45798c5345 INT-1614 refactoring FTP and SFTP so that base class receive() calls synchronizer on demand for both (was for SFTP but not FTP). Mark Fisher 2010-11-19 07:47:54 -05:00
  • 1dc64b2914 Eliminate "bad path element" warnings from build output (GRADLE-6) Chris Beams 2010-11-19 04:10:18 -07:00
  • 6c29574071 INT-1552 doc polishing, fixed text overflow in HTTP section Oleg Zhurakousky 2010-11-19 06:10:58 -05:00
  • 22025558d0 INT-1552 doc polishing, aligned Configure* sections Oleg Zhurakousky 2010-11-19 06:03:25 -05:00
  • bae090bca2 INT-1637 removed unnecceunnecessary Import from template.mf - org.jivesoftware.*;version=[3.1.0, 4.0.0), since SFTP is not using it Oleg Zhurakousky 2010-11-19 05:53:22 -05:00
  • d2cced1d20 INT-1637 fixed JCH versioning in template.mf and build.gradle Oleg Zhurakousky 2010-11-19 05:47:34 -05:00
  • fac68dd7e7 Update to latest buildSrc Chris Beams 2010-11-19 03:29:06 -07:00
  • cd80bb96a4 INT-1552 added File filtering sections to FTP/SFTP Oleg Zhurakousky 2010-11-19 05:19:34 -05:00
  • 5257ee4daf Update to latest buildSrc Chris Beams 2010-11-19 02:47:27 -07:00
  • a97d5f46e6 INT-1552 polished twitter docs to reflect the changes for Rate Limiting and provided more details around metadatastore, few minor polishing changes to HVR Oleg Zhurakousky 2010-11-19 04:29:10 -05:00
  • e974067554 Update to latest buildSrc Chris Beams 2010-11-19 02:14:42 -07:00
  • c57a0067cb Twitter test polishing Oleg Zhurakousky 2010-11-19 03:48:59 -05:00
  • b3547433fb polishing Mark Fisher 2010-11-18 23:19:01 -05:00
  • 1f5dfff2e5 polishing Mark Fisher 2010-11-18 22:46:01 -05:00
  • c06e2218b6 polishing Mark Fisher 2010-11-18 22:36:31 -05:00
  • 11477bbe63 changed case for 'j' Mark Fisher 2010-11-18 22:03:27 -05:00
  • 8759d79e22 removed unused 'in-reply-to' Twitter header Mark Fisher 2010-11-18 22:01:28 -05:00
  • d04c0be68a removed 'lastPage' boolean flag from SearchResults since it was never being used (was always false) Mark Fisher 2010-11-18 21:49:01 -05:00
  • 262adbaeab refactored 'task' inner class into a private method for simplicity Mark Fisher 2010-11-18 19:48:14 -05:00
  • 382e074f59 AbstractTwitterMessageSource no longer implements Lifecycle (no longer extends AbstractEndpoint). @Ignore-d irrelevant tests, and removed the RateLimitStatusTrigger. Mark Fisher 2010-11-18 19:44:48 -05:00
  • 5265dad85d removed getFriends() method because we were never calling it (how sad) Mark Fisher 2010-11-18 19:20:24 -05:00
  • f80e3fe14b INT-1552 removed MapBasedChannelResolver in teh HeaderValueRouter section, added paragraph on 'ignore-channel-name-resolution-failures' attribute Oleg Zhurakousky 2010-11-18 19:12:40 -05:00
  • 96552d0a0d removed unused 'page' param (might add later when we do want to use it) from twitter search method Mark Fisher 2010-11-18 19:01:50 -05:00
  • 3fa7fdadec committing updated pom for sftp with spring-integration-test dependency Mark Fisher 2010-11-18 18:28:37 -05:00
  • c5dba36865 INT-1552 Add error-channel to other endpoint docs; schema doc polishing Gary Russell 2010-11-18 18:21:14 -05:00
  • 2df5efb309 INT-1552 general pollishing of several docs to address coments on this JIRA Oleg Zhurakousky 2010-11-18 17:32:46 -05:00
  • cf45498376 INT-1635 upgraded Spring Security dependency to 3.0.5.RELEASE Mark Fisher 2010-11-18 17:18:20 -05:00
  • 9b85a2f550 INT-1552 renamed sections in aggregator, channel, filter and splitter Oleg Zhurakousky 2010-11-18 17:01:42 -05:00
  • a1487c6659 INT-1552 polished gateway docs, renamed sections in adapter, bridge and router Oleg Zhurakousky 2010-11-18 16:48:54 -05:00