rodionmoiseev / c10n

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67 stars 10 forks source link

Travis build fails due to Java incompatibility #44

Closed rodionmoiseev closed 4 years ago

rodionmoiseev commented 4 years ago

Failure details: https://travis-ci.org/rodionmoiseev/c10n/builds/659192990

Installing oraclejdk8
$ export JAVA_HOME=~/oraclejdk8
$ export PATH="$JAVA_HOME/bin:$PATH"
$ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"
Ignoring license option: BCL -- using GPLv2+CE by default
install-jdk.sh 2020-01-14
Expected feature release number in range of 9 to 15, but got: 8
The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .
Your build has been stopped.

Seems like Java 8 is no longer supported.

kevinrobayna commented 4 years ago

I can take a quick look into this. Maybe it’s simple

Sent from my iPad

On 7 Mar 2020, at 00:36, Rodion Moiseev notifications@github.com wrote:

 Failure details: https://travis-ci.org/rodionmoiseev/c10n/builds/659192990

Installing oraclejdk8 $ export JAVA_HOME=~/oraclejdk8 $ export PATH="$JAVA_HOME/bin:$PATH" $ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL" Ignoring license option: BCL -- using GPLv2+CE by default install-jdk.sh 2020-01-14 Expected feature release number in range of 9 to 15, but got: 8 The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during . Your build has been stopped. Seems like Java 8 is no longer supported.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

rodionmoiseev commented 4 years ago

@kevinrobayna thanks! Please do if you can. I will tentatively assign you to it. I probably won't have time to take a look at it for a week or so.