org.hibernate.cache.infinispan.InfinispanRegionFactory should default the "immutable-entity" to the "entity" cache settings
Description
Activity
Show:

Scott Marlow January 5, 2016 at 10:18 PM
instead refer to

Scott Marlow January 5, 2016 at 10:17 PM
Please review https://hibernate.atlassian.net/browse/HHH-10416 instead, thanks.

Scott Marlow January 5, 2016 at 8:52 PM
Should we make this change for 5.0.7?
Instead of WildFly cloning the "entity" cache configuration for "immutable-entity", it would be better if Hibernate defaulted to use the "entity" cache settings.
We just need to change org.hibernate.cache.infinispan.InfinispanRegionFactory from:
To:
So that the immutableEntity defaults to the "entity" cache settings.
And remove DEF_IMMUTABLE_ENTITY_RESOURCE.
from irc conversation: