<div dir="ltr">Explicit agreement from me :)<div><br></div><div>Thanks guys</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 30, 2016 at 2:34 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"><div dir="ltr">Hi all,<div><br></div><div>One of the things making life easier in Java 8 is repeatable annotations [1], for instance allowing to specify several @Pattern constraints, without the explicit usage of @Pattern.List.</div><div><br></div><div>The transition is very smooth for BV built-in constraints, essentially we just need to mark them with @Repeatable, using the existing inner @List annotations as containers. Hence I didn&#39;t bother to create a separate proposal document but instead Guillaume and me have prepared changes for the API and the spec already. You can find the GitHub pull requests at [2] and [3], respectively.</div><div><br></div><div>Speaking of changes to the API sources, we also increased the Java version to 8, bumped the project version to 2.0.0-SNAPSHOT and we&#39;ve prepared a change for BVAL-486 [4] which is about not going through the provider resolver if a specific provider type is passed into bootstrapping via Validation#byProvider(). This was a tad inconvenient when e.g. explicitly bootstrapping the RI under OSGi, where you still had to provide a specific provider resolver.<br></div><div><br></div><div><div>Please let me know if you have any concerns or other remarks on any of these by the end of the week. Silence will be taken as expression of agreement :)</div></div><div><br></div><div>Cheers,<br></div><div><br></div><div>--Gunnar</div><div><br></div><div>[1] <a href="https://docs.oracle.com/javase/tutorial/java/annotations/repeating.html" target="_blank">https://docs.oracle.com/<wbr>javase/tutorial/java/<wbr>annotations/repeating.html</a></div><div>[2] <a href="https://github.com/beanvalidation/beanvalidation-api/pull/65" target="_blank">https://github.com/<wbr>beanvalidation/beanvalidation-<wbr>api/pull/65</a></div><div>[3] <a href="https://github.com/beanvalidation/beanvalidation-spec/pull/111" target="_blank">https://github.com/<wbr>beanvalidation/beanvalidation-<wbr>spec/pull/111</a></div><div>[4] <a href="https://github.com/beanvalidation/beanvalidation-api/pull/66" target="_blank">https://github.com/<wbr>beanvalidation/beanvalidation-<wbr>api/pull/66</a></div><div><br></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>