Describe the bug
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.fasterxml.jackson.module.afterburner.util.MyClassLoader (file:/C:/Users/me/.m2/repository/com/fasterxml/jackson/module/jackson-module-afterburner/2.11.2/jackson-module-afterburner-2.11.2.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.fasterxml.jackson.module.afterburner.util.MyClassLoader
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
Version of dependency-check used
The problem occurs using version 6.0.0 of the maven plugin
To Reproduce
Steps to reproduce the behavior:
- Run on JDK 9+
Expected behavior
No warnings about reflective access violations
Additional context
Upstream issue: FasterXML/jackson-modules-base#37
Options:
- Don't use afterburner
- Use blackbird instead (e.g. with a profile activation)
- Tell everyone to ignore it until afterburner fixes it
Describe the bug
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.fasterxml.jackson.module.afterburner.util.MyClassLoader (file:/C:/Users/me/.m2/repository/com/fasterxml/jackson/module/jackson-module-afterburner/2.11.2/jackson-module-afterburner-2.11.2.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.fasterxml.jackson.module.afterburner.util.MyClassLoader
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
Version of dependency-check used
The problem occurs using version 6.0.0 of the maven plugin
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No warnings about reflective access violations
Additional context
Upstream issue: FasterXML/jackson-modules-base#37
Options: