[hibernate-dev] Clever dirty checking for Hibernate Search

2011-01-15 Thread Sanne Grinovero
Context: As a follow-up on "HSEARCH-361 Only index an entity if an indexed property has changed": during development of this improvement we agreed to disable the dirty-checking optimization in case a BoostStrategy or ClassBridge was defined on the class; we also considered the (unlikely) possibilit

[hibernate-dev] Broken links in Wiki

2011-01-15 Thread Vijitha Kumara
Hello All, I'm a newbie to Hibernate development :-). While looking at the wiki I found that some of the links pointed are broken. Specially in the "Building Hibernate from source 3.5". Instead this: http://www.sonatype.com/book/lifecycle.html. I think it should be this : http://www.sonatype.c

Re: [hibernate-dev] Broken links in Wiki

2011-01-15 Thread Hardy Ferentschik
Hi Vijitha, thanks for pointing out the broken links. I updated the page. If you sign up JBoss Community account you should be able to edit pages yourself. After all a wiki is a community effort. Note that the current trunk of Hibernate uses Gradle to build the source http://community.jboss.org

Re: [hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-15 Thread Steve Ebersole
Pretty sure I checked this previously. The part you ask about configures the antlr plugin that generates the parsers from the grammar files. Pretty positive that also used to add antlr to the project's set or exported deps. That is where I think something changed. Let me ask about this on the

Re: [hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-15 Thread Fred Toussi
I don't know if this is directly relevant (as it is a Maven build), but the other day I downloaded the 3.6.0 final code from github and used Idea 10 to create a (Maven) project from the sources. Once the project was created, it did not compile, and the first visible errors showed classes created by

Re: [hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-15 Thread Steve Ebersole
Completely unrelated. But yes, once you ask Maven to generate the files they remain generated until you clean or delete them :) On Saturday, January 15, 2011, at 01:34 pm, Fred Toussi wrote: > I don't know if this is directly relevant (as it is a Maven build), but > the other day I downloaded th