Commit Graph

5580 Commits

Author SHA1 Message Date
Oleg Zhurakousky
d03a6533cf INT-1614 polished SFTP ignored test 2010-11-19 08:07:32 -05:00
Mark Fisher
45798c5345 INT-1614 refactoring FTP and SFTP so that base class receive() calls synchronizer on demand for both (was for SFTP but not FTP). 2010-11-19 07:47:54 -05:00
Chris Beams
1dc64b2914 Eliminate "bad path element" warnings from build output (GRADLE-6) 2010-11-19 04:14:01 -07:00
Oleg Zhurakousky
6c29574071 INT-1552 doc polishing, fixed text overflow in HTTP section 2010-11-19 06:10:58 -05:00
Oleg Zhurakousky
22025558d0 INT-1552 doc polishing, aligned Configure* sections 2010-11-19 06:03:25 -05:00
Oleg Zhurakousky
bae090bca2 INT-1637 removed unnecceunnecessary Import from template.mf - org.jivesoftware.*;version=[3.1.0, 4.0.0), since SFTP is not using it 2010-11-19 05:53:22 -05:00
Oleg Zhurakousky
d2cced1d20 INT-1637 fixed JCH versioning in template.mf and build.gradle 2010-11-19 05:47:34 -05:00
Chris Beams
fac68dd7e7 Update to latest buildSrc 2010-11-19 03:29:06 -07:00
Oleg Zhurakousky
cd80bb96a4 INT-1552 added File filtering sections to FTP/SFTP 2010-11-19 05:19:34 -05:00
Chris Beams
5257ee4daf Update to latest buildSrc
Contains enhancement causing checked-in pom generation to responds to
changes in classpath (GRADLE-35)
2010-11-19 02:49:12 -07:00
Oleg Zhurakousky
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 2010-11-19 04:29:27 -05:00
Chris Beams
e974067554 Update to latest buildSrc
Contains fix for GRADLE-34, which would have prevented deployment
of SI 2.0 GA to http://maven.springframework.org/release
2010-11-19 02:16:20 -07:00
Oleg Zhurakousky
c57a0067cb Twitter test polishing 2010-11-19 03:49:13 -05:00
Mark Fisher
b3547433fb polishing 2010-11-18 23:19:01 -05:00
Mark Fisher
1f5dfff2e5 polishing 2010-11-18 22:46:01 -05:00
Mark Fisher
c06e2218b6 polishing 2010-11-18 22:36:31 -05:00
Mark Fisher
11477bbe63 changed case for 'j' 2010-11-18 22:03:27 -05:00
Mark Fisher
8759d79e22 removed unused 'in-reply-to' Twitter header 2010-11-18 22:01:28 -05:00
Mark Fisher
d04c0be68a removed 'lastPage' boolean flag from SearchResults since it was never being used (was always false) 2010-11-18 21:49:01 -05:00
Mark Fisher
262adbaeab refactored 'task' inner class into a private method for simplicity 2010-11-18 19:48:14 -05:00
Mark Fisher
382e074f59 AbstractTwitterMessageSource no longer implements Lifecycle (no longer extends AbstractEndpoint). @Ignore-d irrelevant tests, and removed the RateLimitStatusTrigger. 2010-11-18 19:44:48 -05:00
Mark Fisher
5265dad85d removed getFriends() method because we were never calling it (how sad) 2010-11-18 19:20:34 -05:00
Oleg Zhurakousky
f80e3fe14b INT-1552 removed MapBasedChannelResolver in teh HeaderValueRouter section, added paragraph on 'ignore-channel-name-resolution-failures' attribute 2010-11-18 19:13:36 -05:00
Mark Fisher
96552d0a0d removed unused 'page' param (might add later when we do want to use it) from twitter search method 2010-11-18 19:01:50 -05:00
Mark Fisher
3fa7fdadec committing updated pom for sftp with spring-integration-test dependency 2010-11-18 18:31:30 -05:00
Gary Russell
c5dba36865 INT-1552 Add error-channel to other endpoint docs; schema doc polishing 2010-11-18 18:21:14 -05:00
Oleg Zhurakousky
2df5efb309 INT-1552 general pollishing of several docs to address coments on this JIRA 2010-11-18 17:33:01 -05:00
Mark Fisher
cf45498376 INT-1635 upgraded Spring Security dependency to 3.0.5.RELEASE 2010-11-18 17:18:20 -05:00
Oleg Zhurakousky
9b85a2f550 INT-1552 renamed sections in aggregator, channel, filter and splitter 2010-11-18 17:02:00 -05:00
Oleg Zhurakousky
a1487c6659 INT-1552 polished gateway docs, renamed sections in adapter, bridge and router 2010-11-18 17:01:59 -05:00
Gary Russell
63ec6e1849 INT-1552 Add error-channel to IP endpoint docs 2010-11-18 16:41:02 -05:00
Oleg Zhurakousky
2e968f673d INT-1552 polished the docs to address the two comments in this issue 2010-11-18 16:09:33 -05:00
Mark Fisher
a46583d464 INT-1627 removed 'beanResolver' property from ExpressionControlBusFactoryBean 2010-11-18 15:37:09 -05:00
Oleg Zhurakousky
f549ccbdd9 fixing broken Twitter tests 2010-11-18 14:35:44 -05:00
Oleg Zhurakousky
2d9af9b849 polishing Twitter 2010-11-18 14:11:37 -05:00
Oleg Zhurakousky
cc6919f1dc necessary and last before release polishing in FTP module 2010-11-18 11:14:25 -05:00
Oleg Zhurakousky
454eed23d1 INT-1631 changed remote-filename-expression to remote-filename-generation-expression, adjusted tests and docs 2010-11-18 08:43:19 -05:00
Oleg Zhurakousky
24781476f3 INT-1631 changed remote-file-expression to remote-filename-expression, adjusted tests and docs 2010-11-18 07:41:02 -05:00
Oleg Zhurakousky
00ba9d016a INT-1629 fixed FTP/SFTP/FTPS docs to reflect the recent changes 2010-11-18 04:38:07 -05:00
Oleg Zhurakousky
37b967cc14 INT-1631 added remote-file-generator attribute to te outbound adapter, final polishing 76.4% coverage 2010-11-18 01:26:01 -05:00
Mark Fisher
e69342510f a bad expression will throw an exception directly, but a missing header will still fall through to the next strategy 2010-11-18 00:39:32 -05:00
Mark Fisher
22bb005081 using brackets (safer) instead of dot notation 2010-11-18 00:32:41 -05:00
Mark Fisher
476d9db4e5 added expression support to DefaultFileNameGenerator 2010-11-18 00:26:43 -05:00
Mark Fisher
f3e854b10c INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method. 2010-11-18 00:03:58 -05:00
Oleg Zhurakousky
9f1d9e87ce INT-1631 polishing, moved checkIfRemoteDirExist to synchronier other minor cleanup 2010-11-17 23:54:05 -05:00
Mark Fisher
d4ebf43833 INT-1530 a custom ObjectMapper can now be provided for the inbound and outbound mappers 2010-11-17 23:09:44 -05:00
Mark Fisher
2d5525a3b9 INT-1530 reviewing 2010-11-17 22:53:27 -05:00
Mark Fisher
6ca10847c9 INT-1627, INT-1601 added ControlBusMethodFilter to restrict commands to Lifecycle, @ManagedOperation/Attribute, and configurable Executor/Scheduler instances 2010-11-17 21:49:46 -05:00
Oleg Zhurakousky
b1c6c9834f INT-1631 added tests for failure to auto-create local directories when auto-create set to false 2010-11-17 21:20:22 -05:00
Oleg Zhurakousky
78e4b2ef5d INT-1631 added tests for auto-creation of the local directories if doen's exist 2010-11-17 21:09:13 -05:00