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

Add support for amazon corretto 17 #667

Closed giskarda closed 2 years ago

giskarda commented 2 years ago

This will allow:

  corretto_install '17' do
    version "17"
    checksum "2ecc551b54c5bee4535b39703a7dd07629385af13b56acd99eb8c65751c42346"
    full_version full_version_17
    url "https://corretto.aws/downloads/resources/#{full_version_17}/amazon-corretto-#{full_version_17}-linux-x64.tar.gz"
    alternatives_priority 2
    reset_alternatives true
    default false
  end

work

xorima commented 2 years ago

Can we get some tests for this new version 17 please?

damacus commented 2 years ago

Fixed via #675