ansible-role-java icon indicating copy to clipboard operation
ansible-role-java copied to clipboard

Amazon Corretto 17 and Amazon Corretto 21 support

Open fernando-eickhoff opened this issue 2 years ago • 0 comments

SUMMARY

The latest Amazon Corretto support that this role has is for JDK 11. Add support to latest Amazon Corretto JDK versions, currently is 21 but also for 17.

ISSUE TYPE
  • Latest Amazon Corretto JDK (21 and 17) versions support in Amazon Linux 2 instances
COMPONENT NAME

amazon-corretto-21 amazon-corretto-17

ANSIBLE VERSION

No relevant

CONFIGURATION
OS / ENVIRONMENT

Amazon Linux 2 EC2 instances

STEPS TO REPRODUCE

Set 17 as java_major_version value

- role: lean_delivery.java
  java_distribution: corretto
  transport: repositories
  java_major_version: 17
EXPECTED RESULTS

Latest Amazon Corretto JDK (17) installed successfully in Amazon Linux 2 EC2 instances

ACTUAL RESULTS

Can't install latest Amazon Corretto JDK (17) in Amazon Linux 2 EC2 instances

fernando-eickhoff avatar Dec 07 '23 13:12 fernando-eickhoff