You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Lukas Eder (Jira)" <ji...@apache.org> on 2021/03/19 13:51:00 UTC

[jira] [Created] (IGNITE-14359) Illegal reflective access in JDBC driver to field java.nio.Buffer.address

Lukas Eder created IGNITE-14359:
-----------------------------------

             Summary: Illegal reflective access in JDBC driver to field java.nio.Buffer.address
                 Key: IGNITE-14359
                 URL: https://issues.apache.org/jira/browse/IGNITE-14359
             Project: Ignite
          Issue Type: Bug
          Components: jdbc
    Affects Versions: 2.10
            Reporter: Lukas Eder


When starting up an application using the Ignite JDBC driver, the following warning is logged on JDK 11:
{code:java}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ignite.internal.util.GridUnsafe$2 (file:/C:/Users/lukas/.m2/repository/org/apache/ignite/ignite-core/2.10.0/ignite-core-2.10.0.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of org.apache.ignite.internal.util.GridUnsafe$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release{code}
This was already the case in 2.9.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)