alpinegizmo commented on a change in pull request #10997: [FLINK-15743][docs] Extend Flink 1.10 release notes URL: https://github.com/apache/flink/pull/10997#discussion_r374571558
########## File path: docs/release-notes/flink-1.10.md ########## @@ -84,6 +84,12 @@ customizable in the future. Users that experience issues related to scheduling can fallback to the legacy scheduler by setting `jobmanager.scheduler: legacy` in their `flink-conf.yaml`. +#### Java 11 Support ([FLINK-10725](https://issues.apache.org/jira/browse/FLINK-10725)) +Beginning from this release, Flink can be compiled and run with Java 11. Note +that the connectors for Cassandra, Hive, HBase, and Kafka 0.8--0.11 have not been +tested with Java 11 because the respective projects did not provide Java 11 +support at the time of the Flink 1.10.0 release. Review comment: Right now, googling for `Illegal reflective access by org.apache.flink.api.java.ClosureCleaner` doesn't produce any helpful results. If we don't want to put this in the release notes, maybe a question and answer on stack overflow would be good enough. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services