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

Update readme with default openjdk version #581

Closed jlosito closed 4 years ago

jlosito commented 4 years ago

Description

The readme states that the default openjdk version that gets installed is 6, but when I run the default recipe without changing any attributes version 8 gets installed.

         * apt_package[openjdk-8-jdk, openjdk-8-jre-headless] action install
           - install version 8u232-b09-0ubuntu1 of package openjdk-8-jdk
           - install version 8u232-b09-0ubuntu1 of package openjdk-8-jre-headless

Check List

tas50 commented 4 years ago

Thanks @jlosito