• Phillip Webb's avatar
    Check factory bean for EntityManager datasource · 050460f6
    Phillip Webb authored
    Update `DataSourceInitializedPublisher` to fallback to the
    `LocalContainerEntityManagerFactoryBean` if the
    `javax.persistence.nonJtaDataSource` property is not defined.
    
    As of Hibernate 4.3 the property is no longer set if the `EntityManager`
    is created from a `PersistenceUnitInfo` instance rather than actual
    properties.
    
    Although this is being addressed in Hibernate issue HHH-13432, it's
    not strictly a requirement of the JPA spec that the property is set.
    
    Fixes gh-17061
    050460f6
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...