You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/03 12:25:35 UTC

[GitHub] [flink] GJL commented on a change in pull request #10997: [FLINK-15743][docs] Extend Flink 1.10 release notes

GJL 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_r374073972
 
 

 ##########
 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:
   @alpinegizmo Do you insist on adding an explanation for the `MemoryUtils` warnings?
   
   ```
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by
   org.apache.flink.core.memory.MemoryUtils
   WARNING: Please consider reporting this to the maintainers of
   org.apache.flink.core.memory.MemoryUtils
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services