eclipse-ee4j / eclipse-ee4j/jersey
Improve error message when InjectionManagerFactory is missing
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Users are thrown off by the fact that they now have to explicitly include a dependency injection implementation. See https://stackoverflow.com/a/44546979/14731
Instead of the exception message stating "InjectionManagerFactory not found` please inform the user how to resolve this problem. For example, point them at a documentation page that explains what options they have and (for example) how to resolve it by including the HK2 implementation.
Contributor guide
Assessment
This issue has not been assessed yet.