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

Quarkus does not support injecting @Decorated in decorator #43863

Open
rmanibus opened this issue Oct 14, 2024 · 1 comment · May be fixed by #43864
Open

Quarkus does not support injecting @Decorated in decorator #43863

rmanibus opened this issue Oct 14, 2024 · 1 comment · May be fixed by #43864
Labels
area/arc Issue related to ARC (dependency injection) kind/bug Something isn't working

Comments

@rmanibus
Copy link
Contributor

rmanibus commented Oct 14, 2024

Describe the bug

per CDI spec:

the container must provide beans allowing decorators to obtain information about the beans they intercept and decorate:

a bean with scope @Dependent, qualifier @Decorated and type Bean which can be injected into any decorator instance.

This is not supported by quarkus yet.

@rmanibus rmanibus added the kind/bug Something isn't working label Oct 14, 2024
@rmanibus rmanibus linked a pull request Oct 14, 2024 that will close this issue
@geoand geoand added area/arc Issue related to ARC (dependency injection) and removed triage/needs-triage labels Oct 15, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 15, 2024

/cc @Ladicek (arc), @manovotn (arc), @mkouba (arc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants