Commit Graph

149 Commits

Author SHA1 Message Date
Christoph Strobl
17e3488fb1 DATAREDIS-966 - After release cleanups. 2019-06-14 15:12:52 +02:00
Christoph Strobl
011cdaec24 DATAREDIS-966 - Prepare next development iteration. 2019-06-14 15:12:51 +02:00
Christoph Strobl
4d2547cbac DATAREDIS-966 - Release version 2.2 RC1 (Moore). 2019-06-14 14:44:26 +02:00
Christoph Strobl
759ee1a62b DATAREDIS-966 - Prepare 2.2 RC1 (Moore). 2019-06-14 14:43:17 +02:00
Greg Turnquist
ba64992dad DATAREDIS-1380 - Introduce Jenkins. 2019-06-07 11:09:44 -05:00
Mark Paluch
85df4d1eb3 DATAREDIS-970 - After release cleanups. 2019-05-13 12:17:54 +02:00
Mark Paluch
6ab4db5a5a DATAREDIS-970 - Prepare next development iteration. 2019-05-13 12:17:53 +02:00
Mark Paluch
021bd2db8e DATAREDIS-970 - Release version 2.2 M4 (Moore). 2019-05-13 11:59:50 +02:00
Mark Paluch
4f71d418ad DATAREDIS-970 - Prepare 2.2 M4 (Moore). 2019-05-13 11:59:04 +02:00
Christoph Strobl
bf7095d645 DATAREDIS-942 - After release cleanups. 2019-04-11 12:00:21 +02:00
Christoph Strobl
d6c633e9f2 DATAREDIS-942 - Prepare next development iteration. 2019-04-11 12:00:20 +02:00
Christoph Strobl
5052899a0b DATAREDIS-942 - Release version 2.2 M3 (Moore). 2019-04-11 11:24:32 +02:00
Christoph Strobl
88488e8846 DATAREDIS-942 - Prepare 2.2 M3 (Moore). 2019-04-11 11:23:56 +02:00
Mark Paluch
321199c084 DATAREDIS-951 - Upgrade to Lettuce 5.1.6.
Replace custom builder adapter with ClusterClientOptions.builder(ClientOptions).
2019-03-27 08:56:34 +01:00
Spring Operator
bcc256be7e DATAREDIS-948 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans-3.0.xsd with 2 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-3.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.0.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 4 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.springframework.org/schema/redis/spring-redis.xsd with 2 occurrences migrated to:
  https://www.springframework.org/schema/redis/spring-redis.xsd ([https](https://www.springframework.org/schema/redis/spring-redis.xsd) result 200).
* http://www.springframework.org/schema/task/spring-task.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/task/spring-task.xsd ([https](https://www.springframework.org/schema/task/spring-task.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.springframework.org/schema/beans with 12 occurrences
* http://www.springframework.org/schema/p with 4 occurrences
* http://www.springframework.org/schema/redis with 4 occurrences
* http://www.springframework.org/schema/task with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences

Original Pull Request: #415
2019-03-20 10:08:30 +01:00
Christoph Strobl
80bfded8b0 DATAREDIS-910 - After release cleanups. 2019-03-07 10:07:30 +01:00
Christoph Strobl
0c0b6fda87 DATAREDIS-910 - Prepare next development iteration. 2019-03-07 10:07:29 +01:00
Christoph Strobl
18b380e149 DATAREDIS-910 - Release version 2.2 M2 (Moore). 2019-03-07 09:42:22 +01:00
Christoph Strobl
cacfc635df DATAREDIS-910 - Prepare 2.2 M2 (Moore). 2019-03-07 09:41:17 +01:00
Mark Paluch
fdfbf8c324 DATAREDIS-941 - Upgrade to Lettuce 5.1.5.RELEASE. 2019-03-06 13:49:29 +01:00
Mark Paluch
02c260aae1 DATAREDIS-937 - Add ReactiveRedisOperations Coroutines extensions.
This commit introduces Coroutines support for ReactiveRedisOperations and its sub-operation APIs via Kotlin extensions that provide
suspendable functions prefixed by `await` or suffixed by `AndAwait` for Mono based APIs.

Extensions for Flux will be added when Kotlin/kotlinx.coroutines#254 will be fixed.

