Running Maven within repl.it generates a warning...
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.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$1 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
Apparently this has to do with /usr/share/maven/lib/guice.jar
being out of date relative to the JVM, but it is something that we users cannot fix. Can someone at repl.it fix this? Thanks.
- dcp
Well, they don't have 'real' support for maven, only select packages are supported iirc. Partial support ig you can call.
Anyways, report this to bugs. Thanks!