gianm opened a new pull request, #12990: URL: https://github.com/apache/druid/pull/12990
Once #12987 is merged, I'm not aware of anything that is nonfunctional on Java 17, so I thought it would be good to declare the support "officially experimental" (allowing ourselves to consider that a thing 🙂). Since #12987 is a legitimate Java 17 incompatibility that cannot be worked around with `--add-opens` and `--add-exports`, this one should be merged after that one. This patch also removes java.base/jdk.internal.perf and jdk.management/com.sun.management.internal from the list of required exports and opens, because they were formerly needed for JvmMonitor, which was rewritten in #12481 to use MXBeans instead. This work is towards #12838. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
