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

Document Java Version on OSX #593

Closed
JLLeitschuh opened this issue May 23, 2016 · 9 comments
Closed

Document Java Version on OSX #593

JLLeitschuh opened this issue May 23, 2016 · 9 comments
Assignees

Comments

@JLLeitschuh
Copy link

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

@BanzaiMan
Copy link
Contributor

We do not support switching JDK versions on OS X. travis-ci/travis-ci#2317

@JLLeitschuh
Copy link
Author

You should have the default version listed though. So that it is clear what version is offered.

@plaindocs
Copy link
Contributor

@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.

@acnagy
Copy link
Contributor

acnagy commented Jun 20, 2016

@plaindocs Agreed! I'll ping you once with a PR for that soon.

@BanzaiMan
Copy link
Contributor

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.

JLLeitschuh added a commit to JLLeitschuh/GRIP that referenced this issue Jun 21, 2016
Java 8 is already installed in the newest image.

travis-ci/docs-travis-ci-com#593
JLLeitschuh added a commit to JLLeitschuh/GRIP that referenced this issue Jun 21, 2016
JLLeitschuh added a commit to JLLeitschuh/GRIP that referenced this issue Jun 21, 2016
@dwijnand
Copy link

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

JLLeitschuh added a commit to WPIRoboticsProjects/GRIP that referenced this issue Jun 21, 2016
@JLLeitschuh
Copy link
Author

Thank you Travis CI. You guys are awesome. Keep up the good work!
You have just made builds everywhere that much easier to setup!

@MariadeAnton
Copy link
Contributor

MariadeAnton commented Jul 5, 2016

Thank you so much for the extra info, @dwijnand - that's super helpful!

@acnagy Does this help updating the docs mentioning that the one with Oracle JDK 7 is XCode 6.1?

osx_image: beta-xcode6.3 # 1.8.0_45-b14
osx_image: beta-xcode6.2 # 1.8.0_40-b25
osx_image: beta-xcode6.1 # 1.7.0_45-b18

@dwijnand
Copy link

it's live at: https://docs.travis-ci.com/user/reference/osx/#JDK-and-OS-X

thank you @plaindocs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants