Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to exclude some modules from the search. #439

Open
YuryMikhailuts opened this issue Oct 19, 2022 · 0 comments
Open

How to exclude some modules from the search. #439

YuryMikhailuts opened this issue Oct 19, 2022 · 0 comments

Comments

@YuryMikhailuts
Copy link

YuryMikhailuts commented Oct 19, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant