Re: [hibernate-dev] Search: renaming whole package (!)

2016-05-20 Thread Gunnar Morling
+1 for that rename. Nice how everything falls in place :) I'll take a look at the pending PRs. 2016-05-19 19:24 GMT+02:00 Sanne Grinovero : > One of the last pending tasks for the Elasticsearch work is to > mass-rename all packages from > > org.hibernate.search.backend.elasticsearch.* > > to >

[hibernate-dev] [ORM] EhCache 3 and JCache

2016-05-20 Thread Emmanuel Bernard
Hello guys, (I meant to send that almost a month ago, apologies Louis). I’ve met Louis Jacomet from Ehcache at Devoxx France and we discussed how to restart the progress around JCache and EhCache 3 integration. Louis is willing to step up to make these a reality but will need a bit of help to r

Re: [hibernate-dev] [ORM] EhCache 3 and JCache

2016-05-20 Thread Vlad Mihalcea
Hi Louis, The Caching section from the 5.0 docs is a good place to start to getting to know the basics of Hibernate 2nd level cache. If you want to get into lots of details, you can check my Hibernate Master Class: https://vladmihalcea.com/tutorials/hibernate/ There you can find a lot of resour

Re: [hibernate-dev] [ORM] EhCache 3 and JCache

2016-05-20 Thread Louis Jacomet
Hi all, Thanks Emmanuel for the email and no worry on the delay, the fact that I did not act sooner means it was pretty busy on our side too. But the timing is right, so let's move forward! Chris Dennis (added in CC) was the last one looking into the code and bringing it up to date with Hibernate

Re: [hibernate-dev] [ORM] EhCache 3 and JCache

2016-05-20 Thread Radim Vansa
Will there ever be a possibility to use Ehcache in clustered environment, with opensource-only? Radim On 05/20/2016 10:56 AM, Louis Jacomet wrote: > Hi all, > > Thanks Emmanuel for the email and no worry on the delay, the fact that I > did not act sooner means it was pretty busy on our side too.

Re: [hibernate-dev] [ORM] EhCache 3 and JCache

2016-05-20 Thread Guillaume Smet
Hi, On Fri, May 20, 2016 at 9:54 AM, Emmanuel Bernard wrote: > 3. change the Ehcache module and move it from v2 to v3 > Please don't do that. I'm pretty sure users will need to test Ehcache 3 before going live and it shouldn't be tied to an Hibernate upgrade. Cache is a very sensible subject a

Re: [hibernate-dev] [ORM] EhCache 3 and JCache

2016-05-20 Thread Steve Ebersole
What we had decided before during a discussion with myself, Alex Snaps, Radim and Sanne was to develop a JCache-based L2 case module and that Ehcache 3 would be supported through that mechanism. We'd continue support for the current Ehcahce 2 based hibernate-ehcache module for a short period of ti