Bipin Prasad created STORM-3965:
-----------------------------------
Summary: Remove illegal access warning in JDK11 test of
storm-sql-core
Key: STORM-3965
URL: https://issues.apache.org/jira/browse/STORM-3965
Project: Apache Storm
Issue Type: Task
Components: storm-sql
Reporter: Bipin Prasad
Assignee: Bipin Prasad
sql/storm-sql-core module test warns about illegal access when run under JDK11.
This is due to the following dependcy tree:
{color:#93a1a1} +- org.apache.calcite:calcite-core:jar:1.16.0:compile{color}
{color:#93a1a1} | +-
org.apache.calcite.avatica:avatica-core:jar:1.11.0:compile{color}
{color:#93a1a1} | | \-
com.google.protobuf:protobuf-java:jar:3.3.0:compile{color}
{color:#93a1a1} {color}
{color:#93a1a1} to fix Illegal reflective access by
com.google.protobuf.UnsafeUtil {color}
{color:#93a1a1} (com.google.protobuf:protobuf-java:3.3.0) to field
java.nio.Buffer.address add{color}
{color:#93a1a1} "add-opens java.base/java.nio=ALL-UNNAMED"{color}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)