eclipse-ee4j / eclipse-ee4j/jersey
Errors during registration of an AutoDiscoverable
Open
Priority: Minor
Type: Task
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Jersey catches every Exception thrown during AutoDiscoverable#configure and logs them with level FINE:
[https://github.com/jersey/jersey/blob/master/core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java#L625..L627](https://github.com/jersey/jersey/blob/master/core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java#L625..L627)
Is there a special reason why an AutoDiscoverable can't stop this process or at least inform the user in a way which can't be overlooked?
Contributor guide
Assessment
This issue has not been assessed yet.