config-magic icon indicating copy to clipboard operation
config-magic copied to clipboard

Warning on Java 9 and 10

Open MatthieuCoelho opened this issue 6 years ago • 1 comments

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.skife.config.cglib.core.ReflectUtils$2 (file:/.m2/repository/org/skife/config/config-magic/0.17/config-magic-0.17.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 org.skife.config.cglib.core.ReflectUtils$2
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

Could you update the reference to cglib to use the last version please ?

MatthieuCoelho avatar Apr 19 '18 13:04 MatthieuCoelho

I just pushed a -0.18-SNAPSHOT with this change.

brianm avatar Apr 19 '18 16:04 brianm