Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting jvm option
-Djdk.module.illegalAccess=deny
avoids the warni…
…ng logs at startup Not sure how to add it to gradle so its set at normal compilation as well... User get confused by the warning as it sounds somehow alerting. `WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/Users/dev/.gradle/caches/modules-2/files-2.1/com.google.inject/guice/4.2.2/6dacbe18e5eaa7f6c9c36db33b42e7985e94ce77/guice-4.2.2.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`
- Loading branch information