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 2018/07/19 18:07:00 UTC

[jira] [Commented] (IGNITE-9035) Update log4j 2x version in Apache Ignite

    [ https://issues.apache.org/jira/browse/IGNITE-9035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16549641#comment-16549641 ] 

Dmitriy Pavlov commented on IGNITE-9035:
----------------------------------------

Probably we can update Ignite to latest version
{noformat} 
<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j</artifactId>
    <version>2.11.0</version>
    <type>pom</type>
</dependency>
{noformat}

> Update log4j 2x version in Apache Ignite
> ----------------------------------------
>
>                 Key: IGNITE-9035
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9035
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Dmitriy Pavlov
>            Priority: Major
>             Fix For: 2.7
>
>
> It is suggested to update log4j 2x version to log4j 2.8.2 or later.
> <dependency>
>     <groupId>org.apache.logging.log4j</groupId>
>     <artifactId>log4j</artifactId>
>     <version>2.8.2</version>
>     <type>pom</type>
> </dependency>
> It is required to run RunAll to check all tests passed.
> Probably it is required to run release step to make sure release candidate can be prepared.



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