+ 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:
Costin Leau
2011-07-27 10:48:22 +03:00
parent 85fb62147b
commit fd73e75ad8
5 changed files with 7 additions and 16 deletions

View File

@@ -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

View File

@@ -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>