Closed lanicc closed 1 year ago
I would assume that the JVM would also fail if you tried to reqd the annotations of that type. It seems like some type adds an illegal value to the annotation.
I would assume that the JVM would also fail if you tried to reqd the annotations of that type. It seems like some type adds an illegal value to the annotation.
It works as expected. It's a feature of Bean Validation called Container element constraints:
Can you create a stand-alone example for me, then I am happy to look into it.
I also just checked the line number. It does not seem like that you are using the latest version of Byte Buddy. Could you try updating first?
Sorry for my mistake. Version 1.14.0 is working fine
Similar to #1372.
During an instrumentation process Listener find error. typeName[
com.xx.CloudAccountUpdateReq
]ERROR
class
CloudAccountUpdateReq
isThe field
discountList
is annotated with@Valid
.But, this way it works normally.
I tested with version
1.12.18, 1.14.6
for testing and still reported the error.