Fix dependency between cache and hibernate
This commit fixes the ordering between `CacheAutoConfiguration` and `HibernateJpaAutoConfiguration` so that the auto-configured `CacheManager` is configured before Hibernate starts. Closes gh-14181
Showing
Please register or sign in to comment