-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Document Java Version on OSX #593
Comments
We do not support switching JDK versions on OS X. travis-ci/travis-ci#2317 |
You should have the default version listed though. So that it is clear what version is offered. |
@acnagy this is related to our previous PR. We should definitely show the current default version of JDK on default OSX even if we don't provide a full list of other versions. |
@plaindocs Agreed! I'll ping you once with a PR for that soon. |
It is definitely worth adding this information in the documents for those old images that will not see updates. Going forward, though, a better option would be to incorporate system_info into the macOSX image provisioning process so that this information is automatically updated. |
Java 8 is already installed in the newest image. travis-ci/docs-travis-ci-com#593
Java 8 is already installed in the newest image. travis-ci/docs-travis-ci-com#593 travis-ci/travis-ci#2316
Java 8 is already installed in the newest image. travis-ci/docs-travis-ci-com#593 travis-ci/travis-ci#2316
For a snapshot in time, it looks like all osx images are oraclejdk8, in particular: osx_image: xcode8 # oraclejdk8 1.8.0_92-b14
osx_image: xcode7.3 # oraclejdk8 1.8.0_74-b02
osx_image: xcode7.2 # oraclejdk8 1.8.0_66-b17
osx_image: xcode7.1 # oraclejdk8 1.8.0_66-b17
osx_image: xcode7 # oraclejdk8 1.8.0_66-b17
osx_image: xcode6.4 # oraclejdk8 1.8.0_45-b14 |
Java 8 is already installed in the newest image. travis-ci/docs-travis-ci-com#593 travis-ci/travis-ci#2316
Thank you Travis CI. You guys are awesome. Keep up the good work! |
it's live at: https://docs.travis-ci.com/user/reference/osx/#JDK-and-OS-X thank you @plaindocs! |
The documentation here doesn't include what version of the JDK is provided.
Can this be configured using the build matrix?
I believe, (at the moment) only Oracle JDK 7 is available.
https://docs.travis-ci.com/user/osx-ci-environment/#Compilers-and-Build-toolchain
The text was updated successfully, but these errors were encountered: