Mark Paluch
4233a16b2c
After release cleanups.
...
See #3023
2024-11-15 10:23:54 +01:00
Mark Paluch
09cde48ef4
Prepare next development iteration.
...
See #3023
2024-11-15 10:23:53 +01:00
Mark Paluch
daa5e2905b
Release version 3.2.12 (2023.1.12).
...
See #3023
2024-11-15 10:21:37 +01:00
Mark Paluch
4506af493f
Prepare 3.2.12 (2023.1.12).
...
See #3023
2024-11-15 10:21:22 +01:00
Seungrae Kim
2792949c24
Fix typo in reference documentation.
...
Closes #3018
2024-11-14 15:51:05 +01:00
Mark Paluch
a079f9e298
Polishing.
...
Tweak wording.
See #3021
2024-11-14 15:49:17 +01:00
DongCheol Kim
9611063417
Improve StreamMessageListenerContainer Javadoc.
...
Fix minor typos and improve the clarity of the StreamMessageListenerContainer Javadoc regarding subscription registration.
Closes #3021
2024-11-14 15:49:17 +01:00
Mark Paluch
386834c674
Upgrade to xstream 1.4.21.
...
Closes #3038
2024-11-08 09:48:27 +01:00
Mark Paluch
c725ed14e4
Update CI Properties.
...
See #3023
2024-11-07 09:59:25 +01:00
Mark Paluch
b57e921535
Upgrade to Maven Wrapper 3.9.9.
...
See #3036
2024-11-07 09:51:01 +01:00
Mark Paluch
313df3b636
After release cleanups.
...
See #2992
2024-10-18 10:17:03 +02:00
Mark Paluch
4dc329ba09
Prepare next development iteration.
...
See #2992
2024-10-18 10:17:01 +02:00
Mark Paluch
e059ae7649
Release version 3.2.11 (2023.1.11).
...
See #2992
2024-10-18 10:14:33 +02:00
Mark Paluch
07818a75ca
Prepare 3.2.11 (2023.1.11).
...
See #2992
2024-10-18 10:14:17 +02:00
Mark Paluch
8e9660c938
Polishing.
...
Fix Javadoc tags.
See #2994
2024-10-17 15:43:32 +02:00
Mark Paluch
dfc56a64f0
Fix Jedis cluster connection lookup for IPv6 hosts.
...
We previously used our own mechanism to Render Host and Port causing that IPv6 addresses were enclosed in brackets.
Now we've aligned with Jedis' keying by using HostAndPort that just concatenates the host and port part.
Closes #3015
2024-10-10 15:32:26 +02:00
Mark Paluch
131e7655ca
Polishing.
...
Simplify code and tests.
See #3009
2024-10-10 15:23:06 +02:00
sujl95(TheWing)
94190c2aa2
Correctly handle null listener in RedisMessageListenerContainer.remove(…).
...
Closes #3009
2024-10-10 15:23:06 +02:00
Mark Paluch
928a786921
Polishing.
...
Consistently use literal null.
See #3010
2024-10-10 14:34:21 +02:00
Mark Paluch
943bb8fb2c
Fix Scripting Documentation for imperative Lua scripts.
...
See #3010
2024-10-10 14:34:06 +02:00
jinia91
d1e4fa02a2
Update RedisMessageListenerContainer docs.
...
Closes #3005
2024-10-10 14:21:31 +02:00
Mark Paluch
02fd507f69
Use Docker in Docker CI setup.
...
See #2994
2024-10-09 14:42:29 +02:00
Mark Paluch
60f3955eda
Polishing.
...
Update tests to simplify assertions and enhance GH issue references.
Simplify parsing logic for addressing edge cases and added more test scenarios.
See #2862
Original Pull Request: #3000
2024-09-19 14:39:02 +02:00
Marcin Grzejszczak
e459870cac
Improve Cluster Nodes parsing.
...
Without this fix there's a problem with parsing of the cluster nodes command output (e.g. a trailing comma after cport is making the parsing fail)
with this change we're converting regexp parsing to code parsing which also includes support for trailing commas after cport
Closes #2862
Original Pull Request: #3000
2024-09-19 14:39:01 +02:00
Mark Paluch
c16b863a0f
Polishing.
...
Add missing Nullable annotations. Reorder methods.
See: #2996
Original pull request: #2997
2024-09-17 14:22:55 +02:00
jinbeom
5d7adf01b1
Remove duplicate code in DefaultRedisList.
...
Closes : #2996
Original pull request: #2997
2024-09-17 14:22:35 +02:00
Jens Schauder
d738ec473d
After release cleanups.
...
See #2968
2024-09-13 10:53:00 +02:00
Jens Schauder
dfc6f272fe
Prepare next development iteration.
...
See #2968
2024-09-13 10:52:59 +02:00
Jens Schauder
91bd2896a0
Release version 3.2.10 (2023.1.10).
...
See #2968
2024-09-13 10:50:08 +02:00
Jens Schauder
6ab250c4d0
Prepare 3.2.10 (2023.1.10).
...
See #2968
2024-09-13 10:49:51 +02:00
Christoph Strobl
8052d07ba7
Make sure db index is only set once.
...
See: #2984
2024-09-13 09:38:54 +02:00
Christoph Strobl
b57b7eaaf7
Polishing.
...
Make sure nested LettuceConnectionUnitTests are actually run by junit.
Original Pull Request: #2990
2024-09-12 14:37:43 +02:00
Mark Paluch
586d974ab2
Fix database selection on dedicated connection.
...
We now select the database on the dedicated connection. Previously, this call never happened on the dedicated connection and the only way a database could be selected is through the ConnectionFactory configuration.
Closes : #2984
Original Pull Request: #2990
2024-09-12 14:37:43 +02:00
Mark Paluch
66c74bcd56
Polishing.
...
Refine assertions usage.
Original pull request: #2985
Closes #2982
2024-09-10 11:04:37 +02:00
jinkshower
c16c840b8a
Fix XAddOptions maxlen handling and XPendingOptions validation.
...
Closes #2982
Original pull request: #2985
2024-09-10 11:04:37 +02:00
Christoph Strobl
b68dd6eb6c
Fix error deserializing enum values with flattening Jackson2HashMapper.
...
This commit makes sure the mapper does not attempt to read type alias when deserializing enums.
Original pull request: #2980
Closes #2979
2024-08-30 10:01:52 +02:00
Mark Paluch
e82853f132
Add @Serial annotation to all serialVersionUID fields.
...
Closes #2973
2024-08-20 10:30:33 +02:00
Mark Paluch
42b43e5339
Polishing.
...
Replace instanceof check with pattern variable in production code.
Add missing Deprecated annotations.
See #2967
Original pull request: #2971
2024-08-20 10:25:47 +02:00
arefbehboudi
85434a3ceb
Consistently use instanceof pattern variable.
...
Closes #2967
Original pull request: #2971
2024-08-20 10:25:47 +02:00
Jens Schauder
f54776095d
After release cleanups.
...
See #2940
2024-08-16 09:01:34 +02:00
Jens Schauder
ec52d64328
Prepare next development iteration.
...
See #2940
2024-08-16 09:01:33 +02:00
Jens Schauder
a2c278baca
Release version 3.2.9 (2023.1.9).
...
See #2940
2024-08-16 08:58:34 +02:00
Jens Schauder
e257c3da3c
Prepare 3.2.9 (2023.1.9).
...
See #2940
2024-08-16 08:58:11 +02:00
Mark Paluch
b2c3113984
Update CI properties.
...
See #2940
2024-08-08 10:17:45 +02:00
Mark Paluch
f63b09e6c6
Upgrade to Maven Wrapper 3.9.8.
...
See #2960
2024-08-08 10:17:23 +02:00
Mark Paluch
40dfa92370
Polishing.
...
Remove lingering DEVELOCITY_CACHE credential declarations. Address typo.
See #2947
2024-08-01 10:42:55 +02:00
Eric Haag
33e63b3648
Migrate build to Spring Develocity Conventions extension.
...
* Migrate build to Spring Develocity Conventions extension.
* Adopt Develocity environment variables.
Closes #2947
2024-08-01 10:42:42 +02:00
Mark Paluch
ff3ac7b923
Remove recent version badges from readme.
...
We now no longer have a resource that serves these.
Closes #2916
2024-08-01 10:20:14 +02:00
Mark Paluch
0b2344b6a4
Bundle Javadoc with Antora documentation site.
...
Closes #2950
2024-07-31 14:30:01 +02:00
Christoph Strobl
87ef15c021
Update docker proxy for ci build.
...
See: #2929
2024-07-16 07:16:23 +02:00