alexey krylov commented on Bug HV-618

I've fixed the test and re-uploaded it (Test was located not in src/test and Surefire plugin wasn't able to locate it)
Some details about the test:
I create interface (SimpleService) and it's abstract implementation (AbstractSimpleService). Both of them has template parameter C.
SimpleService has not-null validation checks on parametrized method parameter.
AbstactSimpleService has endpoint implementation - SimpleServiceImpl which parametrizes AbstractSimpleService with class String.
Also i have validation interceptor (MethodParametersInterceptor) that checks all methods marked with annotation @Checked.

I can suggest you to debug line 48 in MethodParametersInterceptor and check that org.hibernate.validator.internal.engine.ValidatorImpl returns method metadata (line 883) without knowledge of parameters constraints defined in the interface (SimpleService.configure(@NotNull C config) ).

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira