Pavel_K created SLF4J-447: ----------------------------- Summary: Slf4j-ext contains package org.slf4j Key: SLF4J-447 URL: https://jira.qos.ch/browse/SLF4J-447 Project: SLF4J Issue Type: Bug Components: slf4j-ext Affects Versions: 1.8.0-beta2 Reporter: Pavel_K Assignee: SLF4J developers list
Slf4j-ext includes package org.slf4j (class org.slf4j.NDC) what is a serious problem if we use slf4j with JPMS. For example, we can't build log4j-slf4j18-impl for JPMS because it uses both slf4j-api and slf4j-ext and both these modules export the same package - org.slf4j. -- This message was sent by Atlassian JIRA (v7.3.1#73012) _______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev