reflections icon indicating copy to clipboard operation
reflections copied to clipboard

How to exclude some modules from the search.

Open YuryMikhailuts opened this issue 2 years ago • 0 comments

When searching, I get this error:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/unknown/IdeaProjects/firesign.server/libs/jcp-2.0.40132-A/dependencies/bcprov-jdk15on-1.60.jar) to constructor sun.security.provider.Sun()
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG
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

Using a filter doesn't help:

FilterBuilder().also {
    it.excludePackage("org.bouncycastle")
}

How do I exclude the entire module bcprov-jdk15on-1.60.jar from the search?

YuryMikhailuts avatar Oct 19 '22 09:10 YuryMikhailuts