You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Matt Sicker (Jira)" <ji...@apache.org> on 2022/01/17 21:14:00 UTC

[jira] [Updated] (LOG4J2-2802) Log4j-core must only require java.base

     [ https://issues.apache.org/jira/browse/LOG4J2-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Sicker updated LOG4J2-2802:
--------------------------------
    Epic Link: LOG4J2-2226

> Log4j-core must only require java.base
> --------------------------------------
>
>                 Key: LOG4J2-2802
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2802
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 3.0.0
>            Reporter: Ralph Goers
>            Priority: Major
>
> One of the main goals of 3.0.x is to have each of the log4j jars be declared with a module-info.java file to make it be a true participant in JPMS. When creating the module-info.java for Log4j core it needs to only have a required dependency on the java.base module. This means things like:
>  * The script engine is included in java.scripting
>  * XML processing is generally in java.xml.
> must either be able to be declared as transitive dependencies or be separated into their own modules.



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