Joe Littlejohn

Results 183 comments of Joe Littlejohn

I see that you have overridden this value to be `java.util.Map`, so the `@Size` annotation from the bean validation spec should work here. It seems like if the value type...

I'm guessing that maxItems is ignored by most schema validators if the property is not an array, so it acts as a workaround to make the `@Size` annotation appear.

I'm quite surprised that this would change in 1.2.2 as I don't think there's any change that would cause it. I can't replicate this myself when using 1.2.1 or 1.2.2....