Commit Graph

6614 Commits

Author SHA1 Message Date
Oleg Zhurakousky
99f81699b9 INT-2033 added test for 'order' attribute in AMQP module 2011-08-08 18:44:42 -04:00
Oleg Zhurakousky
37fcdbe4d7 INT-2033 added test for 'order' attribute in AMQP module 2011-08-08 18:41:20 -04:00
Oleg Zhurakousky
d38a56922f INT-2000 removed invalid test. Although it could have been fixed with adding a converter to BeanFactoryTypeConverter the actual scenario is invalid and unrealistic 2011-08-08 18:04:13 -04:00
Oleg Zhurakousky
e4d8edf8d6 INT-2001 polishing, removed unneeded import 2011-08-08 17:33:35 -04:00
Oleg Zhurakousky
17268047f9 INT-2001 updated HTTP module to remove its dependency on deprecated classes in Spring 3.1, fixed ETag test 2011-08-08 17:32:09 -04:00
Oleg Zhurakousky
b2c7a45dcf INT-1951, INT-1981 cleaned up the test and changed the template.mf to reflect the lowest version of Spring-WS to be 2.0.0 2011-08-08 17:24:53 -04:00
Oleg Zhurakousky
5afd12a819 INT-1951, INT-1981 refactored WS module to remove dependency on deprecated version of Spring-WS, added validation checks to the Inbound Gateway Parser for 'extract-payload' attribute 2011-08-08 17:21:17 -04:00
Oleg Zhurakousky
74817b98fc INT-2036 added Spring 3.0.5 exclusions for spring-integration-ws and spring-integration-xml in build.gradle. Regenerated POMs 2011-08-08 16:15:52 -04:00
Oleg Zhurakousky
fae321bf4b INT-1951, INT-1981 added parametrization to references of SourceExtractor 2011-08-08 10:44:19 -04:00
Mark Fisher
71f6a7278b updated MessageBuilder.copyHeadersIfAbsent with a wildcard for the Map value to be more flexible and consistent with copyHeaders 2011-08-05 14:41:46 -04:00
Mark Fisher
c9b8ff0b9f INT-2004 updated Redis test config files for the 2.1 schema version (the 2.0 schema version for redis no longer exists) 2011-08-05 13:45:40 -04:00
Mark Fisher
3e71b5a83b INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly 2011-08-05 11:07:20 -04:00
Mark Fisher
1a7d603f63 adding gateway-based echo sample, to be refactored into unit tests later 2011-08-05 10:22:21 -04:00
Mark Fisher
00ffa9c0a5 renaming MongoMessageStore to MongoDbMessageStore for consistency 2011-08-05 10:13:56 -04:00
Mark Fisher
b727868306 INT-2018 added explicit spring-tx dependency in spring-amqp-integration and refined the exclusions 2011-08-05 08:38:54 -04:00
Mark Fisher
ea19a7d5a2 INT-2034 clearing the replyTo address after it has been used (i.e. it is not copied along with the reply Message itself) 2011-08-04 23:14:11 -04:00
Mark Fisher
89bef1e6f6 typos in XSD documentation 2011-08-04 18:28:42 -04:00
Mark Fisher
6e225847aa INT-2018 added excludes for spring modules in the spring amqp dependency of spring-integration-amqp 2011-08-04 17:51:25 -04:00
Mark Fisher
c35a79a0e9 INT-2032 migrated 'spring-integration-gemfire' to main branch from sandbox in preparation for 2.1 development 2011-08-04 16:16:13 -04:00
Mark Fisher
2f5bf21e16 INT-2019 added 'order' attribute for AMQP 'outbound-gateway' and 'outbound-channel-adapter' elements 2011-08-04 15:13:44 -04:00
Mark Fisher
97c61e2512 using hasText instead of simple null check for collectionName 2011-08-04 12:40:53 -04:00
Dave Syer
304e9b2abb regenerate poms for AMQP changes 2011-08-03 14:38:21 +01:00
David Turanski
9f415cc6ab INT-1576,INT-1579,INT-2025: added spring-integration-scripting and fixed HeaderEnricher issue 2011-08-03 15:16:19 +05:30
David Turanski
207f043587 INT-1576,INT-1579,INT-2025: added spring-integration-scripting and fixed HeaderEnricher issue 2011-08-03 15:16:19 +05:30
Mark Fisher
f94411e11d changed case 2011-08-02 17:38:16 -04:00
Mark Fisher
89a4060ad4 removed some commented out code 2011-08-02 17:27:59 -04:00
Mark Fisher
de1b0c1402 MongoMessageStoreTests now actually assert the payload, headers, and Message itself all are equal before and after storing 2011-08-02 17:24:41 -04:00
Mark Fisher
aa0db376ce refactored MongoMessageStore to support reading object payloads again 2011-08-02 17:17:36 -04:00
Mark Fisher
ca1fa6b727 polishing MongoDB availability rule code 2011-08-02 17:08:01 -04:00
Mark Fisher
950c05e6ab updated MongoMessageStore to use a MongoDbFactory rather than direct Mongo instance 2011-08-02 16:53:23 -04:00
Oleg Zhurakousky
ad10c92bd5 polishing Redis tests 2011-08-02 08:52:50 -04:00
Oleg Zhurakousky
563d1db0f1 polishing broken test trying to determine why it fails in CI 2011-08-02 08:10:27 -04:00
Oleg Zhurakousky
c6403f3feb INT-2026 added new packages 2011-08-01 10:03:56 -04:00
Oleg Zhurakousky
24236fa981 INT-2026 added support for @MongodbAvailable to MongoDB-based tests 2011-08-01 10:03:16 -04:00
Oleg Zhurakousky
fec5736675 INT-2024 polishing test, added timeout between send and receive 2011-08-01 09:42:09 -04:00
Oleg Zhurakousky
b26ad561ab INT-2024 polishing test, made redis channel unique for this test 2011-08-01 09:33:55 -04:00
Oleg Zhurakousky
53bfad7aa0 INT-2024 increased the timeout in RedisInboundChannelAdapterTests.testRedisInboundChannelAdapter 2011-08-01 09:01:06 -04:00
Oleg Zhurakousky
413e8a4689 INT-2024 added @Rule to run Redis tests only when Redis is available 2011-08-01 08:48:34 -04:00
Gunnar Hillert
ffc4b07abb #INT-1967 Standardize namespace pre-fixes in documentation 2011-07-31 23:56:42 -04:00
Gunnar Hillert
f35c9b8c3a #INT-1987 - Add a paragraph/section to the beginning of the Reference Manual explaining the usage of namespace prefixes 2011-07-31 23:51:04 -04:00
Gunnar Hillert
3887f55055 #INT-1967 Standardize namespace pre-fixes in documentation 2011-07-31 15:28:21 -04:00
Gunnar Hillert
78c479eb05 Fixed #INT-1984 - Error documentation about Converter; #INT-1967 Standardize namespace pre-fixes in documentation 2011-07-31 11:10:53 -04:00
Gunnar Hillert
9fae5bf477 Fixed #INT-1984 - Error documentation about Converter; #INT-1967 Standardize namespace pre-fixes in documentation 2011-07-31 10:38:00 -04:00
Gunnar Hillert
6497a72bdc Fixed #INT-2021 Clean up formatting issues in chapter 11 (File Support) of the reference documentation 2011-07-29 18:08:49 -04:00
Gunnar Hillert
25c421e82c Fixed #INT-2021 Clean up formatting issues in chapter 11 (File Support) of the reference documentation; #INT-1967 Standardize namespace pre-fixes in documentation 2011-07-29 16:52:53 -04:00
Oleg Zhurakousky
e504436b71 Added another @Ignore to Redis 2011-07-28 08:13:15 -04:00
Oleg Zhurakousky
17999e198e Added @Ignore to Redis and Mongo tests for now. Will be looking into using @Rule 2011-07-28 08:02:46 -04:00
Oleg Zhurakousky
354b4ca65b INT-2016 fixed the typo in the method name 2011-07-28 07:58:56 -04:00
Oleg Zhurakousky
47e3b47955 INT-2016 modified DefaultAmqpHeaderMapper to NOT copy headers such as ID, TIMESTAMP, REPLY_CHANNEL and ERRPR_CHANNEL 2011-07-28 07:48:07 -04:00
Mark Fisher
02735b15f1 INT-2015 'reply-channel' is no longer required in the spring-integration-amqp XSD 2011-07-27 16:39:40 -04:00