You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/08/10 21:07:15 UTC

[GitHub] ctubbsii opened a new issue #596: 1.9.2 won't compile from source on JDK7

ctubbsii opened a new issue #596: 1.9.2 won't compile from source on JDK7
URL: https://github.com/apache/accumulo/issues/596
 
 
   A new test file in 1.9.2 uses a Java 8 test class. I think the animal sniffer plugin catches this kind of thing in `src/main/java`, but it might miss stuff in `src/test/java`. I'm guessing nobody noticed in release candidate testing because everybody's using Java 8 now.
   
   This shouldn't affect users of our built jars on Java 7, or anybody building from source on Java 8. It will only affect people using Java 7 to build from source.
   
   The workaround is to either delete the affected class (`WalRemovalOrderTest`) or skip test compilation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services