-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.19.0.Final
-
None
-
None
-
NEW
-
NEW
Noticing following warning after upgrading my app using drools to use jdk11 from jdk8
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.drools.core.rule.builder.dialect.asm.ClassGenerator (file:/Users/achaturvedi/.m2/repository/org/drools/drools-core/7.19.0.Final/drools-core-7.19.0.Final.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of org.drools.core.rule.builder.dialect.asm.ClassGenerator
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