Arina Ielchiieva created DRILL-7497: ---------------------------------------
Summary: Fix warnings when starting Drill on Windows using Java 11 Key: DRILL-7497 URL: https://issues.apache.org/jira/browse/DRILL-7497 Project: Apache Drill Issue Type: Bug Affects Versions: 1.16.0 Reporter: Arina Ielchiieva Assignee: Vova Vysotskyi Fix For: 1.18.0 Warnings are displayed in SqlLine when starting Drill in embedded mode on Windows using Java 11: {noformat} WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by javassist.util.proxy.SecurityActions (file:/C:/drill_1_17/apache-drill-1.17.0/apache-drill-1.17.0/jars/3rdparty/javassist-3.26.0-GA.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of javassist.util.proxy.SecurityActions 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 {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)