[
https://issues.apache.org/jira/browse/GEODE-9046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306581#comment-17306581
]
ASF subversion and git services commented on GEODE-9046:
--------------------------------------------------------
Commit d2c5d2a2ca62321c1406cf00d091fa6eba007f11 in geode's branch
refs/heads/support/1.14 from Nabarun Nag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d2c5d2a ]
GEODE-9046: Refactor null redis structures to separate classes (#6152) (#6167)
* NULL_REDIS_STRING, NULL_REDIS_HASH, NULL_REDIS_SET, and
NULL_REDIS_DATA are moved to a separate class
* This is done so that superclasses do not reference subclasses to
avoid class loading deadlocks.
(cherry picked from commit 8e1f8a807d9b133cedf69866078415e0ab4d9d60)
> Refactor references to the subclass from superclasses in geode-redis
> --------------------------------------------------------------------
>
> Key: GEODE-9046
> URL: https://issues.apache.org/jira/browse/GEODE-9046
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Nabarun Nag
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Currently, in geode-redis
> * NullRedisString is referenced from RedisString
> * NullRedisHash is referenced from RedisHash
> * NullRedisSet is referenced from RedisSet
> These Null redis data structures need to be moved to a separate class to
> avoid the superclass referencing subclasses.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)