[logback-dev] [JIRA] Updates for LOGBACK-1694: compilation problem under Java 11
QOS.CH (JIRA)
noreply-jira at qos.ch
Fri Oct 7 15:43:00 CEST 2022
logback / LOGBACK-1694 [Open]
compilation problem under Java 11
==============================
Here's what changed in this issue in the last few minutes.
This issue has been created
This issue is now assigned to you.
View or comment on issue using this link
https://jira.qos.ch/browse/LOGBACK-1694
==============================
Issue created
------------------------------
Ceki Gülcü created this issue on 07/Oct/22 3:30 PM
Summary: compilation problem under Java 11
Issue Type: Improvement
Assignee: Logback dev list
Created: 07/Oct/22 3:30 PM
Environment:
The following error is observed when building under Java 11.
{code}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile) on project logback-core-blackbox: Compilation failure: Compilation failure:
[ERROR] ../logback1.3/logback-core-blackbox/src/test/java/ch/qos/logback/core/blackbox/joran/action/BlackboxTopElementAction.java:[5,15] package org.xml.sax is not visible
[ERROR] (package org.xml.sax is declared in module ch.qos.logback.core, which does not export it)
[ERROR] logback1.3/logback-core-blackbox/src/test/java/ch/qos/logback/core/blackbox/joran/action/ext/BlackboxStackAction.java:[17,15] package org.xml.sax is not visible
[ERROR] (package org.xml.sax is declared in module ch.qos.logback.core, which does not export it)
{code}
Priority: Major
Reporter: Ceki Gülcü
==============================
This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)
More information about the logback-dev
mailing list