Details
Description
If an enum is used as QueryParam and an empty or invalid value is supplied, this is logged as CLASS_VALUE_OF_FAILURE with level severe.
ERROR o.apache.cxf.jaxrs.utils.InjectionUtils : Instance of class de.dekies.MyEnum can not be created using static valueOf(String) or fromString(String) methods
Can we reduce it to warning? It's not really an error when the user of an API supplies wrong parameters and sometimes log files are monitored for errors.