<div dir="ltr">My understanding was that using:<div><br></div><div>@Size(2) String[] arrayOfTwoStrings;</div><div><br></div><div>was basically &quot;wrong&quot; according to the new annotation semantics. Rather you&#39;d have:</div><div><br></div><div>@Size(2) String[] arrayOfTwoCharacterCodes;</div><div>String @Size(2) [] arrayOfTwoStrings;</div><div><br></div><div>The &quot;nuclear&quot; option is to adopt this wholeheartedly in BV 2.0. We could additionally support a &quot;compatibility mode&quot; that, if enabled, would preserve the BV 1.x constrained array semantics, with no Java-based option to validate each element  (as the appropriate constraint position has been hijacked). Alternatively, a given BV implementation could support a special mode to turn on the &quot;new&quot; behavior, but that would probably be much more messy for re-unifying the specification and implementations in the future.</div><div><br></div><div>Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 10:09 AM, Michael Nascimento <span dir="ltr">&lt;<a href="mailto:misterm@gmail.com" target="_blank">misterm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Wed, Apr 19, 2017 at 12:03 PM, Gunnar Morling <span dir="ltr">&lt;<a href="mailto:gunnar@hibernate.org" target="_blank">gunnar@hibernate.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Then we cannot tell what&#39;s the target of the @Size annotation, String<br>
or String[]. As per Java 8&#39;s annotation semantics it can be both<br>
(provided FIELD and TYPE_USE are among the supported element types).<br></blockquote><div><br></div></span><div>This point worries me. So you&#39;re saying there&#39;s a flaw in *the language design* for this JSR in this particular case, is that right? I said it before, but since now we got to a point you&#39;&#39;re stating (maybe rightfully, don&#39;t take me wrong!) the language is broken in the specific case of annotations involving arrays, it would be nice to contact the spec leads for the JSR in order to see (a) if we missed something (then we should revisit the solution) or (b) to get the language fixed for Java SE 10 (for 9 I think it wouldn&#39;t make it even though it&#39;s a bug fix) and in this case provide no support until we release BV for that version of Java.</div><div><br></div><div>Regards,</div><div>Michael</div></div></div></div>
<br>______________________________<wbr>_________________<br>
beanvalidation-dev mailing list<br>
<a href="mailto:beanvalidation-dev@lists.jboss.org">beanvalidation-dev@lists.<wbr>jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/beanvalidation-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/<wbr>beanvalidation-dev</a><br></blockquote></div><br></div>