Original Pull Request: #386
2019-02-28 10:11:45 +01:00
Greg Turnquist
c4d93870d4 DATAREDIS-920 - Introduce Concourse. 2019-02-27 17:22:49 -06:00
Mark Paluch
06d87ba7e6 DATAREDIS-929 - Upgrade to Lettuce 5.1.4. 2019-02-12 13:25:07 +01:00
Mark Paluch
8f209e3668 DATAREDIS-749 - Upgrade to Jedis 3.0.1.
Original pull request: #374.
2019-01-08 09:37:36 +01:00
Mark Paluch
f253d4128d DATAREDIS-749 - Polishing.
Upgrade to Jedis 3.0. Remove reflective sendCommand calls in favor of public Jedis sendCommand API. Invocations with null arguments by introducing overloads with argument defaulting. Fix exception translation because of a changed exception hierarchy. Fix tests and adapt tests to new transactional results that return null values instead if empty collections for nested array responses.

Reformat code. Add author tags. Add note to reference docs.

Original pull request: #374.
2019-01-08 09:37:34 +01:00
Guy Korland
f4680a180c DATAREDIS-749 - Upgrade to Jedis 3.0.0 M1.
Upgrade dependency version to 3.0.0 M1. Adapt to API changes.

Original pull request: #374.
2019-01-08 09:37:31 +01:00
Christoph Strobl
f02369fa0a DATAREDIS-906 - After release cleanups. 2018-12-11 11:07:53 +01:00
Christoph Strobl
d5410c6ea0 DATAREDIS-906 - Prepare next development iteration. 2018-12-11 11:07:51 +01:00
Christoph Strobl
b4d2db0ed5 DATAREDIS-906 - Release version 2.2 M1 (Moore). 2018-12-11 10:53:53 +01:00
Christoph Strobl
b6692b5956 DATAREDIS-906 - Prepare 2.2 M1 (Moore). 2018-12-11 10:53:11 +01:00
Mark Paluch
2b094850a2 DATAREDIS-721 - Use jackson version defined in parent pom.
Original Pull Request: #315
2018-11-30 12:52:45 +01:00
Mark Paluch
1887aa6eef DATAREDIS-897 - Upgrade to Lettuce 5.1.3. 2018-11-26 16:44:11 +01:00
Mark Paluch
ecba2f50c1 DATAREDIS-884 - Upgrade to Lettuce 5.1.2.RELEASE. 2018-10-29 08:23:17 +01:00
Mark Paluch
66945e6292 DATAREDIS-876 - Upgrade to Commons Pool2 2.6.0. 2018-10-16 15:29:48 +02:00
Mark Paluch
9df7cdaec3 DATAREDIS-861 - After release cleanups. 2018-09-21 07:45:29 -04:00
Mark Paluch
955a55062e DATAREDIS-861 - Prepare next development iteration. 2018-09-21 07:45:27 -04:00
Mark Paluch
17b5181f5c DATAREDIS-861 - Release version 2.1 GA (Lovelace). 2018-09-21 07:08:39 -04:00
Mark Paluch
426bd11bef DATAREDIS-861 - Prepare 2.1 GA (Lovelace). 2018-09-21 07:07:51 -04:00
Christoph Strobl
e253d49f4a DATAREDIS-870 - Upgrade to Lettuce 5.1.0.RELEASE 2018-09-20 10:46:59 +02:00
Oliver Gierke
1289323f63 DATAREDIS-853 - After release cleanups. 2018-08-20 10:56:53 +02:00
Oliver Gierke
c0babf2d1b DATAREDIS-853 - Prepare next development iteration. 2018-08-20 10:56:52 +02:00
Oliver Gierke
beef8b7eff DATAREDIS-853 - Release version 2.1 RC2 (Lovelace). 2018-08-20 10:40:11 +02:00
Oliver Gierke
1c63d58a7b DATAREDIS-853 - Prepare 2.1 RC2 (Lovelace). 2018-08-20 10:39:43 +02:00
Mark Paluch
c1508df13a DATAREDIS-836 - After release cleanups. 2018-07-26 12:32:28 +02:00
Mark Paluch
013ee9f35e DATAREDIS-836 - Prepare next development iteration. 2018-07-26 12:32:25 +02:00
Mark Paluch
1bd6e216dd DATAREDIS-836 - Release version 2.1 RC1 (Lovelace). 2018-07-26 12:06:35 +02:00
Mark Paluch
9e1ff1a747 DATAREDIS-836 - Prepare 2.1 RC1 (Lovelace). 2018-07-26 12:04:30 +02:00
Christoph Strobl
a9062dfe33 DATAREDIS-812 - After release cleanups. 2018-05-17 10:09:36 +02:00
Christoph Strobl
f42a2eb661 DATAREDIS-812 - Prepare next development iteration. 2018-05-17 10:09:34 +02:00
Christoph Strobl
dee11d1436 DATAREDIS-812 - Release version 2.1 M3 (Lovelace). 2018-05-17 09:51:42 +02:00