Re: logging-log4j2 git commit: Fix Generics compiler warnings.

2015-09-01 Thread Gary Gregory
I committed a fix. Gary On Tue, Sep 1, 2015 at 9:06 AM, Gary Gregory wrote: > I develop with Eclipse and Oracle 1.7.0_79, all is well there obviously. > > On the command line, I get a compile error with 1.7.0_79, sigh: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler

Re: logging-log4j2 git commit: Fix Generics compiler warnings.

2015-09-01 Thread Gary Gregory
I develop with Eclipse and Oracle 1.7.0_79, all is well there obviously. On the command line, I get a compile error with 1.7.0_79, sigh: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project log4j-core: Compilation failure: Compilat

Re: logging-log4j2 git commit: Fix Generics compiler warnings.

2015-09-01 Thread Ralph Goers
My Java version info - java version "1.7.0_67" Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode) Interestingly, I don’t see an error in IntelliJ > On Sep 1, 2015, at 6:11 AM, Ralph Goers wrote: > > After this change I am not

Re: logging-log4j2 git commit: Fix Generics compiler warnings.

2015-09-01 Thread Ralph Goers
After this change I am not getting the following compile failure [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project log4j-core: Compilation failure: Compilation failure: [ERROR] required: Class [ERROR] found:Class [ERROR] wh