Commit Graph

7448 Commits

Author SHA1 Message Date
Mark Fisher
e37d01c5fc INT-1257 removed 'this' from IntegrationObjectSupports message-history writing method 2010-07-26 11:42:39 +00:00
Mark Fisher
a06d4b44ee INT-1257 removed 'this' from IntegrationObjectSupports message-history writing method 2010-07-26 11:37:03 +00:00
Iwein Fuld
f2827ca74b QUALITY: cleanup after NioFileLockerTests fixed 2010-07-26 11:01:14 +00:00
Iwein Fuld
c6c3e9d107 QUALITY: cleaned up FileToChannelIntegrationTests 2010-07-26 11:01:09 +00:00
Iwein Fuld
67bcfec974 QUALITY: removing redundant file prefix 2010-07-26 11:01:00 +00:00
Iwein Fuld
8519b67460 INT-1262: changed FileWritingMessageHandler to work with File instead of Resource. 2010-07-26 11:00:51 +00:00
Iwein Fuld
f8c2266787 BUILD: added some files to .gitignore 2010-07-26 11:00:44 +00:00
Iwein Fuld
1a988f50e1 QUALITY: cleaned up test case 2010-07-26 11:00:41 +00:00
Oleg Zhurakousky
29e5b6174b INT-1260 added support for JMS componentTypes with transport prefix (jms:outbound-gateway), Changed AbstractJmsTemplateVasedAdapter to subclass IntegrationObjectSupport so it could be added to the history 2010-07-26 04:37:52 +00:00
Oleg Zhurakousky
27ba48abf0 INT-1257 Moved history writing logic to IntegrationObjectSupport which has a capability to cache historyWriter instead of doing a look up every time. 2010-07-26 02:31:29 +00:00
Mark Fisher
a7b107cc21 INT-1256, INT-822, INT-823 MultipartAwareFormHttpMessageConverter now relies on the MultipartFileReader strategy 2010-07-26 00:35:35 +00:00
Oleg Zhurakousky
e80dd990da INT-1257 first round of refactoring. Added MessageHostoryWriter and support to only write MessageHistory if MessageHistoryWriter is available as a bean under the name 'historyWriter', created static convinience method on MessageHistory.write(..), removed HandlerInvocationChain and dependency on it from EventDrivenConsumer and PollingConsumer 2010-07-26 00:24:00 +00:00
Mark Fisher
184db41bbc INT-1256, INT-822, INT-823 added MultipartFileReader strategy interface and some implementations 2010-07-25 23:28:29 +00:00
Mark Fisher
d7c083128d INT-1256, INT-822, INT-823 moved multipart/form-data reading logic into a separate HttpMessageConverter implementation (MultipartAwareFormHttpMessageConverter) 2010-07-25 17:28:12 +00:00
Mark Fisher
c6b9f550ab INT-1256, INT-822, INT-823 added MultipartAwareFormHttpMessageConverter for reading multipart/form-data requests 2010-07-25 17:25:22 +00:00
Mark Fisher
4c711e86c6 INT-1256, INT-822, INT-823 added MultipartHttpInputMessage, a multipart-aware implementation of HttpInputMessage 2010-07-25 17:22:22 +00:00
Mark Fisher
234c780056 INT-1256, INT-822, INT-823 added 'supportedMethods' list (with only GET and POST by default), 'expectedType' is now 'conversionTargetType', the charset is now determined from a multipart's Content-Type header if available but still falls back to 'defaultMultipartCharset' (which was just 'multipartCharset'), the HttpMessageConverter list is now configurable. Also added javadoc. 2010-07-24 23:37:38 +00:00
Mark Fisher
c5527f17d9 INT-1256, INT-822, INT-823 working on multipart-form handling 2010-07-24 20:47:56 +00:00
Mark Fisher
2d9de6c79d SerializingHttpMessageConverter does not support byte[] or String (but does support anything else assignable to Serializable) 2010-07-24 19:49:14 +00:00
David Syer
16b8ef2eab Switch to CHAR for UUID in JDBC 2010-07-24 09:07:41 +00:00
Mark Fisher
2e88f4647e generating a Map payload from request parameters for requests that do not contain a body 2010-07-24 00:59:51 +00:00
Mark Fisher
b37cd05aff INT-670 added support for 'payload-expression' on <gateway> element's <method> sub-elements 2010-07-23 18:03:01 +00:00
Oleg Zhurakousky
78753ba34b INT-1242, removed rogue import 2010-07-23 18:01:58 +00:00
Oleg Zhurakousky
9869e02666 INT-1242 added support for header mapper 2010-07-23 17:52:31 +00:00
Mark Fisher
855d955fad INT-670 added support for SpEL expressions in parameter-level @Payload annotations on a Gateway 2010-07-23 15:52:07 +00:00
Mark Fisher
91bb24b102 INT-670 added BeanResolver to context for SpEL evaluation on method-level @Payload annotations for Gateway 2010-07-23 03:13:57 +00:00
Mark Fisher
4c6d5fd752 INT-670 now supporting a method-level @Payload containing a SpEL expression for Gateway methods 2010-07-23 02:58:47 +00:00
Mark Fisher
e11a29f65f INT-1256 initial commit of new (experimental) inbound HTTP adapter 2010-07-22 21:51:59 +00:00
Oleg Zhurakousky
53f930fcb7 accommodating changes in HeaderMapper interface 2010-07-22 15:37:56 +00:00
Mark Fisher
ba4bf66662 less restrictive Map value parameterized type (?) on HeaderMapper interface 2010-07-22 15:19:10 +00:00
Marius Bogoevici
484db76de2 remove unused import 2010-07-22 06:35:50 +00:00
Marius Bogoevici
e75f4b616f INT-1002: add support for fixed-rate, fixed-interval and cron attributes 2010-07-22 06:21:33 +00:00
Oleg Zhurakousky
bdc85ff303 INT-1242 - refactoring to decouple Message conversion from Message headers mapping 2010-07-22 04:47:04 +00:00
Oleg Zhurakousky
2de8b91e91 INT-1254 - upgraded to spring-security-3.0.3.RELEASE 2010-07-22 04:10:37 +00:00
Mark Fisher
18c0df319f INT-1253 added HeaderMapper strategy interface 2010-07-21 20:19:07 +00:00
Oleg Zhurakousky
ccec33dc57 INT-896, Reverted the changes as they were unnecessary at the end 2010-07-21 19:31:03 +00:00
Mark Fisher
5c9780cd71 INT-1203 The "jms-template" reference on a JMS <outbound-channel-adapter> is now properly configured by the parser. 2010-07-21 19:16:27 +00:00
Oleg Zhurakousky
13356b2d96 INT-896, Fixed the test to cover that it actually works 2010-07-21 19:04:28 +00:00
Oleg Zhurakousky
a44f618868 INT-1230, removed eager setting of the ConversionService during initialization 2010-07-21 18:04:53 +00:00
Mark Fisher
082e0dd1c0 INT-910 added spring-integration-groovy to the main build 2010-07-21 17:07:05 +00:00
Mark Fisher
a39b3bd1fd moving spring-integration-groovy from sandbox to trunk 2010-07-21 16:47:12 +00:00
Mark Fisher
af6bd18145 fixed typos and formatting 2010-07-21 16:41:25 +00:00
Mark Fisher
4875b14062 INT-910, INT-1247, INT-1248, INT-1249, INT-1250, INT-1251 added tests for Groovy service-activator, transformer, filter, splitter, and router 2010-07-21 16:14:42 +00:00
Oleg Zhurakousky
cfc20eab57 INT-1230 added ConversionService awareness to GatewayProxyFactoryBean 2010-07-21 15:25:47 +00:00
Oleg Zhurakousky
bc41d7f08c fixed spelling errors 2010-07-21 15:15:10 +00:00
Mark Fisher
c51d0cfc06 INT-1243 fixed class name in config file for test 2010-07-21 13:55:13 +00:00
Mark Fisher
ac673cb11f INT-1243 renamed test class and associated config file to match the name of the parser class under test 2010-07-21 13:40:53 +00:00
Mark Fisher
04585d1d22 INT-650 added support for <publisher> in the core namespace (creates a TriggeredMessagePublisher) 2010-07-20 21:12:34 +00:00
Oleg Zhurakousky
aed4b3bc26 INT-1115 upgraded si-security module to use Spring Security 3.0.2 2010-07-20 21:12:01 +00:00
Mark Fisher
8c2b9184a5 INT-650 initial commit of TriggeredMessagePublisher and a test case 2010-07-20 19:37:12 +00:00