Spring Data Redis 1.6.0 RC1 發布
Spring Data 項目的目的是為了簡化構建基于 Spring 框架應用的數據訪問計數,包括非關系數據庫、Map-Reduce 框架、云數據服務等等;另外也包含對關系數據庫的訪問支持。
Spring Data 包含多個子項目:
-
Commons - 提供共享的基礎框架,適合各個子項目使用,支持跨數據庫持久化
-
Hadoop - 基于 Spring 的 Hadoop 作業配置和一個 POJO 編程模型的 MapReduce 作業
-
Key-Value - 集成了 Redis 和 Riak ,提供多個常用場景下的簡單封裝
-
Document - 集成文檔數據庫:CouchDB 和 MongoDB 并提供基本的配置映射和資料庫支持
-
Graph - 集成 Neo4j 提供強大的基于 POJO 的編程模型
-
Graph Roo AddOn - Roo support for Neo4j
-
JDBC Extensions - 支持 Oracle RAD、高級隊列和高級數據類型
-
JPA - 簡化創建 JPA 數據訪問層和跨存儲的持久層功能
-
Mapping - 基于 Grails 的提供對象映射框架,支持不同的數據庫
-
Examples - 示例程序、文檔和圖數據庫
-
Guidance - 高級文檔
Changes in version 1.6.0.RC1 (2015-08-04)
-----------------------------------------
* DATAREDIS-420 - Release 1.6 RC1 (Gosling).
* DATAREDIS-416 - RedisCache.putIfAbsent(…) breaks contract defined by org.springframework.cache.Cache.
* DATAREDIS-414 - Serialization occurs while pooled connection can be released.
* DATAREDIS-413 - Use the latest version of the Spring IO Plugin.
* DATAREDIS-412 - Support for Jedis 2.7.1, 2.7.2 and 2.7.3.
* DATAREDIS-403 - Fix JavaDoc stylesheet.
* DATAREDIS-402 - RedisCache should not expire known keys in case ttl of element is not set.
* DATAREDIS-401 - RedisCacheManager should operate upon RedisOperations instead of RedisTemplate.
* DATAREDIS-348 - Upgrade Lettuce to 3.x release.