Details
-
Bug
-
Resolution: Duplicate
-
Major
-
1.3.0-alpha4
-
None
-
Java 9 and later
Description
To allow custom implementations of the interfaces in ch.qos.logback.core.rolling (like TriggeringPolicy, RollingPolicy, TimeBasedFileNamingAndTriggeringPolicy and its base implementation classes) need to be accessible for other modules.
To resolve this issue, the module-info.java file should include the line
exports ch.qos.logback.core.rolling
Attachments
Issue Links
- duplicates
-
LOGBACK-1385 JPMS: exports ch.qos.logback.core.rolling
- Resolved