Okay, well it didn’t take so long to fix, it appears to be a compiler issue, the same bug as previously reported here:
https://bugs.openjdk.java.net/browse/JDK-8062800
For anyone else with this issue, the solution it seems is to clean and rebuild. Running mvn clean install
seems to work.