Skip to content

#258 - ENH: Add Plugin API for 'default providers' and BeanScopeBuilder.provideDefault() methods #259

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

Merged
merged 9 commits into from
Jan 13, 2023

Conversation

rbygrave
Copy link
Contributor

No description provided.

@rbygrave rbygrave added this to the 8.12 milestone Jan 12, 2023
@rbygrave rbygrave self-assigned this Jan 12, 2023
@rbygrave rbygrave added the enhancement New feature or request label Jan 12, 2023
@SentryMan
Copy link
Collaborator

Inspiration is really striking, isn't it? I like it.

…ecting provides and requires

- Adds autoProvides() and autoProvidesAspects()
- Next step is autoRequires()
autoRequires() are the dependencies that the compiling module depends on
that are provided by other modules in the classpath.
Any dependencies on the explicit provides are removed from autoProvides
and similarly with requires and autoRequires

Also change the style of generation for these provides/requires methods
so that the field is always used and follows the method - slightly funky
but keeps the fields and methods together.
No functional change here.
Some unused methods removed.
@rbygrave rbygrave merged commit ca783c0 into master Jan 13, 2023
@SentryMan SentryMan deleted the feature/258-plugin branch August 30, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment