tacitknowledge / autopatch

An automated database patching framework for Java.
41 stars 19 forks source link

Fixes for Java 8 #45

Closed mrangeltk closed 8 years ago

mrangeltk commented 9 years ago

Added a couple of unimplemented methods and ignored Xdoclint (a Javadoc format checker that runs automatically with Java 8) that was raising erros in the build because of the current documentation. For more information about the Xdoclint issues:

http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete

http://mail.openjdk.java.net/pipermail/build-infra-dev/2013-January/002899.html

danvalencia commented 8 years ago

Closing this PR as #47 fixes these issues plus adds config for travis.