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

Load JaxRsContextProducer via BeanManager again #252

Merged
merged 1 commit into from
Apr 19, 2021
Merged

Load JaxRsContextProducer via BeanManager again #252

merged 1 commit into from
Apr 19, 2021

Conversation

erdlet
Copy link
Member

@erdlet erdlet commented Apr 19, 2021

It seems, that the @context annotation has problems with injecting our
JaxRsContextProducer also on RESTEasy. Unfortunately, the documentation
of @context itself isn't very helpful, so I just reverted the change and
load the Producer manually again.

see: #250

It seems, that the @context annotation has problems with injecting our
JaxRsContextProducer also on RESTEasy. Unfortunately, the documentation
of @context itself isn't very helpful, so I just reverted the change and
load the Producer manually again.

see: #250
@erdlet erdlet added the bug Something isn't working label Apr 19, 2021
@erdlet erdlet added this to the 3.0.0 milestone Apr 19, 2021
@erdlet erdlet self-assigned this Apr 19, 2021
Copy link
Member

@ivargrimstad ivargrimstad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jakarta REST 4.0 will deprecate @context anyway, so it will either be injectable with CDI Inject, or this is the way to go using the manual approach

@erdlet erdlet merged commit a47b665 into eclipse-ee4j:master Apr 19, 2021
@erdlet erdlet deleted the 250-injection-error branch April 19, 2021 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants