[
https://issues.apache.org/jira/browse/NIFI-16031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090427#comment-18090427
]
ASF subversion and git services commented on NIFI-16031:
--------------------------------------------------------
Commit cb90809e29d80b73bc1cc3903610fbdf4954349f in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cb90809e29d ]
NIFI-16031 Replaced
org.springframework.data.redis.connection.RedisStringCommands deprecated set
method with suggested set method (#11360)
> Replace org.springframework.data.redis.connection.RedisStringCommands
> deprecated set method with suggested set method
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-16031
> URL: https://issues.apache.org/jira/browse/NIFI-16031
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> As seen in the logs
> {code:java}
> 2026-06-19T01:30:47.0978350Z [WARNING]
> /home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-extensions/src/main/java/org/apache/nifi/redis/service/SimpleRedisDistributedMapCacheClientService.java:[153,121]
> [deprecation] SetOption in RedisStringCommands has been deprecated
> 2026-06-19T01:30:47.1006790Z [WARNING]
> /home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-extensions/src/main/java/org/apache/nifi/redis/service/SimpleRedisDistributedMapCacheClientService.java:[153,44]
> [deprecation] set(byte[],byte[],Expiration,SetOption) in RedisStringCommands
> has been deprecated {code}
> org.springframework.data.redis.connection RedisStringCommands has a
> deprecated set method and suggests replacing it with another set method as
> seen
> [here|https://docs.spring.io/spring-data/redis/reference/api/java/org/springframework/data/redis/connection/RedisStringCommands.html#set(byte%5B%5D,byte%5B%5D,org.springframework.data.redis.core.types.Expiration,org.springframework.data.redis.connection.RedisStringCommands.SetOption)]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)