• Scott Frederick's avatar
    Change default BootstrapMode for JPA repositories · 28888968
    Scott Frederick authored
    Change the default `BootstrapMode` for auto-configured `JpaRepositories`
    to `BootstrapMode.DEFERRED` to allow the initialization of
    `EntityManagerFactory` to be parallelized for increased startup efficiency.
    
    Prior to this change, the default BootstrapMode for all auto-configured
    Spring Data repositories was `BootstrapMode.DEFAULT`.
    
    Closes gh-16230
    28888968
Name
Last commit
Last update
..
main Loading commit data...
test Loading commit data...