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
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.
The text was updated successfully, but these errors were encountered:
For information, when the Dropwizard configuration is validated, a hibernate warning is raised:
The issue is raised when validating attribute
AbstractServerFactory.responseMeteredLevel
.The text was updated successfully, but these errors were encountered: