NiccoMlt / Protelis-Web

Web server for Protelis frontends
GNU General Public License v3.0
1 stars 0 forks source link

Guice-related illegal access operation warning #13

Open NiccoMlt opened 4 years ago

NiccoMlt commented 4 years ago

WARNING: An illegal reflective access operation has occurred WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/nicco/workspace/tesi/Protelis-Web/build/install/protelis-on-web-shadow/lib/protelis-on-web-all.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/nicco/workspace/tesi/Protelis-Web/build/install/protelis-on-web-shadow/lib/protelis-on-web-all.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 com.google.inject.internal.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 WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.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

This should be related to Protelis using Xtext and, transitively, Google Guice.