Commit Graph

7448 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
67b26da0e0 polishing removed @Overides as well as fixed warnings in JMS and JMX 2010-11-16 16:11:19 -05:00
Chris Beams
81fc4edc8b Docbook parsing errors now show up on the console 2010-11-16 13:35:54 -07:00
Oleg Zhurakousky
c79f7f6a64 INT-1614 fixedthe test in FTP so it won't result in error 2010-11-16 15:01:09 -05:00
Oleg Zhurakousky
6ffd713bc3 polishing 2010-11-16 14:51:44 -05:00
Oleg Zhurakousky
d26b2466dc INT-1614 finished polishing SFTP, fixed tests, imports etc. 2010-11-16 14:50:51 -05:00
Chris Beams
a578f6e8d4 Docbook parsing errors now show up on the console 2010-11-16 12:51:22 -07:00
Oleg Zhurakousky
09d5bae0cc INT-1614 added more tests, added si-test as sftp project dependency to fix the previosu build error, code coverage 77% 2010-11-16 14:23:07 -05:00
Oleg Zhurakousky
d38027951d INT-1614 added fileNameGenerator attribute to teh SFTP outbound, added tests 2010-11-16 14:04:56 -05:00
Oleg Zhurakousky
ed4ec399bc INT-1614 added outbound SFTP tests, more polishing 2010-11-16 13:49:59 -05:00
Oleg Zhurakousky
fda3c380b1 INT-1614 polished test directory structure, exposed auto-startup attribute on Inbound adapter 2010-11-16 13:28:00 -05:00
Oleg Zhurakousky
f03cf5df1b INT-1614 cleaned up the code and schema form removed parts 2010-11-16 12:52:15 -05:00
Oleg Zhurakousky
d754fb1296 INT-1614 first roud of refactoring for SFTP, removed SessionFactory configuration items from the namespace, added sesion-factory attribute to the inbound/outbound adapters 2010-11-16 12:44:13 -05:00
Oleg Zhurakousky
54b2f7dc42 INT-1614 added more tests for FTPS based adapter, coverage is at 80% 2010-11-16 12:00:40 -05:00
Oleg Zhurakousky
f0d344ab57 INT-1614 removed warnings 2010-11-16 11:49:36 -05:00
Oleg Zhurakousky
9390f595dd INT-1614 more polishing, added tests, 78% code coverege 2010-11-16 11:47:06 -05:00
Mark Fisher
c9a58cfc4a INT-1627 renamed 'ExpressionPayloadMessageProcessor' to 'ExpressionCommandMessageProcessor' 2010-11-16 11:36:40 -05:00