Re: [hibernate-dev] [HSEARCH] Any plan to release 3.4.2 soon?

2012-02-27 Thread Sanne Grinovero
So to take a decision on this, are we going to stick with the current Lucene version in the 3.4 branch ? Basically means to reject https://hibernate.onjira.com/browse/HSEARCH-885 -- Sanne On 13 February 2012 17:04, Guillaume Smet wrote: > Hi, > > On Mon, Feb 13, 2012 at 4:38 PM, Hardy Ferentsc

Re: [hibernate-dev] [HSEARCH] Any plan to release 3.4.2 soon?

2012-02-27 Thread Emmanuel Bernard
I personally think we should not move to the next version of Lucene for this branch. On 27 févr. 2012, at 13:09, Sanne Grinovero wrote: > So to take a decision on this, are we going to stick with the current > Lucene version in the 3.4 branch ? > > Basically means to reject https://hibernate.on

Re: [hibernate-dev] [HSEARCH] Any plan to release 3.4.2 soon?

2012-02-27 Thread Sanne Grinovero
Ok, I've rejected the upgrade request: https://hibernate.onjira.com/browse/HSEARCH-885?jwupdated=45019&focusedCommentId=45707#comment-45707 And sent a last pull request for 3.4 https://github.com/hibernate/hibernate-search/pull/240 -- Sanne On 27 February 2012 12:21, Emmanuel Bernard wrote: > I

[hibernate-dev] [HSEARCH] 4.1 CR1 release plan

2012-02-27 Thread Emmanuel Bernard
Hi guys, Today is the major day for code changes before tomorrow's release. I think I will get HSEARCH-471 soft delete ready by tonight, I am working on the documentation side. I've decided to disable dirty checking when this feature is used. I still need feedback as per the pull request demand

Re: [hibernate-dev] [HSEARCH] 4.1 CR1 release plan

2012-02-27 Thread Hardy Ferentschik
On Feb 27, 2012, at 2:34 PM, Emmanuel Bernard wrote: > By the way, do you have a better name for this feature? It's literally > indexing action interception. As per comment on GitHub would prefer "indexing interception" An alternative could be "(Entity) state dependent indexing" --Hardy