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

ArC: revise the construction of client proxies #44889

Open
mkouba opened this issue Dec 3, 2024 · 1 comment
Open

ArC: revise the construction of client proxies #44889

mkouba opened this issue Dec 3, 2024 · 1 comment
Labels
area/arc Issue related to ARC (dependency injection) kind/enhancement New feature or request

Comments

@mkouba
Copy link
Contributor

mkouba commented Dec 3, 2024

Description

Currently, not all bean types which are Java interfaces are implemented by the client proxy. Instead, the client proxy extends the implementation class of the bean.

This is not a problem in most cases, esp. for class-based/producer beans where the set of bean types reflects the class hierarchy. However, it's not 100% when the set of bean types is restricted via @Typed.

@mkouba mkouba added the kind/enhancement New feature or request label Dec 3, 2024
@quarkus-bot quarkus-bot bot added the area/arc Issue related to ARC (dependency injection) label Dec 3, 2024
Copy link

quarkus-bot bot commented Dec 3, 2024

/cc @Ladicek (arc), @manovotn (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/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant