Package: libquartz2-java
Version: 2.2.3-3
Severity: serious
Tags: sid buster
User: debian-j...@lists.debian.org
Usertags: default-java10

libquartz2-java fails to build with Java 10 due to a change in the signature
of the getPrefixes​() method in javax.xml.namespace.NamespaceContext:

  [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project quartz-core: Compilation failure: Compilation failure: 
  [ERROR] 
quartz-core/src/main/java/org/quartz/xml/XMLSchedulingDataProcessor.java:[182,8]
 error: <anonymous org.quartz.xml.XMLSchedulingDataProcessor$1> is not abstract 
and does not override abstract method getPrefixes(String) in NamespaceContext
  [ERROR] 
quartz-core/src/main/java/org/quartz/xml/XMLSchedulingDataProcessor.java:[198,29]
 error: getPrefixes(String) in <anonymous 
org.quartz.xml.XMLSchedulingDataProcessor$1> cannot implement 
getPrefixes(String) in NamespaceContext
  [ERROR]   return type Iterator<?> is not compatible with Iterator<String>

Reply via email to