Re: [hibernate-dev] Auto-registering the cacheable entities and collections

2018-05-30 Thread Steve Ebersole
That is unintended, likely from the L2C service changes. Yes we should change that to match the old behavior. On Wed, May 30, 2018 at 9:43 AM Vlad Mihalcea wrote: > Hi, > > While upgrading my Hibernate testing repository to 5.3, I realized that we > no longer auto-register the 2nd-level cache f

[hibernate-dev] Auto-registering the cacheable entities and collections

2018-05-30 Thread Vlad Mihalcea
Hi, While upgrading my Hibernate testing repository to 5.3, I realized that we no longer auto-register the 2nd-level cache for entities and the collections even if those are annotated with the Hibernate @Cache annotation. I noticed that the Hibernate tests have been modified and we require to reg