ay, April 29, 2015 7:01:11 AM
> Subject: [hibernate-dev] hibernate.cache.default_cache_concurrency_strategy
> has no effect
>
> Hi,
> Setting the "hibernate.cache.default_cache_concurrency_strategy" property
> doesn't have any effect.
> This setting is inspected in
Hi,
Setting the "hibernate.cache.default_cache_concurrency_strategy" property
doesn't have any effect.
This setting is inspected in
AnnotationBinder.prepareDefaultCacheConcurrencyStrategy method, but thatmethod
is never called.
Here's a test to replicate the issue:
https://github.com/vladmihalc