[
https://issues.apache.org/jira/browse/DRILL-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006914#comment-17006914
]
ASF GitHub Bot commented on DRILL-7497:
---------------------------------------
asfgit commented on pull request #1939: DRILL-7497: Fix warnings when starting
Drill on Windows using Java 11
URL: https://github.com/apache/drill/pull/1939
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Priority: Major
> Labels: ready-to-commit
> 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)