Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 3.0 M2
-
Fix Version/s: 3.0 M3
-
Component/s: Redis Support
-
Labels:
Description
Since SDR 1.0.3, RedisTemplate throws an Exception on execute if afterPropertiesSet hasn't been called. RedisStoreMessageSource creates a StringRedisTemplate if one has not been injected, but does not call afterPropertiesSet, resulting in an Exception on first use.
Also affects the RedisMessageStore.