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

Weld Container should auto detect any annotated bean #30187

Open
fabrizzio-dotCMS opened this issue Sep 27, 2024 · 1 comment
Open

Weld Container should auto detect any annotated bean #30187

fabrizzio-dotCMS opened this issue Sep 27, 2024 · 1 comment

Comments

@fabrizzio-dotCMS
Copy link
Contributor

Parent Issue

#29552

Task

We have enabled CDI through #29552
Currently, we depend on the CDIUtils to create an entry point to instantiate all Annotated Beans
But we have run into a case that must be supported. Let's say we have a @Inject into a resource
DotRestApplication must be capable of detecting any annotated bean and taking care of the injection itself
Therefore we need to iterate over this once again and solve this problem

Proposed Objective

Same as Parent Issue

Proposed Priority

Same as Parent Issue

Acceptance Criteria

Any Resource discovered by DotRestApplication containing a @Inject must be capable of finding and injecting any Beans annotated with @ApplicationScope

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@fabrizzio-dotCMS fabrizzio-dotCMS self-assigned this Oct 9, 2024
fabrizzio-dotCMS added a commit that referenced this issue Oct 11, 2024
fabrizzio-dotCMS added a commit that referenced this issue Oct 16, 2024
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant