Commit Graph

90 Commits

Author SHA1 Message Date
Spring Buildmaster
a1d00932dc DATAREDIS-360 - Prepare next development iteration. 2014-12-01 04:14:16 -08:00
Spring Buildmaster
e564dd52ef DATAREDIS-360 - Release version 1.5.0.M1 (Fowler M1). 2014-12-01 04:14:09 -08:00
Christoph Strobl
83cd7a5060 DATAREDIS-355 - Upgrade to jedis 2.6.1.
See https://github.com/xetorthio/jedis/releases/tag/jedis-2.6.1 for details on the release.
2014-11-19 09:37:41 +01:00
Christoph Strobl
ba1d22847d DATAREDIS-350 - Upgrade to Jedis 2.6.0.
Original pull request: #105.
2014-09-29 16:51:52 +02:00
Oliver Gierke
796253bbe2 DATAREDIS-345 - After release cleanups. 2014-09-05 14:39:23 +02:00
Spring Buildmaster
8e2b797635 DATAREDIS-345 - Prepare next development iteration. 2014-09-05 03:24:23 -07:00
Spring Buildmaster
9d634e9789 DATAREDIS-345 - Release version 1.4.0.RELEASE (Evans GA). 2014-09-05 03:24:14 -07:00
Oliver Gierke
4a134e16a5 DATAREDIS-345 - Prepare 1.4.0.RELEASE (Evans GA). 2014-09-05 11:35:34 +02:00
Thomas Darimont
edcf79e67f DATAREDIS-346 - Update Spring Version to 4.0.7. 2014-09-04 15:04:08 +02:00
Oliver Gierke
ef7f8221b0 DATAREDIS-336 - Use Spring Data Build CSS and fix resources zip content.
We now depend on the Spring Data Build resources zip to refer to the centrally managed stylesheet. Fixed the Asciidoctor setup to copy the CSS from the shared resources into the target folder. Tweaked docsZip task to trigger docbook generation as well as PDF generation before zipping and corrected the includes directives to create the proper zip file structure.

Original pull request: #94.
2014-09-04 08:44:47 +02:00
Spring Buildmaster
fc303bd878 DATAREDIS-338 - Prepare next development iteration. 2014-08-13 07:26:45 -07:00
Spring Buildmaster
6ff22117b1 DATAREDIS-338 - Release version 1.4.0.RC1 (Evans RC1) 2014-08-13 07:26:41 -07:00
Christoph Strobl
c92829f0e2 DATAREDIS-335 - Upgrade to jedis 2.5.2.
Original pull request: #93.
2014-08-11 09:48:40 +02:00
Spring Buildmaster
4c3419c363 DATAREDIS-322 - Prepare next development iteration. 2014-07-10 11:16:47 -07:00
Spring Buildmaster
12503a9c3d DATAREDIS-322 - Release version 1.4.0.M1. 2014-07-10 11:16:43 -07:00
Christoph Strobl
3f2fbd396c DATAREDIS-321 - Adapt to Spring 4 upgrade.
Set minimum version dependency to 4.0.6.RELEASE.
2014-07-10 10:48:19 +02:00
Thomas Darimont
1831ae9db7 DATAREDIS-296 - Upgrade jedis to recent version.
Upgrading to latest jedis version 2.5.1. Added new conversion for Long to byte[] in JedisConverters to be able to convert long cursorIds to byte[].

Original pull request: #77.
2014-06-02 08:27:43 +02:00
Spring Buildmaster
ba0fbc2a2f DATAREDIS-301 - Prepare next development iteration. 2014-05-20 09:49:51 -07:00
Spring Buildmaster
53a3147517 DATAREDIS-301 - Release version 1.3.0.RELEASE. 2014-05-20 09:49:41 -07:00
Christoph Strobl
937ccdc428 DATAREDIS-303 - Upgrade to Spring 3.2.9.
Move baseline to Spring 3.2.9.
2014-05-20 15:00:50 +02:00
Andy Wilkinson
bdea1051de DATAREDIS-299 - Assert compatibility with Spring IO.
Upgrade to JUnit 4.11

Upgrade to JUnit 4.11 and remove use of a matcher in an internal
package in favour of the Hamcrest equivalent. To avoid a clash between
JUnit 4.11's Hamcrest dependency and the version of Hamcrest that's
bundled in mockito-all, use of mockito-all has been replaced with
mockito-core

Add the Spring IO plugin

Configure the Spring IO plugin such that it's only applied when the
build is run with -PplatformVersion=<version>. This platformVersion
property is used to determine the version of the Platform that will
be used when running the springIoCheck task. The plugin can be used
by running a build as follows:

./gradlew clean springIoCheck -PplatformVersion=1.0.0.BUILD-SNAPSHOT -PJDK7_HOME=… -PJDK8_HOME=…

This will test the project on JDK7 and JDK 8 using the dependencies
defined in the latest snapshot of Spring IO Platform 1.0.0.

Address Java 6 compilation problem

The JUnit and Hamcrest upgrades caused a compilation error on Java 6
due to a bug in the compiler’s handling of generics. This commit adds
more type information to help to guide the compiler around the problem.

Additionally, deprecation warnings caused by the JUnit and Hamcrest
upgrades have also been addressed.

