> On Feb 26, 2020, at 6:16 PM, Gary Gregory <garydgreg...@gmail.com> wrote:
>
> +1
>
> My review is based on the git tag.
>
> Running 'mvn -V clean package' OK with:
>
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: 1.8.0_241, vendor: Oracle Corporation, runtime: C:\Program
> Files\Java\jdk1.8.0_241\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>
> I could not get it to build with Java 11.
You will not be able to get it to build with Java 11. I have tried setting the
java c release option to Java 8 but when I do I still get
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/rgoers/projects/apache/logging/log4j/release-2.x/log4j-api/src/test/java/org/apache/logging/log4j/util/StackLocatorUtilTest.java:[25,18]
error: cannot find symbol
symbol: class Reflection
location: package sun.reflect
[INFO] 1 error
Until we make Java 9 the minimum version (which is a long way off from what I
can tell) we are going to be stuck with the multi-Java version build.
Ralph