[hibernate-dev] IRC Developer Meeting (7/18)

2011-07-18 Thread Steve Ebersole
Meeting ended Mon Jul 18 15:40:53 2011 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2011/hibernate-dev.2011-07-18-15.01.html Minutes (text): http://transcripts.jboss.org/meeting/irc.f

Re: [hibernate-dev] [Search] Future of branch 3.4.x

2011-07-18 Thread Sanne Grinovero
This is my proposal of commits to backport: https://hibernate.onjira.com/browse/HSEARCH-741 (fix a NPE) https://hibernate.onjira.com/browse/HSEARCH-780 (contributed bugfix around Dirty analysis of collections) https://hibernate.onjira.com/browse/HSEARCH-779 (programmatic mapping API missing featur

Re: [hibernate-dev] [Search] Future of branch 3.4.x

2011-07-18 Thread Hardy Ferentschik
+1 I am also fine with back porting important fixes. But we have to be careful how much time we invest. Preferably we should focused on "contained" bugs/features. --Hardy On Mon, 18 Jul 2011 10:43:20 +0200, Emmanuel Bernard wrote: > I'm fine with cherry-picking / backporting the most import

Re: [hibernate-dev] [Search] Future of branch 3.4.x

2011-07-18 Thread Emmanuel Bernard
I'm fine with cherry-picking / backporting the most important fixes and releasing a 3.4.1. We are not going to release Hibernate Search 4 that soon. Sanne, could you list the most important issues to backport and we can share the work amongst the team. Emmanuel On 16 juil. 2011, at 17:57, Sann

Re: [hibernate-dev] Hibernate4 artifact names, Persistence provider name, maven...

2011-07-18 Thread Emmanuel Bernard
You can use org.hibernate.Version.getVersionString() which is the version number + qualifier OR [WORKING] when a snapshot is used. Emmanuel On 16 juil. 2011, at 19:56, Scott Marlow wrote: > It doesn't cause me great pain to not have this, would just make a few > AS integration tasks simpler (wh

Re: [hibernate-dev] Hibernate4 artifact names, Persistence provider name, maven...

2011-07-18 Thread Emmanuel Bernard
I agree with Steve. On 16 juil. 2011, at 19:07, Steve Ebersole wrote: > I am personally against this idea. You mention renaming one single > class, but in reality we would need different FQNs for each and every > class otherwise we run into a clash in the class loader as to which one > wins (

Re: [hibernate-dev] save the planet one non character stroke at a time

2011-07-18 Thread Emmanuel Bernard
OK. Since there is no consensus. I'll keep doing so in my private repo and keep the current scheme for public pushes. Emmanuel On 14 juil. 2011, at 10:07, Hardy Ferentschik wrote: > +1 and I think this undueness applies not only to HHH ;-) > > On Wed, 13 Jul 2011 22:49:08 +0200, Steve Ebersole