[hibernate-dev] HHH-10707 - Potential Cache Correctness Issue

2016-05-24 Thread Chris Dennis
nispan test code, and potentially the Infinispan provider itself? Thanks, Chris Dennis ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] HHH-10707 - Potential Cache Correctness Issue

2016-05-26 Thread Chris Dennis
from the RefreshUpdatedDateTest, and the only reason this test passes for the non-strict elements is because the read-write elements are in the annotated class array first, and so everyone ends up using the read-write access strategy. > On May 24, 2016, at 2:19 PM, Chris Dennis wrote: >

Re: [hibernate-dev] HHH-10707 - Potential Cache Correctness Issue

2016-05-26 Thread Chris Dennis
Tell a lie… it’s now sensitive to the iteration order of the entityBindingMap (a HashMap) in MetadataImpl. Regardless, modifying that test to give each entity it’s own region causes the non-strict entities to start failing. > On May 26, 2016, at 2:58 PM, Chris Dennis wrote: > &g

Re: [hibernate-dev] 5.3 - hibernate-ehcache

2018-03-15 Thread Chris Dennis
+1. From my point of view this makes sense. I’ll need to confer with higher-ups about what we would then do regarding our copy of the Ehcache 2.x provider and whether we want to port it across to the new SPI. That should in principle be a separate discussion, but I’m a little too heads-down in