Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI builds fail because of Oracle JDK 7 #23

Closed
marschall opened this issue Jul 26, 2019 · 0 comments · Fixed by #25
Closed

CI builds fail because of Oracle JDK 7 #23

marschall opened this issue Jul 26, 2019 · 0 comments · Fixed by #25

Comments

@marschall
Copy link
Member

Currently all pull request builds fail with

$ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk7" --workspace "/home/travis/.cache/install-jdk" --feature "7" --license "BCL"
Ignoring license option: BCL -- using GPLv2+CE by default
install-jdk.sh 2019-07-17
Expected feature release number in range of 9 to 14, but got: 7
�[31;1mThe command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk7" --workspace "/home/travis/.cache/install-jdk" --feature "7" --license "BCL"" failed and exited with 3 during .�

It looks as if oralcejdk7 is only available on precise builds. For trusty builds openjdk7 should be available.

marschall added a commit to marschall/jsr354-tck that referenced this issue Jul 28, 2019
Oracle no longer provided updates for Java which causes some builds to
fail like JavaMoney#21.
However from other vendors JDK 7 updates are still available.
On TavisCI openjdk7 is only available for trusty and precise, not for
bionic or xenial.

Fixes  JavaMoney#23
@keilw keilw closed this as completed in #25 Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant