You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Seweryn Habdank-Wojewodzki (Jira)" <ji...@apache.org> on 2022/01/04 08:45:00 UTC

[jira] [Created] (LOG4J2-3309) SetUtils class is missing in Log4j 2.17.x

Seweryn Habdank-Wojewodzki created LOG4J2-3309:
--------------------------------------------------

             Summary: SetUtils class is missing in Log4j 2.17.x
                 Key: LOG4J2-3309
                 URL: https://issues.apache.org/jira/browse/LOG4J2-3309
             Project: Log4j 2
          Issue Type: Bug
            Reporter: Seweryn Habdank-Wojewodzki


Hi,

 

According to: [https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core]

it is recommended to use Log4j v. 2.17.1, but when I use this version I cannot compile the code, as I am getting error:

{code}
error: cannot find symbol
  symbol:   class SetUtils
  location: package org.apache.logging.log4j.core.util

{code}

I found similar question is SO: [https://stackoverflow.com/questions/70428495/issue-with-log4j-2-17-0-update-classnotfoundexception-setutils]

But when I look in the Java Doc this class is also not there:
[https://logging.apache.org/log4j/log4j-2.17.0/log4j-web/apidocs/index.html?overview-summary.html]

 

Can you provide migration/update documentation when updating from Log4j v. 2.16.0 to 2.17.1, please?

Thanks in advance,

Seweryn.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)