eclipse-ee4j / eclipse-ee4j/jersey
Don't log warnings when only checking if CDI bean is also JAX-RS resource
Open
cdi
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Jersey checks whether CDI beans are also JAX-RS resources, and if so modifies their injection points. For this check it shouldn't validate a CDI bean according to JAX-RS rules, if it's not a JAX-RS resource.
Practically, this often results in useless warnings, but it can even result in exceptions preventing deployments.
Contributor guide
Assessment
This issue has not been assessed yet.