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) _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev