-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.1 #13
base: master
Are you sure you want to change the base?
Conversation
7b79047
to
24ab131
Compare
24ab131
to
94a338b
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe update to the Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant Redis
App->>Redis: Connect to Redis
Redis-->>App: Connection established
App->>Redis: Perform data operation
Redis-->>App: Return operation result
Poem
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
94a338b
to
9d7c57d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- pom.xml (1 hunks)
Additional comments not posted (1)
pom.xml (1)
40-40
: Verify compatibility and test thoroughly.The version of
spring-data-redis
has been updated from3.1.5
to3.3.3
. Ensure that the application is compatible with this new version, as it may introduce breaking changes or deprecated features. Thorough testing is recommended to confirm that the integration with Redis functions as expected.
9d7c57d
to
68e1ae0
Compare
Quality Gate passedIssues Measures |
68e1ae0
to
be15cd5
Compare
be15cd5
to
061dde6
Compare
061dde6
to
a5f2314
Compare
a5f2314
to
b20b0a7
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
3.1.5
->3.4.1
Release Notes
spring-projects/spring-data-redis (org.springframework.data:spring-data-redis)
v3.4.1
Compare Source
📗 Links
📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.4.0
Compare Source
📗 Links
⭐ New Features
DefaultJedisClientConfig.Builder
#3007GenericJackson2JsonRedisSerializer
when using customJsonFactory
#2981opsForHash()
should reuse cached instances #2970StreamOperations
acceptingXAddOptions
#2915RedisCache.get(Object, Callable)
synchronizes on entire cache instead of individual keys #2890NullValueSerializer
inGenericJackson2JsonRedisSerializer
#2878🐞 Bug Fixes
null
listener inRedisMessageListenerContainer.remove(…)
#3009JedisClusterTopologyProvider
#2986LettuceConnectionFactory
lifecycle stops connections before depending components are stopped #2957BoundValueOperations
not visible when initializingboundValueOps
on Fork/Join pool #2920📔 Documentation
RedisMessageListenerContainer
docs #3005🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.3.7
Compare Source
📗 Links
📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.3.6
Compare Source
📗 Links
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.3.5
Compare Source
📗 Links
⭐ New Features
opsForHash()
should reuse cached instances #2970🐞 Bug Fixes
null
listener inRedisMessageListenerContainer.remove(…)
#3009📔 Documentation
RedisMessageListenerContainer
docs #3005❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.3.4
Compare Source
📗 Links
🐞 Bug Fixes
JedisClusterTopologyProvider
#2986📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.3.3
Compare Source
📗 Links
⭐ New Features
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.3.2
Compare Source
📗 Links
v3.3.1
Compare Source
📗 Links
⭐ New Features
NullValueSerializer
inGenericJackson2JsonRedisSerializer
#2878🐞 Bug Fixes
BoundValueOperations
not visible when initializingboundValueOps
on Fork/Join pool #2920📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.3.0
Compare Source
📗 Links
⭐ New Features
QueryByExampleRedisExecutor
implementListQueryByExampleExecutor
#2880RedisSentinelConfiguration
#2860RedisCache
should exposeValueWrapper
for cached null values returned fromretrieve(key)
#2783🐞 Bug Fixes
BITFIELD INCRBY
applies incorrect offset using Lettuce #2903PipelinedRedisFuture
#2888@Index
column not removed after setting value tonull
#2882find…ById(…)
queries #2851RedisMessageListenerContainer
resubscribe using Jedis fails after exception #2782📔 Documentation
JedisConnectionFactory.setDatabase(…)
javadoc deprecation refers to client name #2831ReactiveRedisOperations#listenTo
andlistenTo…Later
Javadoc mentioning resource usage #2229🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.12
Compare Source
📗 Links
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.11
Compare Source
📗 Links
⭐ New Features
🐞 Bug Fixes
null
listener inRedisMessageListenerContainer.remove(…)
#3009📔 Documentation
RedisMessageListenerContainer
docs #3005❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.10
Compare Source
📗 Links
🐞 Bug Fixes
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.9
Compare Source
📗 Links
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.8
Compare Source
📗 Links
v3.2.7
Compare Source
📗 Links
🐞 Bug Fixes
BoundValueOperations
not visible when initializingboundValueOps
on Fork/Join pool #2920📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.6
Compare Source
📗 Links
🐞 Bug Fixes
BITFIELD INCRBY
applies incorrect offset using Lettuce #2903@Index
column not removed after setting value tonull
#2882📔 Documentation
ReactiveRedisOperations#listenTo
andlistenTo…Later
Javadoc mentioning resource usage #2229❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.5
Compare Source
📗 Links
🐞 Bug Fixes
PipelinedRedisFuture
#2888v3.2.4
Compare Source
📗 Links
🐞 Bug Fixes
find…ById(…)
queries #2851📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.3
Compare Source
📗 Links
📔 Documentation
JedisConnectionFactory.setDatabase(…)
javadoc deprecation refers to client name #2831❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.2
Compare Source
📗 Links
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.1
Compare Source
📗 Links
⭐ New Features
ValueWrapper
to differentiate between cached null values and absent cache mapping. #2785RedisCache
should exposeValueWrapper
for cached null values returned fromretrieve(key)
#2783🐞 Bug Fixes
SCAN
cursor exceedsLong.MAX_VALUE
resulting inNumberFormatException
#2796RedisMessageListenerContainer
resubscribe using Jedis fails after exception #2782📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.2.0
Compare Source
📗 Links
⭐ New Features
@EnabledOnRedisDriver
usage with@ParameterizedRedisTest
#2734ReactiveListOperations
#2692RedisCache
#2650RedisCollectionFactoryBean
collection creation #2637RedisCollectionFactoryBean
collection creation #2633ReversedRedisListView
for Java 21 compatibility #2602Module
toGenericJackson2JsonRedisSerializer
#2601Executor
to be used withClusterCommandExecutor
#2594RedisConnectionFactory
toLifecycle
beans #2503DefaultRedisCacheWriter
#2300🐞 Bug Fixes
Converter
inConvertingCursor
#2701Jsr310Converters
does not contain converters forOffsetTime
andOffsetDateTime
#2677RedisElementReader.read(…)
contradicts non-nullability ofFlux.map(…)
#2655DefaultRedisSerializationContextBuilder.string()
should assign param tostringTuple
instead ofhashValueTuple
#2651LettuceObservationContext
should be constructed with parentObservation
if exists #2591RedisZSetCommands.ZAddArgs#isEmpty()
negates empty flag #2588📔 Documentation
RedisConnection
is not Thread-safe #2653🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.1.12
Compare Source
📗 Links
🐞 Bug Fixes
BITFIELD INCRBY
applies incorrect offset using Lettuce #2903@Index
column not removed after setting value tonull
#2882📔 Documentation
ReactiveRedisOperations#listenTo
andlistenTo…Later
Javadoc mentioning resource usage #2229❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.1.11
Compare Source
📗 Links
v3.1.10
Compare Source
📗 Links
v3.1.9
Compare Source
📗 Links
📔 Documentation
JedisConnectionFactory.setDatabase(…)
javadoc deprecation refers to client name #2831❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.1.8
Compare Source
📗 Links
📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.1.7
Compare Source
📗 Links
🐞 Bug Fixes
SCAN
cursor exceedsLong.MAX_VALUE
resulting inNumberFormatException
#2796RedisMessageListenerContainer
resubscribe using Jedis fails after exception #2782🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.1.6
Compare Source
📗 Links
⭐ New Features
Module
toGenericJackson2JsonRedisSerializer
#2601🐞 Bug Fixes
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.