[
https://issues.apache.org/jira/browse/IGNITE-27885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18059308#comment-18059308
]
Kirill Anisimov edited comment on IGNITE-27885 at 2/18/26 12:32 PM:
--------------------------------------------------------------------
h3. Summary
Updated the versions of Apache ZooKeeper and Apache Curator (to reduce the
false-positive CVE / bring the dependency graph up to date).
h3. Changes
* Updated dependency versions:
** {{org.apache.zookeeper:zookeeper}} → *3.9.4* (scope: compile for
{{{}ignite-zookeeper{}}})
** {{org.apache.curator*:}} *→ 5.9.0* (used in the {{ignite-zookeeper}} module
test infrastructure)
* An edit has been made to the {{ZookeeperDiscoverySpi}} SASL test
infrastructure:
** The system property setting has been added to
{{{}ZookeeperDiscoverySpiSaslAuthAbstractTest{}}}:
***
{code:java}
System.setProperty("zookeeper.fips-mode", "false");{code}
** The subsequent cleanup in {{{}afterTest(){}}}:
***
{code:java}
System.clearProperty("zookeeper.fips-mode");{code}
** This has stabilized the passage of SASL tests in environments where
ZooKeeper or its dependencies may try to enable/verify FIPS-mode.
was (Author: JIRAUSER310920):
h3. Summary
Updated the versions of Apache ZooKeeper and Apache Curator (to reduce the
false-positive CVE / bring the dependency graph up to date).
h3. Changes
* Updated dependency versions:
** {{org.apache.zookeeper:zookeeper}} → *3.9.4* (scope: compile for
{{{}ignite-zookeeper{}}})
** {{org.apache.curator*:}} *→ 5.9.0* (used in the {{ignite-zookeeper}} module
test infrastructure)
* An edit has been made to the {{ZookeeperDiscoverySpi}} SASL test
infrastructure:
** The system property setting has been added to
{{{}ZookeeperDiscoverySpiSaslAuthAbstractTest{}}}:
***
{code:java}
System.setProperty("zookeeper.fips-mode", "false");{code}
*
** The subsequent cleanup in {{{}afterTest(){}}}:
***
{code:java}
System.clearProperty("zookeeper.fips-mode");{code}
*
** This has stabilized the passage of SASL tests in environments where
ZooKeeper or its dependencies may try to enable/verify FIPS-mode.
> Upgrade Apache Curator to 5.9.0 and ZooKeeper to 3.9.4
> ------------------------------------------------------
>
> Key: IGNITE-27885
> URL: https://issues.apache.org/jira/browse/IGNITE-27885
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Kirill Anisimov
> Assignee: Kirill Anisimov
> Priority: Major
> Labels: curator, ignite-2, zookeeper
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)