[hibernate-dev] IntelliJ 16 and Java 8 for tests

2016-02-16 Thread Steve Ebersole
We have been having an ongoing discussion about using Java 8 features in tests. My only argument against that was the fact that doing so makes it impossible to run tests in IDE (IntelliJ at least) unless I set the "language level" for the whole module to Java 8 which means I possibly miss using

[hibernate-dev] Hibernate ORM FAQ in JBoss wiki

2016-02-16 Thread Gunnar Morling
Vlad, all, In the JBoss.org wiki there are several interesting FAQs around Hibernate ORM: https://developer.jboss.org/en/hibernate/faq They provide very useful info (just learned something new by reading them), but since the last updated more than five years have passed. So I suppose some

Re: [hibernate-dev] Hibernate ORM FAQ in JBoss wiki

2016-02-16 Thread Vlad Mihalcea
Thanks for the hint. I didn't even know about their existence. I added it to my TODO list. Vlad On Tue, Feb 16, 2016 at 5:24 PM, Gunnar Morling wrote: > Vlad, all, > > In the JBoss.org wiki there are several interesting FAQs around Hibernate > ORM: > >

Re: [hibernate-dev] HHH-10500 and multiple associations using the same foreign key column

2016-02-16 Thread Emmanuel Bernard
There is a case about association shared in a inheritance case that I don't fully recollect. I was against supporting as it did break OO when you thought about it - at least when I thought about it. But this case seems to be different. Does someone explicitly asks for that use case ? > On 13

Re: [hibernate-dev] Who deleted http://docs.jboss.org/hibernate/validator ?

2016-02-16 Thread Emmanuel Bernard
+1. I like the idea to land on current by default and be able to go to older versions of the documentation section if requested. It will require some work but I do think that it is doable in Awestruct. Maybe Vlad could spend some time mocking a website in that configuration and once we

Re: [hibernate-dev] How best to eliminate the Javassist dependency from Hibernate applications...

2016-02-16 Thread Scott Marlow
https://hibernate.atlassian.net/browse/HHH-10536 is for tracking this. Please revise as it makes sense. In the related WildFly dev discussion about $subject, Stuart asked if we would have two separate Hibernate ORM jars (one that depends on the shaded Javassist and one that depends on regular

Re: [hibernate-dev] HHH-10500 and multiple associations using the same foreign key column

2016-02-16 Thread Gail Badner
Someone has been doing the following so that multiple associations with entities within a joined inheritance hierarchy share the same foreign key: 1) each association that shares the same foreign key uses @OneToMany( targetEntity= ) so that the FK is in the superclass; 2) each association uses a

Re: [hibernate-dev] Who deleted http://docs.jboss.org/hibernate/validator ?

2016-02-16 Thread Vlad Mihalcea
Hi, I can surely take a look on this. We just need to discuss which task has higher priority: this one or finishing the User Guide. Since we have a single HTML doc, we could, at first, have an upper toolbar with all currently supported doc versions: 5.1, 5.0, 4.3, 4.2 By default, we load current

Re: [hibernate-dev] Who deleted http://docs.jboss.org/hibernate/validator ?

2016-02-16 Thread Steve Ebersole
No, personally I am talking strictly about the hibernate.org/orm/documentation nav On Tue, Feb 16, 2016 at 3:14 PM Vlad Mihalcea wrote: > Hi, > > I can surely take a look on this. We just need to discuss which task has > higher priority: this one or finishing the User

[hibernate-dev] Unresolved issues for 5.0.8

2016-02-16 Thread Gail Badner
Hi, I'd like to release 5.0.8.Final as soon as tomorrow. I see the following unresolved issues scheduled for 5.0.8: https://hibernate.atlassian.net/browse/HHH-10250 https://hibernate.atlassian.net/browse/HHH-9485 Would there be any problem if I moved those 2 to 5.0.9? Thanks, Gail

Re: [hibernate-dev] Unresolved issues for 5.0.8

2016-02-16 Thread Steve Ebersole
I just moved the other to 5.0.9 as well. On Tue, Feb 16, 2016 at 4:25 PM andrea boriero wrote: > Hi Gail, > > for https://hibernate.atlassian.net/browse/HHH-10250 I have just removed > it from the 5.0.8 release, we are waiting for a test case. > > > On 16 February 2016