[
https://issues.apache.org/jira/browse/DRILL-7497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006923#comment-17006923
]
Bohdan Kazydub edited comment on DRILL-7497 at 1/2/20 4:43 PM:
---------------------------------------------------------------
Merged into Apache master with commit id
[43cc1402fc9a569092fe31e8b3b0cd47cbd2ec6d|https://github.com/apache/drill/commit/43cc1402fc9a569092fe31e8b3b0cd47cbd2ec6d].
was (Author: kazydubb):
Merged int Apache master with commit id
[43cc1402fc9a569092fe31e8b3b0cd47cbd2ec6d|https://github.com/apache/drill/commit/43cc1402fc9a569092fe31e8b3b0cd47cbd2ec6d].
> 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)