Commit Graph

2747 Commits

Author SHA1 Message Date
Mark Paluch
56860cb259 Prepare 3.0.8 (2022.0.8).
See #2614
2023-07-14 11:22:24 +02:00
Mark Paluch
f2fba9f58a Update CI properties.
See #2614
2023-07-03 09:47:08 +02:00
Mark Paluch
fda12222f4 Upgrade to Maven Wrapper 3.9.3.
See #2624
2023-07-03 09:46:39 +02:00
Mark Paluch
baa7728f20 After release cleanups.
See #2578
2023-06-16 15:43:10 +02:00
Mark Paluch
788eb0f0a1 Prepare next development iteration.
See #2578
2023-06-16 15:43:09 +02:00
Mark Paluch
d2cdfeaceb Release version 3.0.7 (2022.0.7).
See #2578
2023-06-16 15:39:46 +02:00
Mark Paluch
d71e5233b6 Prepare 3.0.7 (2022.0.7).
See #2578
2023-06-16 15:39:31 +02:00
Mark Paluch
0273d6564d Upgrade to Maven Wrapper 3.9.2.
See #2604
2023-06-13 08:52:20 +02:00
Mark Paluch
1ad01d4dc1 Fix ZAddArgs.isEmpty.
isEmpty now returns true if empty. Previously, the boolean returns were flipped.

Closes #2588
2023-06-07 11:35:48 +02:00
Mark Paluch
293de67cb1 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2595
2023-06-06 10:53:27 +02:00
Mark Paluch
68833df7a4 Use OBJECT, PTTL, and RESTORE JedisCluster methods directly.
We now use directly JedisCluster methods instead of using our command executor routing as JedisCluster exposes the methods and we no longer require our own command routing.

Closes #2589
2023-05-30 11:55:23 +02:00
John Blum
1dc49052b3 Edit and cleanup Javadoc.
Resolves #2586
2023-05-23 09:02:34 -07:00
John Blum
418121f087 Polish.
Additionally, refactors and cleans up the Redis cache extension and infrastructure.

Closes #2583
2023-05-18 17:32:11 -07:00
Yanming Zhou
8126924595 Improve RedisCacheManagerBuilder to expose applied RedisCacheConfiguration.
Now it is possible to construct a new, custom default RedisCacheConfiguration from an existing, default RedisCacheConfiguration.

This is useful in a Spring Boot context using the RedisCacheManagerBuilderCustomizer and acquiring access to the default RedisCacheConfiguration, which likely originated from Spring Boot Redis CacheProperties.

Resolves #2583
2023-05-18 17:32:06 -07:00
Christoph Strobl
29eb6072b1 After release cleanups.
See #2555
2023-05-12 11:11:32 +02:00
Christoph Strobl
dbeb426bd5 Prepare next development iteration.
See #2555
2023-05-12 11:11:31 +02:00
Christoph Strobl
a6f0bc1133 Release version 3.0.6 (2022.0.6).
See #2555
2023-05-12 11:08:07 +02:00
Christoph Strobl
7274d6f5f7 Prepare 3.0.6 (2022.0.6).
See #2555
2023-05-12 11:07:48 +02:00
Mark Paluch
ad000b90e7 Polishing.
Widen test assertions to avoid double rounding errors failing the test.

See #2575
2023-05-11 11:20:01 +02:00
Mark Paluch
e437c3d0ea Make LettuceObservationContext public to use it with Observation Predicates.
Close #2550
2023-05-09 15:13:28 +02:00
Mark Paluch
36c08ae9e9 Refactor Lettuce connection handling in integration tests.
Reuse condition objects in command and version condition extensions.

Shut down ClientResources via ShutdownQueue and ensure shared client resources usage.

Add close support to our MethodArgumentsProvider. Reuse LettuceTestClientConfiguration for test client config settings.

Closes #2575
2023-05-09 15:10:50 +02:00
Mark Paluch
23443692c7 Polishing.
Delegate RedisClientProvider.getClient() across connection providers. Use SimpleAsyncTaskExecutor as default in ClusterCommandExecutor to avoid ThreadPoolTaskExecutor pollution.

