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

Annotation Scanning for Classes that have SubClasses #50

Open
dcshock opened this issue Jun 15, 2015 · 2 comments
Open

Annotation Scanning for Classes that have SubClasses #50

dcshock opened this issue Jun 15, 2015 · 2 comments

Comments

@dcshock
Copy link
Owner

dcshock commented Jun 15, 2015

The reflections library isn't doing a good job of scanning annotations when lambdas are used in consumers because of the way the jdk builds them into subclasses. We'll need to dig a little to see if reflections is just setup wrong, or if we need a different solution for annotation scanning.

@dcshock
Copy link
Owner Author

dcshock commented Jun 15, 2015

I looked at using spring via a generic context, and I think we'd have a hard time using it do to classloader isolation. Spring's classloader bean definition scanner doesn't allow a url set to scan so it attempts to load classes that are outside the sandboxed classloader.

@paulCodes
Copy link
Collaborator

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

2 participants