-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Description
The pull request #66 introduces a quite old version of Javassist (version 3.8.0.GA released in 2009). This version throws warnings on recent versions of Java (tested on Java 13):
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by javassist.ClassPool (file:/root/.gradle/caches/modules-2/files-2.1/jboss/javassist/3.8.0.GA/d41b5be5d26d4def2e26f996337d512d86509de8/javassist-3.8.0.GA.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of javassist.ClassPool
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
The solution is to update this library from jboss:javassist:3.8.0.GA
to org.javassist:javassist:3.27.0-GA
and modify the toClass()
call in ControllerUtils.java
.
Metadata
Metadata
Assignees
Labels
No labels