See #2575
2023-05-09 15:10:49 +02:00
John Blum
e973a50184 Fix element ordering issue on a mapped de/serialized entity having List property.
Closes #2565
2023-05-07 12:02:05 -07:00
John Blum
957f36b2e0 Upgrade to XStream 1.4.20.
Closes #2573
2023-05-05 10:47:42 -07:00
Wonchul Heo
3ff873e51b Fix typo.
Original pull request #2567
2023-05-03 10:49:35 +02:00
Mark Paluch
c5e389f8be Fix BoundingBox.width return value.
We now return the correct value.

Closes #2526
2023-04-24 14:46:02 +02:00
remeio
b05ab5c4c2 Tweak Javadoc wording of mergeArrays.
Closes #2558
2023-04-24 14:12:26 +02:00
Mark Paluch
b8c20ad61d Upgrade to Lettuce 6.2.4.RELEASE.
Closes #2560
2023-04-18 12:17:27 +02:00
Greg L. Turnquist
83ebe71d13 After release cleanups.
See #2530
2023-04-14 10:25:06 -05:00
Greg L. Turnquist
8eccc020ef Prepare next development iteration.
See #2530
2023-04-14 10:25:00 -05:00
Greg L. Turnquist
a0c728003a Release version 3.0.5 (2022.0.5).
See #2530
2023-04-14 10:19:15 -05:00
Greg L. Turnquist
eaf8208341 Prepare 3.0.5 (2022.0.5).
See #2530
2023-04-14 10:18:34 -05:00
Mark Paluch
41de029d34 Upgrade to Jedis 4.3.2.
Closes #2540
2023-04-06 16:47:33 +02:00
Mark Paluch
bbacf487af Upgrade to Maven Wrapper 3.9.1.
See #2542
2023-04-06 16:17:38 +02:00
John Blum
8dabfb3ad1 Test with Java 20 in CI.
See #2536
2023-04-05 08:57:04 -05:00
Alexander Münch
e7a2dd1104 Fix Javadoc in RedisCacheConfiguration.
The prefixCacheNameWith() method returns a new instance, not `this`.

Closes #2539
2023-04-03 07:53:44 -07:00
Mark Paluch
0067cabe6c Adopt to Mockito 5.1 changes.
Closes #2504
2023-03-30 10:49:27 +02:00
1993heqiang
b5fda56aaf Format example code in 'Publishing (Sending Messages)' section of ref doc.
Closed #2533
2023-03-28 17:19:20 -07:00
Greg L. Turnquist
8abb768d75 Update CI properties.
See #2530
2023-03-28 14:01:10 -05:00
Christoph Strobl
e1dd09c34b After release cleanups.
See #2522
2023-03-20 14:26:21 +01:00
Christoph Strobl
e4165d0fe4 Prepare next development iteration.
See #2522
2023-03-20 14:26:19 +01:00
Christoph Strobl
fde9c101ff Release version 3.0.4 (2022.0.4).
See #2522
2023-03-20 14:22:48 +01:00
Christoph Strobl
db34dda220 Prepare 3.0.4 (2022.0.4).
See #2522
2023-03-20 14:22:20 +01:00
Mark Paluch
29e75b6174 Fix documentation for MessageListenerAdapter Java config.
Closes #2524
2023-03-14 08:55:35 +01:00
Mark Paluch
b59f8e4d02 After release cleanups.
See #2508
2023-03-03 11:02:48 +01:00
Mark Paluch
a8632b0baa Prepare next development iteration.
See #2508
2023-03-03 11:02:46 +01:00
Mark Paluch
294a1811d9 Release version 3.0.3 (2022.0.3).
See #2508
2023-03-03 10:59:34 +01:00
Mark Paluch
2b563f5c7a Prepare 3.0.3 (2022.0.3).
See #2508
2023-03-03 10:59:18 +01:00
John Blum
4c14bb770a Polish.
Closes #2466

See #2465
2023-03-02 19:19:22 -08:00
Marcin Zielinski
321e3f03f9 Add support for XCLAIM in StreamOperations
Closes #2465
2023-03-02 19:19:16 -08:00