tylerwalts / puppet-jdk_oracle

Puppet module to install JDK from oracle using wget
Other
15 stars 54 forks source link

RHEL 7.3 - Never updates #80

Closed markfaine closed 7 years ago

markfaine commented 7 years ago

I have JDK 1.8 update 111 installed already on the server and this module will not upgrade Java to update 131? How can I make it always install the default Java 8 version?

tylerwalts commented 7 years ago

Until Oracle provides an API or legal way to scrape their pages to dynamically determine the latest stable release, I don't know that this is technically and/or legally possible.

See the convo on PR #79 with some related ideas on how to do this, but I'm going to close this one as working as designed (current design is to specify which one you want).