Description
sql/storm-sql-core module test warns about illegal access when run under JDK11.
This is due to the following dependcy tree:
+- org.apache.calcite:calcite-core:jar:1.16.0:compile
| +- org.apache.calcite.avatica:avatica-core:jar:1.11.0:compile
| | - com.google.protobuf:protobuf-java:jar:3.3.0:compile
to fix Illegal reflective access by com.google.protobuf.UnsafeUtil
(com.google.protobuf:protobuf-java:3.3.0) to field java.nio.Buffer.address add
"add-opens java.base/java.nio=ALL-UNNAMED"
Attachments
Issue Links
- is cloned by
-
STORM-3966 Remove illegal access warning in JDK11 test of storm-sql-hdfs
- Closed
- links to