Commits on Source (5)
-
Tony Mancill authored
-
Tony Mancill authored
Update to upstream version '3.4.2' with Debian dir cbac04676e8f160e37038c899ec7b876ec1f7d09
-
Tony Mancill authored
Also remove 1.5 source/target levels from debian/maven.properties. This addresses FTBFS with openjdk-10 "package sun.misc does not exist" (Debian: #902317) Note that the approach of specifying the javac option (as per [1]) --add-exports jdk.unsupported/jdk.internals=sun.misc will result in a successful compilation on the command-line, but not in conjuction with maven-compiler-plugin, which adds --release to the compilation and results in the following error: [ERROR] error: exporting a package from system module jdk.unsupported is not allowed with --release [1] https://docs.oracle.com/javase/9/migrate/
-
Tony Mancill authored
-
Tony Mancill authored