• Stephane Nicoll's avatar
    Make sure Caching is initialized before JPA support · 8e0a94f1
    Stephane Nicoll authored
    The second level cache of Hibernate can be configured with dedicated
    factories that look up for the presence of a cache infrastructure. As
    Hibernate shouldn't have to know about Spring, that lookup is done
    against the respective proprietary APIs.
    
    We now make sure that caching (and the general purpose Hazelcast
    auto-configuration) is fully processed before JPA kicks in. In particular
    an explicit `dependsOn` attribute on those beans is added when they are
    processed.
    
    Closes gh-4158
    8e0a94f1
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...