Re: [hibernate-dev] [Search] Useless dependency on solr-analysis-extras

2012-12-13 Thread Hardy Ferentschik
Sounds reasonable to me. solr-analysis-extras contains the ICU [1] support classes which is in many cases are not needed. On the other hand most projects will include hibernate-search-analysers to get the basic analysers and at the moment get this additional dependencies as well. I guess it co

Re: [hibernate-dev] [Search] Useless dependency on solr-analysis-extras

2012-12-13 Thread Guillaume Smet
Hi Hardy, On Thu, Dec 13, 2012 at 10:49 AM, Hardy Ferentschik wrote: > I am fine with removing it, but maybe we need to sync the docs in this case > as well. It says now: > > "all required Solr dependencies are now defined as dependencies of the > artifact org.hibernate:hibernate-search-analyse

[hibernate-dev] [metamodel] why not just give a generated name to constraint if no one provided in the mapping?

2012-12-13 Thread Strong Liu
talking about org.hibernate.metamodel.spi.relational.AbstractConstraint#getName proposing this : public String getName() { if ( name == null ) { name = getExportedName(); } return name; } reason: I have to

Re: [hibernate-dev] 4.1.9 delayed till tomorrow morning

2012-12-13 Thread Scott Marlow
I'll do some AS testing with the additional changes. On 12/12/2012 06:33 PM, Brett Meyer wrote: > All, I'll do the 4.1.9 release first thing tomorrow (Thurs.) morning. > There's a few tickets that are being finished up tonight. Tomorrow, please > do not push anything to the 4.1 branch until th

[hibernate-dev] Hibernate ORM 4.1.9.Final released

2012-12-13 Thread Brett Meyer
Hibernate ORM 4.1.9.Final was released this morning (http://in.relation.to/Bloggers/HibernateORM419FinalReleased) Changelog: https://hibernate.onjira.com/secure/ReleaseNote.jspa?projectId=10031&version=12367 JBoss Nexus: https://repository.jboss.org/nexus/content/groups/public/org/hibernate Mav

[hibernate-dev] Regression in AS7 (master) cluster cache invalidation test after moving from Hibernate ORM 4.1.6 to 4.1.9

2012-12-13 Thread Scott Marlow
http://hudson.jboss.org/hudson/job/as7-param-pull/5123/ shows a failure with the second level cache not being invalidated as expected across a two node cluster. I'm able to reproduce locally, which is good. We will continue to use Hibernate 4.1.6 until we get past this regression (hopefully we