HV000254 warning on ResponseMeteredLevel
olivierchedru opened this issue · 0 comments
olivierchedru commented
For information, when the Dropwizard configuration is validated, a hibernate warning is raised:
org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable: HV000254: Missing parameter metadata for ResponseMeteredLevel(String, int), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
The issue is raised when validating attribute AbstractServerFactory.responseMeteredLevel
.