[logback-dev] [JIRA] (LOGBACK-1443) logback for java9 should export the package ch.qos.logback.core.rolling
QOS.CH (JIRA)
noreply-jira at qos.ch
Sun Dec 2 14:41:00 CET 2018
Thomas Kläger created LOGBACK-1443:
--------------------------------------
Summary: logback for java9 should export the package ch.qos.logback.core.rolling
Key: LOGBACK-1443
URL: https://jira.qos.ch/browse/LOGBACK-1443
Project: logback
Issue Type: Bug
Components: logback-core
Affects Versions: 1.3.0-alpha4
Environment: Java 9 and later
Reporter: Thomas Kläger
Assignee: Logback dev list
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}}
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
More information about the logback-dev
mailing list