[hibernate-dev] ORM master CI config

2014-04-04 Thread Steve Ebersole
The CI jobs for ORM master have been hanging for some unknown reason. Following some recommended changes[1] from Peter (one of the Gradle devs) I have just pushed an updated gradle script for hibernate-core. This is still in flux. I wanted to give everyone a heads up in case they start experienc

Re: [hibernate-dev] On 2nd level cache and requirements off the cache implementor

2014-04-04 Thread Sanne Grinovero
Both Ehcache and Infinispan support transactions, but Ehcache doesn't use this capability when running as Hibernate 2nd level cache, while Infinispan uses it more as an implementation detail to provide internal consistency, and not to participate with the application transaction. So I think that t

[hibernate-dev] Hibernate Search 5.0.0.Alpha3 now available

2014-04-04 Thread Sanne Grinovero
Dear all, another developer milestone is available: http://in.relation.to/Bloggers/ThirdMilestoneOnThePathForHibernateSearch5 Best, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] On 2nd level cache and requirements off the cache implementor

2014-04-04 Thread Emmanuel Bernard
This is brain storming at this stage. How much is required of a cache provider as far as semantic is concerned and be cluster safe? The only providers we currently offer are EhCache and Infinispan http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html_single/#performance-cache But both happen

Re: [hibernate-dev] CI environment

2014-04-04 Thread Gunnar Morling
2014-04-04 13:54 GMT+02:00 Sanne Grinovero : > I did a bit of maintenance while looking at the OGM job. > It looks like that the OGM jobs actually finish in a reasonable time, > but the status is not being reported, or the workspace was containing > dirt marker files; I nuked job #110 's working d

Re: [hibernate-dev] CI environment

2014-04-04 Thread Sanne Grinovero
I did a bit of maintenance while looking at the OGM job. It looks like that the OGM jobs actually finish in a reasonable time, but the status is not being reported, or the workspace was containing dirt marker files; I nuked job #110 's working directory to cleanup. It looks like that OGM somehow b