[hibernate-dev] HHH-10888

2016-06-23 Thread Gail Badner
Currently, Hibernate's implementation of javax.persistence.metamodel.PluralAttribute#isAssociation always returns true. I haven't found anything in JSR 338 (yet) that refers to an element collection as an association. I don't see a good definition of "association", but the term is used with respec

Re: [hibernate-dev] HIbernate ORM CI builds

2016-06-23 Thread Gail Badner
If check is so compute intensive, does it really have to be done on each commit? When I've seen failures, it has been easy to figure out what is wrong. Can the check job be done nightly, or on demand (e.g., before a release)? On Sat, Jun 18, 2016 at 11:20 AM, Steve Ebersole wrote: > http://ci.hi