+ add several fixes
~ fix a potential NPE in RedisTemplate ~ add JDK 1.5 source/target compatibility ~ fix type in documentation
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
-breakiterator
|
||||
-header "Spring Data Redis"
|
||||
-source 1.6
|
||||
-protected
|
||||
-quiet
|
||||
-docfilessubdirs
|
||||
-group "Spring Data Redis Support" "org.springframework.data.redis*"
|
||||
-link http://static.springframework.org/spring/docs/3.0.x/javadoc-api
|
||||
-link http://download.oracle.com/javase/6/docs/api/
|
||||
-exclude org.springframework.data.redis.config
|
||||
|
||||
@@ -421,7 +421,7 @@
|
||||
<cache:annotation-driven />
|
||||
|
||||
<!-- declare Redis Cache Manager -->
|
||||
<bean id="cacheManager" class="org.springframework.data.redis.cache.RedisCacheManager" c:template-ref="gemfire-cache">
|
||||
<bean id="cacheManager" class="org.springframework.data.redis.cache.RedisCacheManager" c:template-ref="redisTemplate">
|
||||
</beans>]]>
|
||||
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user