Gunnar Hillert
b01f987882
INT-2123 - Cleaned up dependencies
...
2 modules still had Spring 3.1 transitive dependencies:
* Spring Integration Redis
* Spring Integration Gemfire
1 module was lacking a Jackson dependency:
* Spring Integration AMQP
2011-09-13 11:55:37 -04:00
Mark Fisher
797b4f39f0
Update version to 2.1.0.BUILD-SNAPSHOT
2011-09-02 18:13:36 -04:00
Mark Fisher
1c49e222db
Release version 2.1.0.M1
2011-09-02 18:04:49 -04:00
Mark Fisher
8dd16104d5
updated template.mf files
2011-09-02 17:23:49 -04:00
Mark Fisher
9a1f72b95a
INT-2099 upgraded to Spring 3.0.6.RELEASE
2011-08-31 16:43:26 -04:00
Oleg Zhurakousky
1702413143
MongoDbMessageStore for M1
...
subclassed from AbstractMessageGroupStore
added initial tests for Mongo based MessageGroupStore
added initial implementation of MongoDb-based MessageGroupStore
polished MongoDbMessageStore, made it more inline with JdbcMessageStore, added tests
using MessageWrapper as stored object to accommodate groupId and marked attributes
no longer setting _id explicitly
removed synchronized blocks and concurrency test
2011-08-26 16:26:31 -04:00
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
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
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
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
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
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
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
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
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
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
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
Oleg Zhurakousky
12cb670e01
validating that MongoDB instance running in CI could be used for testing
2011-07-26 14:05:06 -04:00
Oleg Zhurakousky
c26a1c6c6b
INT-1991 moved MongoDB module to the main branch
2011-07-26 08:47:35 -04:00