Skip to content

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

Description

@dude65

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions