eclipse-ee4j / eclipse-ee4j/jersey
OAuth1ServerFilter does not work with cdi2-se
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Using the new cdi2 (version 2.26-b7) instead of hk2 for injection, OAuth1ServerFilter does not work anymore. The uriInfo is injected with @Inject annotation which does not follow the requirements from https://jersey.github.io/documentation/latest/jaxrs-resources.html#d0e2752.
Here a test reproducing the issue : https://github.com/hypnoce/jersey/commit/eec78704e936ba8128bc09b4bbad3d3353274c4d
Contributor guide
Assessment
This issue has not been assessed yet.