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
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
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
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
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
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