See https://bugs.openjdk.org/browse/JDK-8303112 We worked around the bug in HV by simply ignoring annotations in such cases: https://github.com/hibernate/hibernate-validator/blob/caff03a58ce8c538c3da4fe24eab2961146e6d51/engine/src/main/java/org/hibernate/validator/internal/properties/javabean/JavaBeanParameter.java#L68-L72 But ideally, we should work around the JDK bug instead. |