The only module name that comes up in Eclipse is
org.apache.logging.log4j.core, wirh both log4j-api and log4j-core on
modulepath.

    compile group: 'org.apache.logging.log4j', name: 'log4j-api',
version: '2.11.0'
    compile group: 'org.apache.logging.log4j', name: 'log4j-core',
version: '2.11.0'
    compile group: 'com.lmax', name: 'disruptor', version:'3.3.7'

The Log4j-api.jar does not contain a module-info.class
https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.11.0/log4
j-api-2.11.0.jar

There is no module-info.java in the Log4j source code
https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=tree;f=log4j-api/src/main/java;h=be0121aff811ff39007e3f89cb05e489326971f0;hb=HEAD

Should I create a JIRA report for this?
Or is it something I need to do to make this work?

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to