sous-chefs / java

Development repository for the java cookbook
https://supermarket.chef.io/cookbooks/java
Apache License 2.0
386 stars 637 forks source link

OpenJDK install with OS package manager (YUM) #601

Closed djessich closed 4 years ago

djessich commented 4 years ago

:speaking_head: Foreword

Support for package based install in OpenJDK resource. This feature has been removed in Cookbook version v8.0.0 and was available until v7.0.0. This breaking change that breaks already managed environments, where installation was performed using package manager.

:person_frowning: Problem Statement

OpenJDK cannot be installed using YUM on CentOS. Other package manager support on other platforms may also be added.

:grey_question: Possible Solution

Implement support for installation using package manager in openjdk_install resource.

:arrow_heading_up: Describe alternatives you've considered

Stick to cookbook 7.0.0, as there is no way of doing an OpenJDK install in 8.0.0+.

JohnRoesler commented 4 years ago

https://github.com/sous-chefs/java/pull/602