peter-lawrey / Java-Chronicle

Java Indexed Record Chronicle
1.22k stars 193 forks source link

Build fails for Java 8 #31

Closed peter-lawrey closed 11 years ago

peter-lawrey commented 11 years ago

Your projects are failing when built using JDK1.8.0-ea build, I tried building all the Java projects and got build/test failures.

Here's the site with download binaries: http://www.oracle.com/technetwork/java/javase/downloads/ea-jsp-142245.htm

If you get a chance do you want to have a look it as well before I end up with an incorrect conclusion. I'm happy to report issues to Oracle if these build genuinely fail due to the JDK.

peter-lawrey commented 11 years ago

The use of Reflection.getCallerClass() has changed. Also <p/> , <br/> and < are no longer allowed in Javadocs.

peter-lawrey commented 11 years ago

Checked the build is ok in Java 6 and 8.

Thank you @Mani for finding this issue.