I am getting this error when running an Spring Boot application that uses library com.jayway.jsonpath and Java 11:
<code>WARNING: Illegal reflective access by net.minidev.asm.DynamicClassLoader (...) WARNING: Please consider reporting this to the maintainers of net.minidev.asm.DynamicClassLoader
</code>
<code>WARNING: Illegal reflective access by net.minidev.asm.DynamicClassLoader (...) WARNING: Please consider reporting this to the maintainers of net.minidev.asm.DynamicClassLoader
</code>
WARNING: Illegal reflective access by net.minidev.asm.DynamicClassLoader (...) WARNING: Please consider reporting this to the maintainers of net.minidev.asm.DynamicClassLoader
I tried adding the JVM parameter –add-opens but not sure what value pass.