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

ENH: Support custom class loader like: BeanScope.builder().classLoader(customClassLoader) #237

Closed
Sparky983 opened this issue Jul 2, 2022 · 1 comment · Fixed by #238
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Sparky983
Copy link

Sparky983 commented Jul 2, 2022

Allow a custom loader to be added to the builder, which is used to load module services from.

Example

BeanScope.builder()
        .classLoader(customClassLoader)
        .build();
@rbygrave
Copy link
Contributor

rbygrave commented Jul 4, 2022

Yes, that makes good sense.

@rbygrave rbygrave self-assigned this Jul 4, 2022
@rbygrave rbygrave added the enhancement New feature or request label Jul 4, 2022
@rbygrave rbygrave changed the title Custom class loader ENH: Support custom class loader like: BeanScope.builder().classLoader(customClassLoader) Jul 4, 2022
rbygrave added a commit that referenced this issue Jul 4, 2022
@rbygrave rbygrave added this to the 8.8 milestone Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants