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

ConfigurationBuilder#build fails on ReflectionException if there is classLoader param #445

Open
dude65 opened this issue Dec 1, 2022 · 2 comments

Comments

@dude65
Copy link

dude65 commented Dec 1, 2022

Hello,
when I upgraded Reflections from 0.9.12 to 0.10.2 then my code stops working anymore. The reason is that I get ReflectionException in ConfigurationBuilder#build method when one of the parameter is a class loader.

I compared the code and it seems like there used to be a condition else if (param instanceof ClassLoader) { /* already taken care */ }. However this condition is omitted in the new version.

@diegoalbertosaez
Copy link

hi! I have the same problem

@Lonzak
Copy link

Lonzak commented Feb 2, 2023

Did you try the workaround mentioned in #401 ?

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

3 participants