potiuk commented on code in PR #49336: URL: https://github.com/apache/airflow/pull/49336#discussion_r2197920608
########## scripts/in_container/bin/install_java.sh: ########## @@ -34,7 +43,7 @@ if command -v java; then exit 1 fi -DOWNLOAD_URL='https://download.java.net/openjdk/jdk8u41/ri/openjdk-8u41-b04-linux-x64-14_jan_2020.tar.gz' +DOWNLOAD_URL='https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.tar.gz' Review Comment: Yes. We should avoid to use proprietary Java - it's not **crucial** because this is not something we distribute with Airflow - `install_java.sh` is just used in `breeze` to install java dynamically - it's not used in any other place. So if this will work with later openjdk - let's use openjdk, but if we can't make it happen easily, oracle's java is possible to be used here. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org