Commit Graph

1556 Commits

Author SHA1 Message Date
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
Mark Paluch
80a37b372c DATAREDIS-844 - Prepare next development iteration. 2018-07-27 11:09:40 +02:00
Mark Paluch
79e17eccdf DATAREDIS-844 - Release version 1.8.14 (Ingalls SR14). 2018-07-27 09:21:39 +02:00
Mark Paluch
ad46021f7f DATAREDIS-844 - Prepare 1.8.14 (Ingalls SR14). 2018-07-27 09:20:28 +02:00
Mark Paluch
b5b14c0789 DATAREDIS-844 - Updated changelog. 2018-07-27 09:20:26 +02:00
Mark Paluch
416688a067 DATAREDIS-845 - Updated changelog. 2018-07-26 16:24:02 +02:00
Mark Paluch
541623e9e2 DATAREDIS-836 - Updated changelog. 2018-07-26 14:03:20 +02:00
Mark Paluch
319dc8f244 DATAREDIS-829 - Updated changelog. 2018-06-13 21:39:55 +02:00
Mark Paluch
f211ad10a8 DATAREDIS-828 - After release cleanups. 2018-06-13 14:42:35 +02:00
Mark Paluch
243c5a950f DATAREDIS-828 - Prepare next development iteration. 2018-06-13 14:42:34 +02:00
Mark Paluch
29070784d7 DATAREDIS-828 - Release version 1.8.13 (Ingalls SR13). 2018-06-13 10:48:53 +02:00
Mark Paluch
e3e50f2664 DATAREDIS-828 - Prepare 1.8.13 (Ingalls SR13). 2018-06-13 10:48:03 +02:00
Mark Paluch
7d3bfe5643 DATAREDIS-828 - Updated changelog. 2018-06-13 10:48:01 +02:00
Christoph Strobl
ee8c17a4e9 DATAREDIS-840 - Polishing.
Introduce dedicated Subscription.close() to unsubscribe() and punsubscribe().

Original Pull Request: #346
2018-06-12 13:10:03 +02:00
Mark Paluch
ffe3e927e5 DATAREDIS-840 - Polishing.
Fix code comment. Reformat code.

Original Pull Request: #346
2018-06-12 11:17:50 +02:00
Mark Paluch
cc27ae2d9e DATAREDIS-840 - Catch unsubscribe exceptions when stopping RedisMessageListenerContainer.
We now catch exceptions that may occur during unsubscription from the subscribed patterns/channels.
Previously, RuntimeExceptions were not caught and prevented a fast shutdown of the ApplicationContext.

Original Pull Request: #346
2018-06-12 11:03:35 +02:00
Christoph Strobl
0e61e39877 DATAREDIS-812 - Updated changelog. 2018-05-17 10:32:58 +02:00
Jay Bryant
31bcedbbc9 DATAREDIS-832 - Added a cover page for epub output.
I added a cover page for the epub output, now that the Spring data reference guides will
have epub output (through a commit against spring-data-build).

Original pull request: #339.
2018-05-11 15:59:47 +02:00
Mark Paluch
fa21f155d8 DATAREDIS-806 - Updated changelog. 2018-05-08 15:27:23 +02:00
Mark Paluch
c9c1096151 DATAREDIS-805 - After release cleanups. 2018-05-08 11:56:08 +02:00