Commit Graph

2700 Commits

Author SHA1 Message Date
Mark Paluch
a5fa0917c8 After release cleanups.
See #2739
2023-11-17 10:25:36 +01:00
Mark Paluch
d4038f5588 Prepare next development iteration.
See #2739
2023-11-17 10:25:34 +01:00
Mark Paluch
91520b4a7f Release version 2.7.18 (2021.2.18).
See #2739
2023-11-17 10:22:31 +01:00
Mark Paluch
f0b8e19c7d Prepare 2.7.18 (2021.2.18).
See #2739
2023-11-17 10:22:14 +01:00
John Blum
326e843261 Safely add and register the MessageListener to Topic mapping.
Given addListener(:MessageListener, :Collection<Topic>) could be called concurrently from the addMessageListener(:MessageListener, Collection<Topic>) method by multiple Threads, and the RedisMessageListenerContainer Javadoc specifically states that it is safe to call the addMessageListener(..) method conurrently without any external synchronization, and the registeration (or mapping) of listener to Topics is a componund action, then a race condition is possible.

Closes #2755
2023-10-23 13:13:01 -07:00
Mark Paluch
6719d4f6da After release cleanups.
See #2709
2023-10-13 10:54:10 +02:00
Mark Paluch
1875870080 Prepare next development iteration.
See #2709
2023-10-13 10:54:08 +02:00
Mark Paluch
f8c43c92e4 Release version 2.7.17 (2021.2.17).
See #2709
2023-10-13 10:51:14 +02:00
Mark Paluch
4cc878dc52 Prepare 2.7.17 (2021.2.17).
See #2709
2023-10-13 10:50:57 +02:00
Mark Paluch
2bee79819e Correctly apply Reactive zadd NX/XX command flags.
We now correctly apply if exists/if not exists constraints on the reactive zadd command.

Previously, we only considered upsert which wasn't sufficient to apply xx/nx.

Closes #2731
2023-10-12 10:06:45 +02:00
John Blum
3a5624b9ef Upgrade to Maven Wrapper 3.9.5.
See #2726
2023-10-04 18:26:12 -07:00
John Blum
38aa237416 Update CI properties.
See #2709
2023-10-04 17:48:10 -07:00
Mark Paluch
6e148ba60d After release cleanups.
See #2683
2023-09-15 09:45:37 +02:00
Mark Paluch
81971d222d Prepare next development iteration.
See #2683
2023-09-15 09:45:35 +02:00
Mark Paluch
db6394d923 Release version 2.7.16 (2021.2.16).
See #2683
2023-09-15 09:42:27 +02:00
Mark Paluch
ff13248d7a Prepare 2.7.16 (2021.2.16).
See #2683
2023-09-15 09:42:11 +02:00
John Blum
c99a01fc13 Polish for #2696.
Closes #2701
Original pull request: #2696
2023-09-06 17:13:52 -07:00
Mingyuan Wu
260c572935 Fix wrong asserted code in ConvertingCursor.
Pull Request: #2696
2023-09-06 17:07:19 -07:00
Mark Paluch
6b202fda58 After release cleanups.
See #2638
2023-08-18 10:03:13 +02:00
Mark Paluch
f28868813c Prepare next development iteration.
See #2638
2023-08-18 10:03:11 +02:00
Mark Paluch
f3c7925fa7 Release version 2.7.15 (2021.2.15).
See #2638
2023-08-18 09:59:29 +02:00
Mark Paluch
a024469d8b Prepare 2.7.15 (2021.2.15).
See #2638
2023-08-18 09:59:07 +02:00
Julia Lee
6f8b2aa340 Update CI properties.
See #2638
2023-08-14 09:36:04 -04:00
Julia Lee
6aa70ff2f2 Upgrade to Maven Wrapper 3.9.4.
See #2673
2023-08-14 07:23:33 -04:00
John Blum
f6663f7ff4 Polish for RedisSerializationContext.
Closes #2651
Original pull request: #2652
2023-07-27 17:35:40 -07:00
zhoukq
ded40f59c7 Assign 'tuple' to 'stringTuple' in DefaultRedisSerializationContextBuilder.string().
Currently, the builder method incorrectly assigns 'tuple' SerializationPair<String> argument to 'hashValueTuple'.

Closes #2651
Original pull request: #2652
2023-07-27 17:04:36 -07:00
Mark Paluch
b09a6d596a Update CI properties.
See #2638
2023-07-18 11:45:26 +02:00
Mark Paluch
133a6cca89 After release cleanups.
See #2613
2023-07-14 10:35:32 +02:00
Mark Paluch
fbf023e6aa Prepare next development iteration.
See #2613
2023-07-14 10:35:30 +02:00
Mark Paluch
c6257c4668 Release version 2.7.14 (2021.2.14).
See #2613
2023-07-14 10:31:35 +02:00
Mark Paluch
b50302e776 Prepare 2.7.14 (2021.2.14).
See #2613
2023-07-14 10:31:11 +02:00
Mark Paluch
b6548462c4 Update CI properties.
See #2613
2023-07-03 09:43:45 +02:00
Mark Paluch
53a03826c6 Upgrade to Maven Wrapper 3.9.3.
See #2623
2023-07-03 09:42:32 +02:00
Mark Paluch
38ce48ee3c After release cleanups.
See #2577
2023-06-16 16:29:33 +02:00
Mark Paluch
7ffd4c6409 Prepare next development iteration.
See #2577
2023-06-16 14:59:10 +02:00
Mark Paluch
05dc769a1f Release version 2.7.13 (2021.2.13).
See #2577
2023-06-16 14:56:15 +02:00
Mark Paluch
dc1473dbf5 Prepare 2.7.13 (2021.2.13).
See #2577
2023-06-16 14:55:59 +02:00
Mark Paluch
ee8631eca5 Upgrade to Maven Wrapper 3.9.2.
See #2603
2023-06-13 08:51:21 +02:00
Mark Paluch
bb57830f10 Fix ZAddArgs.isEmpty.
isEmpty now returns true if empty. Previously, the boolean returns were flipped.

Closes #2588
2023-06-07 11:35:53 +02:00
Mark Paluch
cb0fb526d0 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2595
2023-06-06 10:53:52 +02:00
John Blum
c99e9cd77f Edit and cleanup Javadoc.
Resolves #2586
2023-05-23 10:47:08 -07:00
Christoph Strobl
fa970ef334 After release cleanups.
See #2552
2023-05-12 10:21:26 +02:00
Christoph Strobl
7c515ea0a4 Prepare next development iteration.
See #2552
2023-05-12 10:21:24 +02:00
Christoph Strobl
8f242a8482 Release version 2.7.12 (2021.2.12).
See #2552
2023-05-12 10:18:02 +02:00
Christoph Strobl
db0a49cfa9 Prepare 2.7.12 (2021.2.12).
See #2552
2023-05-12 10:17:44 +02:00
John Blum
72382be0f7 Fix element ordering issue on a mapped de/serialized entity having List property.
Closes #2565
2023-05-07 12:41:00 -07:00
John Blum
f06c65ed7a Upgrade to XStream 1.4.20.
Closes #2573
2023-05-05 10:38:19 -07:00
Wonchul Heo
9d64fe5493 Fix typo.
Original pull request #2567
2023-05-03 10:49:56 +02:00
Mark Paluch
fc9c4d4701 Fix BoundingBox.width return value.
We now return the correct value.

Closes #2526
2023-04-24 14:46:09 +02:00
remeio
f6303b09de Tweak Javadoc wording of mergeArrays.
Closes #2558
2023-04-24 14:12:30 +02:00