| This is not related to Bean Validation. You pass a value that is larger than what an int can hold (see Integer.MAX_VALUE, hence Jackson can't bind this value to your property. You'd have to use a long property instead. Closing this issue as "Not a bug". |