Thanks Steve.
If I got it right, to gain flexibility we should instantiate
programmatically?
Because right now, the region factory is a class defined in the Spring
configuration.
Do you have an code example (I haven't done programmatic instantiation of
Hibernate for a long long time)
On Mon, 18
Or Class (not String) loaded from the proper ClassLoader
On Mon, Jun 18, 2018 at 3:51 PM Steve Ebersole wrote:
> You can pass a RegionFactory instance.
>
> On Mon, Jun 18, 2018 at 1:48 PM Henri Tremblay
> wrote:
>
>> Hi,
>>
>> A change in the latest Spring Boot version is now setting a real cla
You can pass a RegionFactory instance.
On Mon, Jun 18, 2018 at 1:48 PM Henri Tremblay
wrote:
> Hi,
>
> A change in the latest Spring Boot version is now setting a real class
> loader when creating a JCache cache manager. Before it used to pass null.
> Just like Hibernate still does.
>
> So right
Hi,
A change in the latest Spring Boot version is now setting a real class
loader when creating a JCache cache manager. Before it used to pass null.
Just like Hibernate still does.
So right now, we end up with two class managers. One for Hibernate 2nd
level cache and one for Spring cache.
We mad