snuyanzin commented on code in PR #217: URL: https://github.com/apache/flink-docker/pull/217#discussion_r1982922528
########## add-version.sh: ########## @@ -59,7 +59,7 @@ fi # Defaults, can vary between versions scala_versions=( 2.12 ) -java_versions=( 8 11 17 ) +java_versions=( 11 17 21 ) Review Comment: is the same script use for 1.20.x? if yes, then jdk8 still might be required for 1.20.2 Similar question bout default ########## add-version.sh: ########## @@ -59,7 +59,7 @@ fi # Defaults, can vary between versions scala_versions=( 2.12 ) -java_versions=( 8 11 17 ) +java_versions=( 11 17 21 ) Review Comment: is the same script used for 1.20.x? if yes, then jdk8 still might be required for 1.20.2 Similar question bout default -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org