Commit Graph

1575 Commits

Author SHA1 Message Date
Oliver Drotbohm
f68ad5c00c DATAREDIS-921 - After release cleanups. 2019-04-01 13:31:15 +02:00
Oliver Drotbohm
274cc91989 DATAREDIS-921 - Prepare next development iteration. 2019-04-01 13:31:14 +02:00
Oliver Drotbohm
ab2c413cd1 DATAREDIS-921 - Release version 1.8.19 (Ingalls SR19). 2019-04-01 13:08:18 +02:00
Oliver Drotbohm
94fcfd95aa DATAREDIS-921 - Prepare 1.8.19 (Ingalls SR19). 2019-04-01 13:07:51 +02:00
Oliver Drotbohm
42027341ad DATAREDIS-921 - Updated changelog. 2019-04-01 13:07:49 +02:00
Spring Operator
364a7b4e94 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://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 511 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original Pull Request: #420
2019-03-22 10:13:12 +01:00
Spring Operator
159d3bf30d 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).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences

Original pull request: #393
2019-03-18 14:56:16 -05:00
Christoph Strobl
74c5d34a89 DATAREDIS-910 - Updated changelog. 2019-03-07 10:30:13 +01:00
Mark Paluch
094e3790d1 DATAREDIS-939 - Polishing.
Reformat code. Slightly tweak test.

Original pull request: #388.
2019-03-04 16:24:07 +01:00
Dmytro Liash
3d35132dc7 DATAREDIS-939 - Add timeout to Lettuce RedisURI when using Sentinel.
Original pull request: #388.
2019-03-04 16:23:51 +01:00
Mark Paluch
c14b1f67d6 DATAREDIS-932 - Fix typo in exception message. 2019-02-18 08:49:07 +01:00
Mark Paluch
680dabc3e8 DATAREDIS-923 - Updated changelog. 2019-02-13 11:48:01 +01:00
Mark Paluch
cfbe94bc8d DATAREDIS-901 - Updated changelog. 2019-01-10 14:15:45 +01:00
Mark Paluch
bdc890ad2d DATAREDIS-900 - Updated changelog. 2019-01-10 12:26:39 +01:00
Mark Paluch
979f3a9954 DATAREDIS-899 - After release cleanups. 2019-01-10 10:46:21 +01:00
Mark Paluch
6304c25b05 DATAREDIS-899 - Prepare next development iteration. 2019-01-10 10:46:19 +01:00
Mark Paluch
c9487e3af1 DATAREDIS-899 - Release version 1.8.18 (Ingalls SR18). 2019-01-10 09:52:56 +01:00
Mark Paluch
93bf723aa6 DATAREDIS-899 - Prepare 1.8.18 (Ingalls SR18). 2019-01-10 09:52:13 +01:00
Mark Paluch
3b26d045a9 DATAREDIS-899 - Updated changelog. 2019-01-10 09:52:11 +01:00
Mark Paluch
9e82cb4ea8 DATAREDIS-917 - Update copyright years to 2019. 2019-01-02 14:18:19 +01:00
Christoph Strobl
2e1c8a73ce DATAREDIS-906 - Updated changelog. 2018-12-11 11:43:18 +01:00
Mark Paluch
d65aa379e5 DATAREDIS-885 - Updated changelog. 2018-11-27 14:54:10 +01:00
Mark Paluch
30c5f71ad3 DATAREDIS-879 - Updated changelog. 2018-11-27 12:36:51 +01:00
Mark Paluch
fb9f7c47c8 DATAREDIS-880 - After release cleanups. 2018-11-27 11:10:58 +01:00
Mark Paluch
11c5b47be3 DATAREDIS-880 - Prepare next development iteration. 2018-11-27 11:10:57 +01:00
Mark Paluch
3d04239434 DATAREDIS-880 - Release version 1.8.17 (Ingalls SR17). 2018-11-27 10:15:45 +01:00
Mark Paluch
3ffa999b12 DATAREDIS-880 - Prepare 1.8.17 (Ingalls SR17). 2018-11-27 10:14:58 +01:00
Mark Paluch
a1af2c30b1 DATAREDIS-880 - Updated changelog. 2018-11-27 10:14:56 +01:00
Mark Paluch
6e7fbe1166 DATAREDIS-878 - Updated changelog. 2018-10-29 14:30:37 +01:00
Mark Paluch
6b3cb791a9 DATAREDIS-872 - Polishing.
Create unit tests for RedisAtomic counter initialization. Refactor setIfAbsent(…) method to initializeIfAbsent() to not expose additional API methods.

