gortiz commented on issue #12809: URL: https://github.com/apache/pinot/issues/12809#issuecomment-2230435605
I recently found another place where compiling with Java 21 would be useful. I was trying to change the pipeline to support that, but I wasn't able to fix it yet and I cannot focus on that feature right now. To change the Java version used during compilation without affecting the final code (ie let users run in Java 11) is something that is not trivial. Specifically, we need to be sure we are not breaking anything. I've open https://github.com/apache/pinot/pull/13619 so you can take a look. We are probably going to need some help from @xiangfu0 to change the CIs (specially the one that publish docker images). We should also discuss about the possibility of moving the codebase that is designed to be Java 11 compatible to 21 (aka everything but the driver). -- 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