Commit Graph

6614 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
c9b663acac INT-1631 added failure test cases for mutually exclusive attributes for inbound and outbound, added test case for injecting Pattern as a bean 2010-11-17 21:01:45 -05:00
Oleg Zhurakousky
5513b0a635 INT-1631 removed local test files that ended up there accidently 2010-11-17 20:04:02 -05:00
Oleg Zhurakousky
a196501ca9 INT-1631 first round removed factory beans in favor of bootstrapping required components in the parser. Eliminated a lot of repetative code, fixed the schema with regard to what is required and optional attributes, added inbound and outbound ignored samples 2010-11-17 20:00:47 -05:00
Oleg Zhurakousky
46b0b56391 INT-1631 first round removed factory beans in favor of bootstrapping required components in the parser. Eliminated a lot of repetative code, fixed the schema with regard to what is required and optional attributes, added inbound and outbound ignored samples 2010-11-17 19:51:07 -05:00
Gary Russell
cf5f51fdb5 INT-1624 Polish ip and jms schemas for error-channel 2010-11-17 16:49:13 -05:00
Gary Russell
3af7a939db INT-1624 @author tags 2010-11-17 16:13:02 -05:00
Gary Russell
27b0f153ee INT-1624 Add error-channel to imap idle inbound channel adapter XSD, Parser, Test 2010-11-17 15:59:55 -05:00
Gary Russell
031ab1424e INT-1624 Add error-channel to imap idle inbound channel adapter XSD, Parser, Test 2010-11-17 15:53:13 -05:00
Gary Russell
984ce33106 INT-1624 Add error-channel to event inbound channel adapter XSD, Parser, Test 2010-11-17 15:52:49 -05:00
Gary Russell
5c1652777e INT-1624 Add error-channel to event inbound channel adapter XSD, Parser, Test 2010-11-17 12:02:55 -05:00
Mark Fisher
62fc29f130 INT-1630 updated thread-local channel section 2010-11-17 10:48:27 -05:00
Mark Fisher
957b7608d5 INT-1627 polishing 2010-11-17 10:16:17 -05:00
Chris Beams
65be52c060 Polish JsonSymmetricalMessageMappingTests 2010-11-16 23:44:02 -07:00
Chris Beams
b2a2db671a Return docbook logging to original settings
`./gradlew -i :docs:reference` *will* show details about parsing errors.
regular output has again been suppressed as it's too verbose by default.
2010-11-16 23:11:49 -07:00
Gary Russell
bfeee039bb INT-1623 INT-1624 Add error-channel to ip inbound adapters and tcp inbound gateway - parsers, XSD and tests only - super classes already do the heavy lifting 2010-11-16 19:20:03 -05:00
Jeremy Grelle
722c990cf4 INT-1530 - Some minor improvements after reviewing the json support package. 2010-11-16 13:23:04 -08:00