Original pull request: #367.
2018-10-19 12:48:30 +02:00
ningwei
3f1016c9d7 DATAREDIS-872 - Fix race condition in RedisAtomic counters initialization.
We now use setIfAbsent to initialize RedisAtomic counters if no initial value was given. Using setIfAbsent turns the initialization into a single atomic step that prevents race conditions of the previously check and set method that required two Redis commands.

Previously, concurrent processes (threads, external changes to Redis) could set the initial value between the existence check and the value set operation that caused the last participant to win.

Original pull request: #367.
2018-10-19 12:38:19 +02:00
Mark Paluch
00cf3703c4 DATAREDIS-866 - After release cleanups. 2018-10-15 13:55:50 +02:00
Mark Paluch
56a102a7fd DATAREDIS-866 - Prepare next development iteration. 2018-10-15 13:55:49 +02:00
Mark Paluch
170a9e0c3f DATAREDIS-866 - Release version 1.8.16 (Ingalls SR16). 2018-10-15 12:56:31 +02:00
Mark Paluch
5093853607 DATAREDIS-866 - Prepare 1.8.16 (Ingalls SR16). 2018-10-15 12:55:35 +02:00
Mark Paluch
691b12360f DATAREDIS-866 - Updated changelog. 2018-10-15 12:55:34 +02:00
Mark Paluch
7d43dafb35 DATAREDIS-867 - Updated changelog. 2018-10-15 12:46:30 +02:00
Mark Paluch
058729a7bd DATAREDIS-871 - Updated changelog. 2018-10-15 11:37:28 +02:00
Mark Paluch
3a33e488ab DATAREDIS-861 - Updated changelog. 2018-09-21 08:13:17 -04:00
Mark Paluch
bbf23faa71 DATAREDIS-854 - Updated changelog. 2018-09-10 14:15:53 +02:00
Mark Paluch
d083af1be5 DATAREDIS-856 - After release cleanups. 2018-09-10 10:01:44 +02:00
Mark Paluch
8f10077188 DATAREDIS-856 - Prepare next development iteration. 2018-09-10 10:01:43 +02:00
Mark Paluch
d6f7e13d20 DATAREDIS-856 - Release version 1.8.15 (Ingalls SR15). 2018-09-10 09:30:36 +02:00
Mark Paluch
0153af0063 DATAREDIS-856 - Prepare 1.8.15 (Ingalls SR15). 2018-09-10 09:29:52 +02:00
Mark Paluch
eb9c9765f7 DATAREDIS-856 - Updated changelog. 2018-09-10 09:29:50 +02:00
Mark Paluch
f80dc31dfa DATAREDIS-862 - Document that Redis Repositories do not work with transactions.
Original pull request: #354.
2018-09-04 10:40:21 +02:00
Mark Paluch
68ea54cc17 DATAREDIS-741 - Polishing.
Outline entity declaration. Fix indentation and typos.

Original pull request: #354.
2018-09-04 10:40:21 +02:00
Christoph Strobl
ae05daebdd DATAREDIS-741 - Improve repository operation documentation.
Original pull request: #354.
2018-09-04 10:40:21 +02:00
Oliver Gierke
ec70c70550 DATAREDIS-853 - Updated changelog. 2018-08-20 11:07:59 +02:00
Mark Paluch
5d1d2745cf DATAREDIS-844 - After release cleanups. 2018-07-27 11:09:42 +02:00