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

Finish Implementation of ResourceContext #46717

Open
Postremus opened this issue Mar 11, 2025 · 0 comments
Open

Finish Implementation of ResourceContext #46717

Postremus opened this issue Mar 11, 2025 · 0 comments
Labels
area/rest kind/enhancement New feature or request

Comments

@Postremus
Copy link
Member

Description

ResourceContext is nice helper api for retrieving instances of resource (and sub resources), and to fill their jax-rs injectable fields.

The quarkus implementation of this api (ResourceContextImpl) is not finished right now. E.g. initResource does nothing, unsure if getResource is correct by always retrieving an instance from cdi.

sadly, this api is not tested by the tck, so the problems with its implementation was not noticed before.

discovered this while working on #39800

Implementation ideas

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants