You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ifgetResource
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
The text was updated successfully, but these errors were encountered: