wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
727 stars 711 forks source link

Update JDK version from 17.0.11 to latest in docker image #20586

Open mifrazmurthaja opened 5 days ago

mifrazmurthaja commented 5 days ago

Describe the issue: There is a known issue in the JDK17.0.11 version which is currently used in wso2is:6.1.0.169-alpine-jdk17 image [1][2]. Hence, this should be updated to JDK version 17.0.13 (or later), where this bug is fixed.

[1] https://www.oracle.com/java/technologies/javase/17-0-11-relnotes.html [2] https://bugs.openjdk.org/browse/JDK-8295111

Environment information