[hibernate-dev] Are arrays of non-basic elements supported?

2017-07-24 Thread Gail Badner
Documentation makes it sound like only arrays of basic types are supported. [1] I see a test using an array of entities, but I don't see one for an array of embeddables. [2] Regards, Gail [1] http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#collections-arra

Re: [hibernate-dev] Hibernate ORM Docbook removal

2017-07-24 Thread Steve Ebersole
+1 On Mon, Jul 24, 2017 at 10:20 AM Vlad Mihalcea wrote: > Hi, > > Since it's more than one year since we switched to Asciidoc, I think we > should remove the docbook folder. > > Does anyone has anything against it or thinks this is not a good idea? > > Vlad > ___

Re: [hibernate-dev] [HV] Memory footprint improvements

2017-07-24 Thread Gunnar Morling
Hi all, One general challenge for HV is that we cannot easily determine the set of validated classes upfront. Neither is there means of listing all validated types explicitly (akin to JPA's in persistence.xml), nor is it sufficient to check classes for a limited set of well-known annotations to i

[hibernate-dev] Hibernate ORM Docbook removal

2017-07-24 Thread Vlad Mihalcea
Hi, Since it's more than one year since we switched to Asciidoc, I think we should remove the docbook folder. Does anyone has anything against it or thinks this is not a good idea? Vlad ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] [HV] Hibernate Validator 6 benchmark updates

2017-07-24 Thread Guillaume Smet
On Mon, Jul 24, 2017 at 2:54 PM, Gunnar Morling wrote: > Awesome, thanks a lot for getting the numbers and applying the > improvements. > > So to be sure, at runtime (non-metadata retrieval), CR3 already is faster > than 5.4, also without your latest optimisations from the pending PR? You > menti

Re: [hibernate-dev] [HV] Hibernate Validator 6 benchmark updates

2017-07-24 Thread Gunnar Morling
Hi Guillaume, Awesome, thanks a lot for getting the numbers and applying the improvements. So to be sure, at runtime (non-metadata retrieval), CR3 already is faster than 5.4, also without your latest optimisations from the pending PR? You mentioned this morning that having the first 6 commits fro

Re: [hibernate-dev] Stuck build on CI

2017-07-24 Thread Yoann Rodiere
> This build on CI seems stuck since yesterday: Yes, there was a race condition that I fixed before leaving on Friday. Sorry I didn't realize this build was still running. > Also I noticed a huge amount of log output: "121,741 KB". Do you really > need all that output for each build? Esp. given t