Is your feature request related to a problem? Please describe.
The Data Prepper Docker image should include Corretto JDK 17 since it is an LTS version. The current Data Prepper Docker image includes Corretto 15. The tar.gz archive with JDK is also using JDK 15.
Describe the solution you'd like
Distribute Data Prepper Docker images with Amazon Corretto 11.
Describe alternatives you've considered (Optional)
Data Prepper could include AdoptOpenJDK 17 instead.
Data Prepper could use JDK 11 which is also LTS. However, we have found that simply updating to JDK 17 provides a performance improvement.
Tasks
Is your feature request related to a problem? Please describe.
The Data Prepper Docker image should include Corretto JDK 17 since it is an LTS version. The current Data Prepper Docker image includes Corretto 15. The tar.gz archive with JDK is also using JDK 15.
Describe the solution you'd like
Distribute Data Prepper Docker images with Amazon Corretto 11.
Describe alternatives you've considered (Optional)
Data Prepper could include AdoptOpenJDK 17 instead.
Data Prepper could use JDK 11 which is also LTS. However, we have found that simply updating to JDK 17 provides a performance improvement.
Tasks