<div>Hi,</div>
<div> </div>
<div>I tried to play with the latest 3.5.0-SNAPSHOT within my Grails 1.1 project to integrate Hibernate Search.</div>
<div>Grails 1.1 is bases on Hibernate 3.3.1.</div>
<div> </div>
<div>The problem I&#39;m facing now is that 3.5.0-snapshot does not seem to be backward compatible with 3.3.1</div>
<div>org.hibernate.dialect.DialectFactory was moved to org.hibernate.dialect.<strong>resolver</strong>.DialectFactory (part of <a href="http://fisheye.jboss.com/changelog/Hibernate?cs=15343">http://fisheye.jboss.com/changelog/Hibernate?cs=15343</a>).</div>

<div>Grails is using this factory class internally.</div>
<div> </div>
<div>Sure thing is I can check out Grails source code change the package and build Grails.</div>
<div>I&#39;m just wondering now if the above change is just bad luck, or that I will face a lot of other refactorings?</div>
<div> </div>
<div>Cheers,</div>
<div>Marcel</div>