Details
-
Bug
-
Resolution: Fixed
-
Critical
-
1.3.0-alpha4
-
JDK 9.0.4 and SLF4J 1.8.0-beta1
Description
With the current alpha version of logback, it is no longer possible to extend ch.qos.logback.core.rolling.TriggeringPolicyBase as it is not exported in module-info.java.
The package should therefore either be exported or classes intended for extension should be moved to a different package.
Attachments
Issue Links
- is duplicated by
-
LOGBACK-1443 logback for java9 should export the package ch.qos.logback.core.rolling
- Resolved