Commit Graph

35 Commits

Author SHA1 Message Date
Mark Fisher
189d047514 INT-2078 valid repositories IDs for Maven 3.0 2011-08-24 20:06:46 -04:00
Mark Fisher
a946f9960a updated POMs with Spring 3.0.5.RELEASE 2011-08-19 16:17:13 -04:00
Oleg Zhurakousky
699afbe7a1 INT-2030 polished RedisMessageGroup
1. simplified size() method to simply return the sum of sizes from marked and unmarked
2. removed System,out.println
3. added more assertions to tests
4. cosmetic changes
2011-08-11 17:36:01 -04:00
Mark Fisher
da2f275074 INT-2046 added @ManagedAttribute to MessageStores
Added to the getMessageCount() in GemfireMessageStore, MongoDbMessageStore, and RedisMessageStore.
2011-08-11 13:59:12 -04:00
Oleg Zhurakousky
521a602dad INT-2040 changed signature of MessageStore.getMessageCount() to return long. Changed affected implementations 2011-08-11 13:07:41 -04:00
Oleg Zhurakousky
94dea0855d INT-2030 finished with initial implementation fo Redis-based MessageGroupStore 2011-08-11 09:53:44 -04:00
Oleg Zhurakousky
28bcb4bfcf INT-2030 finished implementing all methods for Redis-based MessageGroupStore 2011-08-11 09:33:36 -04:00
Oleg Zhurakousky
c6e90e5a0f INT-2030 added support for marking individual messages in the group, polishing of existing code, added tests 2011-08-10 15:16:36 -04:00
Oleg Zhurakousky
f1e2434398 INT-2030 Injected RedisMessageStore into RedisMessageGroup to benefit from code reuse when adding/removing Messages from the group 2011-08-10 13:25:04 -04:00
Oleg Zhurakousky
5388149b3a INT-2030 added support for getOne() and markAll() to Redis MessageGroupStore 2011-08-10 13:14:50 -04:00
Oleg Zhurakousky
665e76e50a INT-2030 added initial support for Redis MessageGroupStore 2011-08-10 12:39:45 -04:00
Oleg Zhurakousky
09d4707104 INT-2029 added support for dealing with Non Serializable message data. Added tests for non-String Messages 2011-08-09 11:58:59 -04:00
Oleg Zhurakousky
655b9c6f54 INT-2029 finished with initial implementation of RedisMessageStore. 2011-08-09 11:20:09 -04:00
Oleg Zhurakousky
1b0a2e85c3 INT-2029 added initial implementation of RedisMessageStore. Upgraded Jackson to version 1.8.3 which is used by spring-data-redis. Regenerated POM files 2011-08-09 09:34:59 -04:00
Oleg Zhurakousky
935cd01d07 INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files 2011-08-08 23:34:12 -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
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
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
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
Dave Syer
304e9b2abb regenerate poms for AMQP changes 2011-08-03 14:38:21 +01: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
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
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
8ce5193f29 INT-2008 added si-redis.conf 2011-07-26 18:27:44 -04:00
Oleg Zhurakousky
68770e2898 INT-2008 un-Ignored all tests requiring running instance of Redis, changed to use custom port 2011-07-26 18:14:05 -04:00
Oleg Zhurakousky
21e25ac1f2 INT-2008 changed single test to test Redis instance running on non-default port 2011-07-26 17:55:56 -04:00
Oleg Zhurakousky
3ed5aa301f INT-2008 testing redis on the CI server 2011-07-26 17:12:11 -04:00
Oleg Zhurakousky
80fa07f356 INT-1992 moved REDIS module to the main branch 2011-07-26 10:41:06 -04:00