Open
Description
If you remove the manual exclusion for the HibernateJpaAutoConfiguration
here the application bootstrap will blow up trying to apply the auto configuration and failing to wire the unique DataSource
expected to be present. I wonder why the configuration is getting applied in the first place, as I would've expected the manual declarations of LocalContainerEntityManagerFactoryBean
s here and here to disable the auto-configuration in the first place.