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)