Re: [hibernate-dev] Backward compatibilty latest snapshot

2009-03-26 Thread Steve Ebersole
DialectFactory constituted a circular package dependency between o.h.dialect and o.h.dialect.resolver. It was moved to the o.h.dialect.resolver package to alleviate that circularity (yes we have tons of such circularity in Hibernate, but we have to start cleaning up somewhere). Sadly, even that

Re: [hibernate-dev] Backward compatibilty latest snapshot

2009-03-26 Thread Emmanuel Bernard
DialectFactory is not a public API AFAIK but I know Grails had to use a bunch of non public API esp on the mapping side. So two solutions here: - it makes sense to move back DialectFactory to the dialect package, Steve's call (note that the interface might have changed anyway - get the grai

[hibernate-dev] Backward compatibilty latest snapshot

2009-03-26 Thread Marcel Overdijk
Hi, I tried to play with the latest 3.5.0-SNAPSHOT within my Grails 1.1 project to integrate Hibernate Search. Grails 1.1 is bases on Hibernate 3.3.1. The problem I'm facing now is that 3.5.0-snapshot does not seem to be backward compatible with 3.3.1 org.hibernate.dialect.DialectFactory was move