gortiz commented on code in PR #10963: URL: https://github.com/apache/pinot/pull/10963#discussion_r1241776384
########## docker/images/pinot-base/pinot-base-build/openjdk.dockerfile: ########## @@ -16,33 +16,37 @@ # specific language governing permissions and limitations # under the License. # -ARG JAVA_VERSION=11 +ARG JAVA_VERSION=21 Review Comment: As an extra, we can periodically (maybe daily is too much, but once per month or once per Q) we can compile and run tests with the latest GA version in order to check whether new versions break something in order to be ready to release ASAP when the next LTS is released. BTW, in case we don't want to use a EA version, we should not use openjdk (as indicated in their own [docker page](https://hub.docker.com/_/openjdk)). The only reason to use it is because it is the only distribution that offers EAs. -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org