tacitknowledge / autopatch

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

Updated to work with Java 7 and Java 8 #47

Closed scottfromsf closed 8 years ago

scottfromsf commented 8 years ago

I'm getting ready to troubleshoot something a user reported on the autopatch-users list and found that Autopatch wouldn't compile with his Java version (8). It now builds and tests successfully on 6, 7, and 8. Travis CI should start running a separate CI build for each Java version as well.

scottfromsf commented 8 years ago

Just noticed that this is largely a superset of pull request #45 so you should only merge one of these two in.