Closed ascheman closed 1 year ago
Hi @ascheman, we stuck currently with Java 8, even with the upcomming version 1.9.0. All higher Java version will be targeted by the 1.10 release of jQA. But the good news is that 1.10 will have a much smaller scope then all version we released until now and therefore it will be released much faster.
jQA 2 is now on Java 11
Bug description
I have a sample project, it has a Maven profile
jqa
which makes use of jQAssistant 1.8.0. I can perform the typical scan/analyze steps withjqa
. But running./mvnw -P jqa -N jqassistant:server
runs into the following error, when used with JDK 11:Everything works well when using JDK 8 (
openjdk version "1.8.0_265"
). Replacing JAXB with an older version (e.g.,2.3.1
) does not help either.Expected behaviour
Running with current (LTS) versions of JDK.
Your Environment
openjdk version "14.0.2" 2020-07-14
How can we reproduce the bug?
sdk u java 14.0.2.hs-adpt
./mvnw -P jqa clean install && ./mvnw -P jqa jqassistant:server
Definition of Done for the Implementers