vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
371 stars 109 forks source link

CI is failing #292

Closed bashok001 closed 6 years ago

bashok001 commented 6 years ago

https://travis-ci.org/vkostyukov/la4j/builds/408355877

All CI tests are failing on JDK 7.

The command jdk_switcher use oraclejdk7 is failing to change JDK versions. And some mismatch of expectations is causing maven to fail.

Oliver-Loeffler commented 6 years ago

Well as JDK7 is no longer available by Oracle and also no longer supported, the Oracle JDK7 build was removed from Travis file. Due to JDK7 inavailability, JDK switcher fails to install Oracle JDK7.

Instead OpenJDK8, OpenJDK10 and Oracle JDK10 were added.

See pull request pull request 293 .

Oracle End-of-Life Statement: http://www.oracle.com/technetwork/java/javase/eol-135779.html