Mark Paluch
6787067be2
Updated changelog.
...
See #2034
2021-05-14 12:36:41 +02:00
Mark Paluch
fe2a8238ae
Updated changelog.
...
See #2033
2021-05-14 12:06:46 +02:00
Greg L. Turnquist
bac977e204
Authenticate with artifactory.
...
See #2023 .
2021-04-22 15:54:16 -05:00
Mark Paluch
6d1c986f42
Updated changelog.
...
See #2023
2021-04-14 14:40:03 +02:00
Mark Paluch
8f10c8b51a
Updated changelog.
...
See #2024
2021-04-14 11:43:36 +02:00
Mark Paluch
cf2a71e7c1
After release cleanups.
...
See #2004
2021-04-14 11:16:06 +02:00
Mark Paluch
ee5382747f
Prepare next development iteration.
...
See #2004
2021-04-14 11:16:03 +02:00
Mark Paluch
415f92ac6f
Release version 2.3.9 (Neumann SR9).
...
See #2004
2021-04-14 11:04:47 +02:00
Mark Paluch
ce4e5c5ec1
Prepare 2.3.9 (Neumann SR9).
...
See #2004
2021-04-14 11:04:09 +02:00
Mark Paluch
595f4ebe09
Updated changelog.
...
See #2004
2021-04-14 11:04:04 +02:00
Mark Paluch
cf4df9b8fb
Upgrade to Lettuce 5.3.7.
...
Closes #2031 .
2021-04-13 16:41:58 +02:00
ooooo-youwillsee
64f5d4db36
Update reference documentation to set RedisConnectionFactory on RedisTemplate.
...
Closes #2030
2021-04-13 10:07:54 +02:00
Mark Paluch
8892daeb0f
Updated changelog.
...
See #2005
2021-03-31 18:30:47 +02:00
Mark Paluch
9e74c8ca3a
Updated changelog.
...
See #2003
2021-03-31 17:26:07 +02:00
Mark Paluch
be915b0c9f
Upgrade to Xstream 1.4.16.
...
Closes #2011 .
2021-03-22 11:27:25 +01:00
Mark Paluch
825b3f5e39
Updated changelog.
...
See #1974
2021-03-17 11:31:31 +01:00
Mark Paluch
03a4337d8c
Updated changelog.
...
See #1976
2021-03-17 11:03:42 +01:00
Mark Paluch
0a0c84a0b5
After release cleanups.
...
See #1972
2021-03-17 10:33:58 +01:00
Mark Paluch
ffb623be2d
Prepare next development iteration.
...
See #1972
2021-03-17 10:33:56 +01:00
Mark Paluch
1603c166f9
Release version 2.3.8 (Neumann SR8).
...
See #1972
2021-03-17 10:21:34 +01:00
Mark Paluch
78243ba791
Prepare 2.3.8 (Neumann SR8).
...
See #1972
2021-03-17 10:21:09 +01:00
Mark Paluch
31c6a401fc
Updated changelog.
...
See #1972
2021-03-17 10:21:06 +01:00
Mark Paluch
cb4c28ab5d
Move off deprecated API.
...
Original Pull Request: #1991
2021-03-08 09:59:52 +01:00
Mark Paluch
a956ba8918
Accept cluster nodes without hostname.
...
RedisNode can now be constructed using an empty hostname. This can happen when a node is in failover state. RedisNode exposes hasValidHost() to check whether the node has a valid hostname.
Also, introduce copy constructor to avoid mutations caused by the builder.
Original Pull Request: #1991
2021-03-08 09:47:09 +01:00
Mark Paluch
ff0cd5ac0b
Pass-thru custom Redis commands using Lettuce.
...
We now accept unknown custom Redis commands when using the Lettuce driver. Previously, custom commands were required to exist in Lettuce's CommandType enumeration and unknown commands (such as modules) failed to run.
Closes #1979
2021-02-23 09:31:09 +01:00
jongjin-bae
bdcdc97f3f
Move off deprecated code in reference documentation.
...
Fix example to create an instance of the LettuceClientConfiguration type with the appropriate constant variable.
Closes #1964
Original pull request: #1966 .
2021-02-19 13:43:09 +01:00
Christoph Strobl
33cd7bd010
Updated changelog.
...
See #1975
2021-02-18 11:37:48 +01:00
Christoph Strobl
d3ba287e58
Updated changelog.
...
See #1973
2021-02-18 11:18:31 +01:00
Christoph Strobl
9f657f117f
Updated changelog.
...
See #1944
2021-02-17 14:20:35 +01:00
Christoph Strobl
1faf45ad8d
Updated changelog.
...
See #1943
2021-02-17 13:49:21 +01:00
Christoph Strobl
c8eab2f1de
After release cleanups.
...
See #1830
2021-02-17 11:32:50 +01:00
Christoph Strobl
1ea7e62531
Prepare next development iteration.
...
See #1830
2021-02-17 11:32:49 +01:00
Christoph Strobl
e50a0a893f
Release version 2.3.7 (Neumann SR7).
...
See #1830
2021-02-17 11:07:42 +01:00
Christoph Strobl
d6df4d28fd
Prepare 2.3.7 (Neumann SR7).
...
See #1830
2021-02-17 11:07:10 +01:00
Christoph Strobl
e78911d58e
Updated changelog.
...
See #1830
2021-02-17 11:07:09 +01:00
Christoph Strobl
407e4a0ca6
Updated changelog.
...
See #1810
2021-02-17 10:58:29 +01:00
Mark Paluch
85ef98dfea
Include Bintray plugin repository.
...
Closes #1970 .
2021-02-17 10:00:12 +01:00
Christoph Strobl
9b18e0cea1
Move expires check to dedicated method.
...
Introduce helper method to unify expiry check and simplify control flow.
Original Pull Request: #1961
2021-02-16 14:21:17 +01:00
Muchnik Andrey
8933e026f5
Remove phantom copy of expiring data when source gets persisted.
...
This commit makes sure to clean up resources when a previously expiring entity is persisted by setting the time to live to zero or negative.
In case a phantom copy exists for the changed entity, it is removed to free space on the server and prevent expiration events from being sent.
See #1955
Original Pull Request: #1961
# Conflicts:
# src/test/java/org/springframework/data/redis/core/RedisKeyValueAdapterTests.java
2021-02-16 13:59:24 +01:00
Christoph Strobl
d0e44f5c91
Preserve order in SetConverter.
...
This commit fixes an issue where the order of elements in a set is not preserved when converting elements of the set.
Closes #1969 .
Original pull request: #1968 .
2021-02-15 14:57:23 +01:00
Christoph Strobl
13e98f6159
Updated changelog.
...
See #1831
2021-01-13 15:49:52 +01:00
Christoph Strobl
45578f0154
Updated changelog.
...
See #1832
2021-01-13 15:16:26 +01:00
Christoph Strobl
3ecdeb7cf6
Update issue tracker references after GitHub issues migration.
...
See: #1779
2021-01-13 08:22:22 +01:00
Mark Paluch
d248f28e09
Upgrade to Lettuce 5.3.6.RELEASE.
...
Closes #1941
2021-01-12 11:55:32 +01:00
Mark Paluch
9790f47b7e
Update copyright year to 2021.
...
Closes #1942
2021-01-12 10:45:51 +01:00
Mark Paluch
0d15806fbb
Upgrade to xstream 1.4.15.
...
Closes #1939
2021-01-11 15:13:43 +01:00
Greg L. Turnquist
f9c986603a
DATAREDIS-1263 - Include proper import statements.
...
To ensure Kotlin builds work properly, certain types need explicit import statements.
2020-12-09 12:12:07 -06:00
Mark Paluch
e4d22e988b
DATAREDIS-1249 - Updated changelog.
2020-12-09 16:47:45 +01:00
Mark Paluch
1fd20e234e
DATAREDIS-1242 - Updated changelog.
2020-12-09 15:33:26 +01:00
Mark Paluch
51712aa135
DATAREDIS-1240 - After release cleanups.
2020-12-09 12:41:27 +01:00