Source: controlsfx
Version: 9.0.0+hg20181001-1
Severity: important
Tags: ftbfs sid bookworm
User: [email protected]
Usertags: default-java17
controlsfx fails to build with OpenJDK 17:
/<<PKGBUILDDIR>>/controlsfx/src/main/java/impl/org/controlsfx/i18n/Translations.java:53:
error: reference to newFileSystem is ambiguous
try (FileSystem fs = FileSystems.newFileSystem(jarFile, null)) {
^
both method newFileSystem(Path,ClassLoader) in FileSystems and method
newFileSystem(Path,Map<String,?>) in FileSystems match