Re: [hibernate-dev] Naming strategies 4.3 -> 5.0

2015-08-17 Thread Gail Badner
See below... On Sat, Aug 15, 2015 at 7:25 AM, Steve Ebersole wrote: > I think I may have goofed when I implemented some of the > ImplicitNamingStrategy rules in 5.0. > > During that transition, I wrote a bunch of unit test in 4.3 to serve as a > baseline to make sure I got the logic/rules right

Re: [hibernate-dev] InfinispanTestingSetup

2015-08-17 Thread Sanne Grinovero
Sounds like a good plan, it always worked well for me to have prototypes working first and then come the the Infinispan mailing list with a concrete proposal. +10 for the better conditional API.. I've always struggled with that, you can find some references to the discussion by searching for "MVCC

Re: [hibernate-dev] InfinispanTestingSetup

2015-08-17 Thread Radim Vansa
Right now I want to do that purely in Hibernate integration part, as I don't see why such user approach should not work - replacing remove(key) calls with put(key, tombstone singleton, expiration args). It's possible that I hit the wall somewhere and have to go down to Infinispan. My general pl

Re: [hibernate-dev] InfinispanTestingSetup

2015-08-17 Thread Sanne Grinovero
Great, I also thought tombstones would be essential to improve the 2lc. Are you going to bake that feature within Infinispan or as a customization within the Hibernate code? On 17 August 2015 at 08:26, Radim Vansa wrote: > OK, thanks for the info. I am truly trying to rewrite the refactor the > t

Re: [hibernate-dev] InfinispanTestingSetup

2015-08-17 Thread Radim Vansa
OK, thanks for the info. I am truly trying to rewrite the refactor the testsuite as part of [1] so that we can run the tests against all concurrency strategy modes and cache configurations (I am working on tombstone-based 2LC implementation). Also, I hope I can speed up the testsuite (I see tha