Original pull request: #72.
2014-05-19 09:59:06 +02:00
Spring Buildmaster
e8259cc010 DATAREDIS-297 - Prepare next development iteration. 2014-05-02 06:15:29 -07:00
Spring Buildmaster
622c383356 DATAREDIS-297 - Release version 1.3.0.RC1. 2014-05-02 06:15:26 -07:00
Spring Buildmaster
db2da6dd50 DATAREDIS-292 - Prepare next development iteration. 2014-03-31 05:40:24 -07:00
Spring Buildmaster
2040a12a8c DATAREDIS-292 - Release version 1.3.0.M1. 2014-03-31 05:40:22 -07:00
Spring Buildmaster
86205e3b67 DATAREDIS-256 - Prepare next development iteration. 2014-03-03 05:48:34 -08:00
Spring Buildmaster
c6c38180f3 DATAREDIS-262 - Prepare next development iteration. 2014-02-19 03:36:35 -08:00
Spring Buildmaster
84698127bf DATAREDIS-262 - Release version 1.2.0.RC1. 2014-02-19 03:36:29 -08:00
Christoph Strobl
c2f2febb81 DATAREDIS-259 - Upgrade Spring Framework to latest 3.2.x.
Upgraded to Spring 3.2.8.RELEASE.

Original pull request: #39
2014-02-19 10:08:56 +01:00
Thomas Darimont
b4cc33a24c DATAREDIS-241 - Updated jedis to version 2.4.1.
Original pull request: #37
2014-02-18 10:10:08 +01:00
Thomas Darimont
9a416fbcf7 DATAREDIS-259 - Upgrade to Spring 3.2.7.RELEASE.
Original pull request: #32
2014-02-06 18:33:58 +01:00
Christoph Strobl
5466a70034 DATAREDIS-260 - Upgrade to jedis 2.3.1.
Jedis upgraded from commons-pool to commons-pool2. Required changes have been introduced. Currently there are both commons-pool and commons-pool2 in class-path which is no problem as those dependencies are optional.

Original pull request: #31
2014-02-06 18:26:05 +01:00
Thomas Darimont
c6d2d7f9c9 DATAREDIS-241 - Add a Jackson2 based RedisSerializer.
Introduced Jackson2JsonRedisSerializer and added optional dependency for Jackson2 core/databind (fasterxml) library.
Added additional parameterised test cases. Needed to increase the max active connections limit for the connection pools used in RedisMapTests.
2014-01-17 12:04:05 +01:00
Jennifer Hickey
e1b421f942 DATAREDIS-237 - Upgrade to Jedis 2.2.1.
Update to Jedis 2.2.1 and Implement newly supported Operations.
Handle removed BinaryTransaction class.
Handle some Jedis return types changed from String to bytes.
Handle some Jedis arg types changed from int to long by removing casting.
Remove ignored tests for issues fixed in Jedis 2.2.1
Throw UnsupportedOpException on multi-arg bitOp NOT
Ensure consistent results across all drivers when bitOp is called with NOT and more than one arg.
2014-01-16 14:34:02 +01:00
Thomas Darimont
47ef20fec5 DATAREDIS-250 - Upgrade to latest Spring Framework 3.2.x release.
Updated dependencies for slf4j, junit and mockito to match the Spring Framework dependencies.
2014-01-15 12:43:19 +01:00
Oliver Gierke
d935ed4ed8 Prepare master branch for 1.2.0 development. 2013-12-04 15:59:57 +01:00
Spring Buildmaster
7e55dbe307 [artifactory-release] Next development version 2013-09-09 06:54:41 -07:00
Jennifer Hickey
5c6d1c26bf Next development iteration 2013-08-22 15:46:46 -07:00
Spring Buildmaster
e860aa47cc [artifactory-release] Release version 1.1.0.RC1 2013-08-22 15:03:22 -07:00
Jennifer Hickey
6c9f9588ac Next development iteration 2013-08-06 10:39:24 -07:00
Spring Buildmaster
2ef84b6c8b [artifactory-release] Release version 1.1.0.M2 2013-08-06 09:16:35 -07:00
Jennifer Hickey
15b8be6bd0 Next development iteration 2013-07-02 09:46:11 -07:00
Spring Buildmaster
5c402ce893 [artifactory-release] Release version 1.1.0.M1 2013-07-02 08:27:26 -07:00
Jennifer Hickey
62d2fe26cb Upgrade to SRP 0.7
DATAREDIS-205
2013-06-30 15:01:20 -07:00
Jennifer Hickey
d07967a183 Upgrade to Lettuce 2.3.3
DATAREDIS-204
2013-06-30 13:00:42 -07:00
Jennifer Hickey
37e79bafd5 Upgrade to SRP 0.6
DATAREDIS-186

- Handle a few method signature changes to varargs

- Handle possibility of exec() throwing Exceptions
if ErrorReply received in Redis 2.6
2013-06-13 15:25:12 -07:00
Jennifer Hickey
280e6a6ccc Upgrade to JRedis master
DATAREDIS-54, DATAREDIS-174, DATAREDIS-129

- Switch to original JRedis for 2.6 support

- Remove base64 encoding as new JRedis supports binary
keys

- Add JredisPool interface to replace removed
JRedisService and pool implementation

- Temporarily switch integration tests to use
non-pooled connections

- Throw more specific Exception on JRedis connection
failures
2013-06-11 17:56:25 -07:00
Jennifer Hickey
dffa1de6d1 Remove RJC driver due to lack of Redis 2.6 support
DATAREDIS-185
2013-06-11 15:25:01 -07:00
Jennifer Hickey
931f0ff44c Update version to 1.1.0.BUILD-SNAPSHOT 2013-06-03 12:30:30 -07:00
Jennifer Hickey
92a4345716 Upgrade Lettuce to 2.3.2 2013-05-26 14:59:50 -07:00