You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2019/03/05 15:11:00 UTC

[jira] [Created] (IGNITE-11486) Support Automatic modules for ignite-zookeeper: Resolve issues with logging packages conflict

Dmitriy Pavlov created IGNITE-11486:
---------------------------------------

             Summary: Support Automatic modules for ignite-zookeeper: Resolve issues with logging packages conflict
                 Key: IGNITE-11486
                 URL: https://issues.apache.org/jira/browse/IGNITE-11486
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Dmitriy Pavlov


Usage of Ignite Zookeeper module in a modular environment failed
{noformat}
error: the unnamed module reads package org.apache.log4j from both slf4j.log4j12 and log4j
{noformat}

slf4j version is updated by the build system when Ignite Zookeeper is used.
{noformat}
+--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
    +--- org.slf4j:slf4j-log4j12:1.7.7 -> 1.7.25
          +--- org.slf4j:slf4j-api:1.7.25
          \--- log4j:log4j:1.2.17
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)