INT-3085: Use RedisProperties for RMDStore

JIRA: https://jira.springsource.org/browse/INT-3085
This commit is contained in:
Artem Bilan
2013-11-19 18:44:43 +02:00
committed by Gary Russell
parent afb369c0eb
commit 225c0b4c9f
3 changed files with 66 additions and 31 deletions

View File

@@ -38,10 +38,10 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
import org.springframework.integration.core.PollableChannel;
import org.springframework.integration.endpoint.SourcePollingChannelAdapter;
import org.springframework.integration.metadata.MetadataStore;
import org.springframework.integration.redis.metadata.RedisMetadataStore;
import org.springframework.integration.redis.rules.RedisAvailable;
import org.springframework.integration.redis.rules.RedisAvailableTests;
import org.springframework.integration.redis.metadata.RedisMetadataStore;
import org.springframework.integration.metadata.MetadataStore;
import org.springframework.integration.test.util.TestUtils;
import org.springframework.social.twitter.api.SearchMetadata;
import org.springframework.social.twitter.api.SearchOperations;
@@ -60,7 +60,7 @@ public class SearchReceivingMessageSourceWithRedisTests extends RedisAvailableTe
private SourcePollingChannelAdapter twitterSearchAdapter;
private AbstractTwitterMessageSource twitterMessageSource;
private AbstractTwitterMessageSource<?> twitterMessageSource;
private MetadataStore metadataStore;