Commit Graph

3320 Commits

Author SHA1 Message Date
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
Mark Fisher
cc4f06926a INT-1243 (refactoring publishing-interceptor) Step 3: renamed <publisher> to <publishing-interceptor>, and renamed PublisherParser to PublishingInterceptorParser 2010-07-20 16:41:51 +00:00
Mark Fisher
ecd0f34b3c INT-1243 (refactoring publishing-interceptor) Step 2: removed "payload" attribute from @Publisher. The @Payload annotation now may be used either at method-level or on a single parameter. 2010-07-20 16:10:45 +00:00
Oleg Zhurakousky
a94a5db38f INT-1178 separated conversionService creation from its initialization with converters 2010-07-20 15:38:02 +00:00
Oleg Zhurakousky
970bde86dc INT-1178 added support for existing ConversionService as well as existing ConversioinService in the parent AC 2010-07-20 14:33:27 +00:00
Josh Long
5c2e5d33db a bit of reformatting / clean up 2010-07-20 09:06:27 +00:00
Mark Fisher
b7877feab1 INT-1243 (refactoring publishing-interceptor) Step 1: removed "headers" attribute from @Publisher and <publisher> element's <method> sub-element; using a Map now instead of a comma-delimited string of key=value pairs 2010-07-19 22:55:38 +00:00
Oleg Zhurakousky
90c6b58501 INT-946 rolled back the change (... namespace="##local" . . . to namespace="##other") due to the failing tests in other namespaces 2010-07-19 20:52:14 +00:00
Oleg Zhurakousky
66d637d51f INT-946,added failure tests, polished xsd 2010-07-19 20:38:55 +00:00
Oleg Zhurakousky
0ae10fcfae INT-946 2010-07-19 18:02:25 +00:00
Mark Fisher
6efdf9e372 INT-1229 JMSExceptions thrown when trying to read unsupported JMS properties no longer cause the rest of the properties (e.g. user-defined String, Long, Object, etc. properties) to be skipped when mapping to MessageHeaders. 2010-07-19 17:55:51 +00:00
Mark Fisher
8acb89cedd INT-1229 JMSExceptions caught while attempting to map from JMS properties to MessageHeaders are no longer rethrown (hence no longer fatal) 2010-07-19 17:26:29 +00:00
Mark Fisher
4b3654ef78 INT-1241 attempts to write disallowed JMSCorrelationID, JMSReplyTo, or JMSType no longer cause the rest of the headers to be skipped 2010-07-19 17:20:23 +00:00
Mark Fisher
8189f99d1e increased latch await timeout in test 2010-07-19 14:31:15 +00:00
Mark Fisher
34d50db673 INT-910 moved AbstractScriptExecutingMessageProcessor 2010-07-19 14:13:56 +00:00
Mark Fisher
dc816357f2 INT-910 adding base support for 'script' elements in the core (XSD, Parser, and FactoryBeans) 2010-07-19 13:40:05 +00:00
Oleg Zhurakousky
d348f353b1 INT-1239, updated the docs to reflect INT-1240 change for 'operation-name' and 'object-name' attributes 2010-07-19 12:28:38 +00:00
Oleg Zhurakousky
c2f526586a INT-1240, removed 'default' from 'operation-name' and 'object-name', since 'operation-name' and 'object-name' is now required on adapters/gateway, there is no reason calling them 'default' 2010-07-19 12:23:54 +00:00
Oleg Zhurakousky
7cbf845a83 INT-1178 added documentation for <converter> namespace support 2010-07-19 04:42:12 +00:00
Oleg Zhurakousky
c5a54b77b2 polishing (removed block of commented code) 2010-07-19 04:10:26 +00:00
Oleg Zhurakousky
1d9acb24ea INT-1178, added <converter> namespace support 2010-07-19 04:09:51 +00:00
Oleg Zhurakousky
63a3eecc43 INT-1239 2010-07-19 04:08:07 +00:00
Oleg Zhurakousky
70788ee097 INT-1240 'operation name' and 'object name' is now required 2010-07-19 04:07:22 +00:00
Gary Russell
f331442974 ip doc polishing 2010-07-15 22:40:22 +00:00
David Syer
d0c10cce0e INT-1232: add Spring EL to OSGi template 2010-07-15 14:42:12 +00:00
David Syer
d3817cf123 INT-1232: renamed ParameterExtractor 2010-07-15 14:39:19 +00:00
David Syer
8311a10975 INT-1232: added ParameterMapper 2010-07-15 14:35:04 +00:00
Oleg Zhurakousky
5db5f5fb7a INT-1018 added namespace support for operation-invoking-outbound-gateway 2010-07-14 16:16:03 +00:00
Gary Russell
08d7b8c90e Doc Fix - TCP intro didn't talk about ob gateway 2010-07-13 18:48:41 +00:00