Open Khazrak opened 8 years ago
The build infrastructure has changed so it could be that there has been a change in the compiler setting. d-m-p doesn't use any particular Java 8 feature, it is intended to work at least with Java 7. That it has worked with Java 6 was probably luck ;-)
Can you confirm that 0.13.9 worked with Maven and Java 6 (confirmed with mvn -version
) ?
Hmm, we probably had some luck before. Now even 0.13.[6-9] doesn't work anymore with java 6. But it works with Java 7 so we just have to compile the Java code with 6 and switch to 7 when we do the docker build (we have problems with
Coud you try 0.14.1, too ? This has been done with our new build infrastructure, unfortunately I don't know for sure with which jdk it was compiled.
I will pin the language level to Java 1.7 so for the next release, even when the plugin is compiled with Java 8 it should still work with Java 7.
Just verified: The plugin is and was targeted to Java 1.7 from the very beginning, so there shouldn't be any changed behaviour (even if it happened to be compiled under Jdk1.8, which btw was already the case for the other versions).
When I bumped up the version of the plugin and ran a docker:start I got this error:
I have this Java version:
When running it with Java 8 it worked perfectly