[hibernate-dev] Released: Hibernate Search 5.5.3.Final

2016-04-26 Thread Sanne Grinovero
Hello all, a maintenance release of our latest stable branch, version 5.5.3.Final of Hibernate Search is now available, and is the suggested stable version for everyone to use. More details about the improvements can be found on our blog: - http://in.relation.to/2016/04/26/Polishing-A-Great-Rel

Re: [hibernate-dev] Various expectation changes in hibernate-core after consolidating hibernate-entitymanager

2016-04-26 Thread Chris Cranford
On 04/25/2016 12:04 AM, Vlad Mihalcea wrote: > 1. "calling EntityManager#close on a closed EntityManager should result in an > exception;" - that's a reasonable default and shouldn't cause too much > trouble. > 2. "Another change in expectation is in regards to operations outside of a > transactio

Re: [hibernate-dev] Various expectation changes in hibernate-core after consolidating hibernate-entitymanager

2016-04-26 Thread Chris Cranford
On 04/25/2016 10:34 AM, Steve Ebersole wrote: > I'd add this as well... > > I believe that in most of the cases here we are talking about (passing in a > bad query, closing a closed Session, etc) these exceptions are of the > "checked" sort, meaning they are easily identifiable prior to deploymen

[hibernate-dev] NoORM IRC meeting transcripts

2016-04-26 Thread Guillaume Smet
Hi everyone, Here are the transcripts of this week's NoORM IRC meeting. 15:47 < jbott> Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2016/hibernate-dev.2016-04-26-13.01.html 15:47 < jbott> Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/hiberna

Re: [hibernate-dev] Various expectation changes in hibernate-core after consolidating hibernate-entitymanager

2016-04-26 Thread Steve Ebersole
> > 2. "Another change in expectation is in regards to operations outside of > a transaction" - in JPA we can execute queries outside a transaction, but > any write will fail if there is no transactional context, which is > reasonable for me too. If Hibernate allows writes outside of a > transactio

Re: [hibernate-dev] Various expectation changes in hibernate-core after consolidating hibernate-entitymanager

2016-04-26 Thread Vlad Mihalcea
Hi, It's fine if we stick to the JPA spec so that only read ops are allowed to be executed outside of a transactional context. Most applications use either Java EE or Spring, so transaction boundaries are usually enforced anyway. It's also fine to throw an exception if the object being checked wi

Re: [hibernate-dev] GSoC 2016: Congratulations, your proposal with JBoss Community has been accepted!

2016-04-26 Thread Gail Badner
Welcome Mincong! On Mon, Apr 25, 2016 at 5:44 AM, Vlad Mihalcea wrote: > Hi Mincong, > > Welcome and enjoy the GSoC! > > Vlad > > On Mon, Apr 25, 2016 at 10:07 AM, Mincong Huang > wrote: > > > Hi Gunnar, > > > > Thanks you and everybody in hibernate-dev. So glad to join you :) > > > > Before th

[hibernate-dev] "Service" in Hibernate Search: history, lessons learned and rewrite

2016-04-26 Thread Sanne Grinovero
The "Service" and "ServiceManager" concepts in Hibernate Search have a specific meaning which is often misunderstood and/or abused, causing trouble. They also changed over time: victim of two major refactorings which evolved the purpose and stretching its intent So I'll change the definition agai