Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HV000254 warning on ResponseMeteredLevel #3342

Closed
olivierchedru opened this issue May 5, 2023 · 0 comments · Fixed by #3377 or #3378
Closed

HV000254 warning on ResponseMeteredLevel #3342

olivierchedru opened this issue May 5, 2023 · 0 comments · Fixed by #3377 or #3378
Assignees
Milestone

Comments

@olivierchedru
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment