eclipse-ee4j / krazo

Apache License 2.0
52 stars 19 forks source link

Load JaxRsContextProducer via BeanManager again #252

Closed erdlet closed 3 years ago

erdlet commented 3 years ago

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