Merge branch 'master' into gradle-build-ng
Conflicts: pom.xml spring-data-redis/pom.xml spring-data-redis/template.mf
This commit is contained in:
@@ -2,6 +2,32 @@ SPRING DATA KEY/VALUE INTEGRATION CHANGELOG
|
||||
===========================================
|
||||
http://www.springsource.org/spring-data
|
||||
|
||||
Changes in version 1.0.0.M3 (2011-04-06)
|
||||
----------------------------------------
|
||||
|
||||
Redis
|
||||
-----
|
||||
|
||||
General
|
||||
* Added support for RJC (new Redis client)
|
||||
* Added dedicated SORT and SORT/GET support
|
||||
* Introduced HashMapper feature for mapping objects to and from maps
|
||||
* Improved exception hierarchy to be more consistent with Spring DAO
|
||||
* Made several Redis dependencies optional to eliminate unnecessary jars from the classpath
|
||||
|
||||
Package o.s.d.k.redis.connection
|
||||
* Added support for indexes to RedisConnectionFactories
|
||||
* Added new key operations to KeyOperations (formerly KeyBound)
|
||||
* Improved handling of Jedis exceptions
|
||||
|
||||
Package o.s.d.k.redis.core
|
||||
* Serializers are exposed to RedisCallback
|
||||
* Added missing operations (move, select) to RedisTemplate
|
||||
* Fixed the signature of various method
|
||||
|
||||
Package o.s.d.k.redis.support.atomic
|
||||
* Fixed incorrect serialization leading to error for RedisAtomicInteger & RedisAtomicLong
|
||||
|
||||
|
||||
Changes in version 1.0.0.M2 (2011-02-10)
|
||||
----------------------------------------
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<section id="redis:requirements">
|
||||
<title>Redis Requirements</title>
|
||||
<para>SDKV requires Redis 2.0 or above (Redis 2.2 is recommended) and Java SE 6.0 or above.
|
||||
In terms of language bindings (or connectors), SDKV integrates with <ulink url="http://github.com/xetorthio/jedis">Jedis</ulink> and
|
||||
<ulink url="http://github.com/alphazero/jredis">JRedis</ulink>, two popular open source Java libraries for Redis. If you are aware of
|
||||
any other connector that we should be integrating is, please send us feedback.
|
||||
In terms of language bindings (or connectors), SDKV integrates with <ulink url="http://github.com/xetorthio/jedis">Jedis</ulink>,
|
||||
<ulink url="http://github.com/alphazero/jredis">JRedis</ulink> and <ulink url="https://github.com/e-mzungu/rjc">RJC</ulink>, three popular open source Java libraries for Redis.
|
||||
If you are aware of any other connector that we should be integrating is, please send us feedback.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
</xsl:for-each>
|
||||
</fo:block>
|
||||
<fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
|
||||
<xsl:text>Copyright © 2006-2009</xsl:text>
|
||||
<xsl:text>Copyright © 2010-2011</xsl:text>
|
||||
</fo:block>
|
||||
|
||||
<fo:block font-family="Helvetica" font-size="10pt" padding="1mm">
|
||||
@@ -106,7 +106,7 @@
|
||||
<xsl:param name="gentext-key" select="''"/>
|
||||
<xsl:variable name="Version">
|
||||
<xsl:if test="//releaseinfo">
|
||||
<xsl:text>Spring Data Redis (</xsl:text><xsl:value-of select="//releaseinfo" /><xsl:text>)</xsl:text>
|
||||
<xsl:text>Spring Data Key Value (</xsl:text><xsl:value-of select="//releaseinfo" /><xsl:text>)</xsl:text>
|
||||
</xsl:if>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
|
||||
Reference in New Issue
Block a user