Commit Graph

3072 Commits

Author SHA1 Message Date
Mark Paluch
08d4ac8dea Prepare 3.3.11 (2024.0.11).
See #3108
2025-04-22 09:58:21 +02:00
Mark Paluch
b01053b1cb After release cleanups.
See #3105
2025-03-14 07:38:28 +01:00
Mark Paluch
2bf3e597e7 Prepare next development iteration.
See #3105
2025-03-14 07:38:27 +01:00
Mark Paluch
40a87de9c1 Release version 3.3.10 (2024.0.10).
See #3105
2025-03-14 07:35:59 +01:00
Mark Paluch
4bb501cd90 Prepare 3.3.10 (2024.0.10).
See #3105
2025-03-14 07:35:41 +01:00
Mark Paluch
3e21a99673 After release cleanups.
See #3095
2025-02-14 09:52:51 +01:00
Mark Paluch
cd4bd30e6a Prepare next development iteration.
See #3095
2025-02-14 09:52:50 +01:00
Mark Paluch
58b37093e1 Release version 3.3.9 (2024.0.9).
See #3095
2025-02-14 09:50:00 +01:00
Mark Paluch
a71141dc86 Prepare 3.3.9 (2024.0.9).
See #3095
2025-02-14 09:49:41 +01:00
Mark Paluch
1e648a3d37 Update CI Properties.
See #3095
2025-02-11 15:22:26 +01:00
Mark Paluch
cd71997559 Polishing.
Reformat code.

See #3024
2025-02-10 11:43:38 +01:00
Mark Paluch
6487f2c445 Disable flakey tests.
See #3095
2025-01-21 13:27:52 +01:00
Mark Paluch
8a6a536cdf After release cleanups.
See #3074
2025-01-17 10:34:47 +01:00
Mark Paluch
1e4aaf0aac Prepare next development iteration.
See #3074
2025-01-17 10:34:46 +01:00
Mark Paluch
8cf36186d0 Release version 3.3.8 (2024.0.8).
See #3074
2025-01-17 10:32:18 +01:00
Mark Paluch
ca722bd347 Prepare 3.3.8 (2024.0.8).
See #3074
2025-01-17 10:32:01 +01:00
Mark Paluch
020e5b6a54 Polishing.
Add missing Nullable annotations to serializers.

See #3053
Original pull request: #3058
2025-01-15 14:10:58 +01:00
kimjinmyeong
525f9b67cf Add missing @Override annotation to GenericJackson2JsonRedisSerializer.useForType.
This fixes an issue where the `useForType` method in
GenericJackson2JsonRedisSerializer did not have the `@Override`
annotation, making it less clear that it overrides a method
from DefaultTypeResolverBuilder.

Closes #3053
Original pull request: #3058
2025-01-15 14:10:45 +01:00
KIMSIWOO
cd1f6ce753 Fix typo in reference cache example code.
Fixed minor typo on example code `build()` to `builder()`

Closes #3064
2025-01-15 14:00:23 +01:00
Mark Paluch
335b38a192 Extend license header copyright years to 2025.
See #3085
2025-01-08 09:56:42 +01:00
Christoph Strobl
2515ccecdf After release cleanups.
See #3043
2024-12-13 10:54:22 +01:00
Christoph Strobl
63463d1b09 Prepare next development iteration.
See #3043
2024-12-13 10:54:21 +01:00
Christoph Strobl
0847fc48f4 Release version 3.3.7 (2024.0.7).
See #3043
2024-12-13 10:51:13 +01:00
Christoph Strobl
19e5ab3a9b Prepare 3.3.7 (2024.0.7).
See #3043
2024-12-13 10:50:51 +01:00
Mark Paluch
9513eef213 Polishing.
Remove unused config files.

See #3024
2024-12-04 10:26:13 +01:00
Mark Paluch
5cf50d9d44 Fix code example in readme.
Closes #3060
2024-12-02 08:12:11 +01:00
Mark Paluch
df2f54674f Polishing.
Tweak Javadoc wording for execute(…) with callback methods.

See #3049
Original pull request: #3055
2024-11-28 08:42:27 +01:00
Marcin Grzejszczak
d334077831 Adds missing javadocs for RedisOperations.hasKey().
Also, added missing javadocs about what the method returns and about nullability.

Closes #3049
Original pull request: #3055
2024-11-28 08:42:27 +01:00
Marcin Grzejszczak
852a171efe Polishing.
Updated more javadocs where reference to a Redis command was invalid.

Original pull request: #3047
See: #3047
2024-11-26 11:41:18 +01:00
vaan_oxo
cd1d3936c9 Fix incorrect reference to SETNX in ReactiveValueOperations.setIfAbsent
Original pull request: #3047
Closes #3047
2024-11-26 11:40:55 +01:00
Mark Paluch
0f03f4da14 After release cleanups.
See #3024
2024-11-15 11:47:58 +01:00
Mark Paluch
383f8a6f52 Prepare next development iteration.
See #3024
2024-11-15 11:47:57 +01:00
Mark Paluch
270e14e7e8 Release version 3.3.6 (2024.0.6).
See #3024
2024-11-15 11:45:38 +01:00
Mark Paluch
4c1228fb12 Prepare 3.3.6 (2024.0.6).
See #3024
2024-11-15 11:45:23 +01:00
Seungrae Kim
46bdbe3f2a Fix typo in reference documentation.
Closes #3018
2024-11-14 15:50:41 +01:00
Mark Paluch
88693e53c7 Polishing.
Tweak wording.

See #3021
2024-11-14 15:49:14 +01:00
DongCheol Kim
896e5a922e Improve StreamMessageListenerContainer Javadoc.
Fix minor typos and improve the clarity of the StreamMessageListenerContainer Javadoc regarding subscription registration.

Closes #3021
2024-11-14 15:49:14 +01:00
Mark Paluch
dce5114696 Upgrade to xstream 1.4.21.
Closes #3038
2024-11-08 09:48:18 +01:00
Mark Paluch
3ab32dace2 Update Dockerfile setup to use HTTPS sources.
Closes #3037
2024-11-07 17:18:33 +01:00
Mark Paluch
171790bcc3 Update CI Properties.
See #3024
2024-11-07 09:59:11 +01:00
Mark Paluch
c0f689e6b4 Upgrade to Maven Wrapper 3.9.9.
See #3035
2024-11-07 09:49:32 +01:00
Mark Paluch
542136c8de Polishing.
Mention best-effort testing.

See #3032
2024-11-07 09:43:10 +01:00
Kyle J. Davis
28d9877f41 Adds explicit mention of Valkey in the README.
Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>

Closes #3032
2024-11-07 09:43:10 +01:00
Mark Paluch
cbf69ea01c After release cleanups.
See #2993
2024-10-18 11:39:05 +02:00
Mark Paluch
973f264243 Prepare next development iteration.
See #2993
2024-10-18 11:39:04 +02:00
Mark Paluch
472636c442 Release version 3.3.5 (2024.0.5).
See #2993
2024-10-18 11:36:33 +02:00
Mark Paluch
53d9d5293f Prepare 3.3.5 (2024.0.5).
See #2993
2024-10-18 11:36:17 +02:00
Mark Paluch
c3a5220cfe Polishing.
Fix Javadoc tags.

See #2994
2024-10-17 15:43:29 +02:00
Mark Paluch
8d4aee7396 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:32 +02:00
Mark Paluch
252c1ba7b2 Polishing.
Simplify code and tests.

See #3009
2024-10-10 15:23:03 +02:00