Source: guacamole-client Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17
guacamole-client fails to build with OpenJDK 17 because javac is invoked with the -Werror option and a new warning is now emitted when the primitive constructors are used: [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] /<<PKGBUILDDIR>>/guacamole-ext/src/main/java/org/glyptodon/guacamole/properties/IntegerGuacamoleProperty.java:[43,30] [removal] Integer(String) in Integer has been deprecated and marked for removal [WARNING] /<<PKGBUILDDIR>>/guacamole-ext/src/main/java/org/glyptodon/guacamole/form/NumericField.java:[84,15] [removal] Integer(String) in Integer has been deprecated and marked for removal [WARNING] /<<PKGBUILDDIR>>/guacamole-ext/src/main/java/org/glyptodon/guacamole/properties/LongGuacamoleProperty.java:[43,29] [removal] Long(String) in Long has been deprecated and marked for removal [INFO] 3 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] error: warnings found and -Werror specified [INFO] 1 error [INFO] -------------------------------------------------------------