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
Greg L. Turnquist
cfedb3f6b4
After release cleanups.
...
See #2529
2023-04-14 09:26:06 -05:00
Greg L. Turnquist
4c78109729
Prepare next development iteration.
...
See #2529
2023-04-14 09:25:59 -05:00
Greg L. Turnquist
5cba2e49c7
Release version 2.7.11 (2021.2.11).
...
See #2529
2023-04-14 09:19:57 -05:00
Greg L. Turnquist
4f9be71adf
Prepare 2.7.11 (2021.2.11).
...
See #2529
2023-04-14 09:19:18 -05:00
Mark Paluch
8387a09bfb
Upgrade to Maven Wrapper 3.9.1.
...
See #2543
2023-04-06 16:18:42 +02:00
Alexander Münch
c5879d34cc
Fix Javadoc in RedisCacheConfiguration.
...
The prefixCacheNameWith() method returns a new instance, not `this`.
Closes #2539
2023-04-03 07:59:13 -07:00
1993heqiang
aedaf651b5
Format example code in 'Publishing (Sending Messages)' section of ref doc.
...
Closed #2533
2023-03-28 17:20:24 -07:00
Mark Paluch
6dd71c4c89
Adopt to Mockito 5.1 changes.
...
Closes #2504
2023-03-27 13:54:47 +02:00
Christoph Strobl
6c0f3b7d17
After release cleanups.
...
See #2521
2023-03-20 13:48:10 +01:00
Christoph Strobl
12b9446189
Prepare next development iteration.
...
See #2521
2023-03-20 13:48:09 +01:00
Christoph Strobl
534b8743b0
Release version 2.7.10 (2021.2.10).
...
See #2521
2023-03-20 13:43:05 +01:00
Christoph Strobl
43b87bf0dd
Prepare 2.7.10 (2021.2.10).
...
See #2521
2023-03-20 13:42:32 +01:00
Mark Paluch
cd4e96cc88
After release cleanups.
...
See #2507
2023-03-03 10:22:38 +01:00
Mark Paluch
48741ca4f9
Prepare next development iteration.
...
See #2507
2023-03-03 10:22:36 +01:00
Mark Paluch
b7c076907f
Release version 2.7.9 (2021.2.9).
...
See #2507
2023-03-03 10:19:08 +01:00
Mark Paluch
d4662bfd42
Prepare 2.7.9 (2021.2.9).
...
See #2507
2023-03-03 10:18:48 +01:00
John Blum
667b24df37
Polish.
...
Closes #2466
See #2465
2023-03-02 19:29:24 -08:00
Marcin Zielinski
03de6dba85
Add support for XCLAIM in StreamOperations
...
Closes #2465
2023-03-02 19:28:26 -08:00
Mark Paluch
16068cbb74
Upgrade to Maven Wrapper 3.9.0.
...
See #2514
2023-02-20 12:02:19 +01:00
Mark Paluch
9fab7d47f6
After release cleanups.
...
See #2487
2023-02-17 10:11:46 +01:00
Mark Paluch
660e62243f
Prepare next development iteration.
...
See #2487
2023-02-17 10:11:44 +01:00
Mark Paluch
6f19d51f3c
Release version 2.7.8 (2021.2.8).
...
See #2487
2023-02-17 10:08:25 +01:00
Mark Paluch
650629a71c
Prepare 2.7.8 (2021.2.8).
...
See #2487
2023-02-17 10:08:09 +01:00
Mark Paluch
d2d1a31a18
Update CI properties.
...
See #2487
2023-01-30 10:48:59 +01:00
John Blum
db67f144ae
Annotate indexOf(..) and lastIndexOf(..) ListOperations with @Nullable.
...
Closes #2488
2023-01-19 17:17:56 -08:00
Mark Paluch
620a303a45
After release cleanups.
...
See #2460
2023-01-13 10:35:35 +01:00
Mark Paluch
7e190a95dd
Prepare next development iteration.
...
See #2460
2023-01-13 10:35:33 +01:00
Mark Paluch
5bdc3ca476
Release version 2.7.7 (2021.2.7).
...
See #2460
2023-01-13 10:32:46 +01:00
Mark Paluch
ee3cf1cbc7
Prepare 2.7.7 (2021.2.7).
...
See #2460
2023-01-13 10:32:32 +01:00
Mark Paluch
866572af44
Add output hints for HSTRLEN, XLEN, and XTRIM.
...
See #2473
Original pull request: #2482
2023-01-12 09:10:25 -08:00
Mark Paluch
ffc6480799
Use correct output for ZCARD command using LettuceConnection.execute(…).
...
We now provide a type hint for the ZCARD command.
Closes #2473
Original pull request: #2482
2023-01-12 09:10:25 -08:00
Christoph Strobl
70ca4b2e2d
Override mockk dependency version.
...
The upgrade to mockk 1.12.8 in spring-data-build causes trouble with Kotlin reflection that's why we need to alter the version on a project level to 1.13.3.
Closes : #2485
2023-01-12 08:38:32 +01:00
Mark Paluch
3e20b55275
Switch to mockk-jvm artifact.
...
Closes #2483
2023-01-11 16:17:44 +01:00
Mark Paluch
eb3e12540b
Extend license header copyright years to 2023.
...
See #2476
2023-01-02 11:10:55 +01:00
Mark Paluch
cb1839e0c6
Add assertions to fail early on absent values using StreamMessageListenerContainer.
...
Closes #2472
2023-01-02 11:09:51 +01:00
Mark Paluch
74cff0b3ef
Extend license header copyright years to 2023.
...
See #2475
2023-01-02 09:52:09 +01:00
Mark Paluch
ac2c9c5aa9
Update CI properties.
...
See #2460
2022-11-18 15:33:54 +01:00
Mark Paluch
0ffb4dece6
After release cleanups.
...
See #2435
2022-11-18 10:55:38 +01:00
Mark Paluch
06c5403bab
Prepare next development iteration.
...
See #2435
2022-11-18 10:55:36 +01:00
Mark Paluch
20ec9a04df
Release version 2.7.6 (2021.2.6).
...
See #2435
2022-11-18 10:45:33 +01:00
Mark Paluch
6318478945
Prepare 2.7.6 (2021.2.6).
...
See #2435
2022-11-18 10:44:45 +01:00
John Blum
d60f3c02bd
Correct 'Redis Cache' reference document title.
...
Change redis-cache.adoc document title from '==' to '=' to appear as section 10.15 instead of 10.14.1,
which currently places the 'Redis Cache' ref doc under 'Redis Scripting'.
Closes #2458
Original pull request #2459
2022-11-16 09:02:22 +01:00
skyjiang
23ff8cd5b7
Remove duplicate map keys in Lettuce TypeHints.
...
Closes #2314
2022-11-11 10:34:39 +01:00
Mark Paluch
9eb7c432aa
Fix emptiness check in MappingRedisConverter.
...
Closes #2446
2022-11-11 10:33:36 +01:00