You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvn clean package
The unit tests fail because of an NPE in RegistryProducer because the producer method assumes the InjectionPoint passed is non-null as is its getAnnotated() value but in this case getAnnotated() is, reasonably, null.
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
Attempting a programmatic look-up of
MetricRegistry
triggers an NPE.Steps to reproduce
GreetResource#getDefaultMessage
:mvn clean package
The unit tests fail because of an NPE in
RegistryProducer
because the producer method assumes theInjectionPoint
passed is non-null as is itsgetAnnotated()
value but in this casegetAnnotated()
is, reasonably, null.The text was updated successfully, but these errors were encountered: