pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
328 stars 247 forks source link

java8 is no longer available via brew #259

Closed palfvin closed 5 years ago

palfvin commented 5 years ago

See https://github.com/Homebrew/homebrew-cask-versions/issues/7253 for discussion.

professor commented 5 years ago

Looks like we have two choices: 1) remove the java8 option from workstation-setup or 2) print a comment that tells the user where to download from oracle java8

Any preferences community?

openbl commented 5 years ago

Having just helped a client set up a new dev machine recently with java8, I am leaning toward printing a message saying where they can download Java 8 but explain that it's EOLed.

professor commented 5 years ago

@openbl .... if you have the urls handy, maybe a PR to the repo? Thanks!