• Stephane Nicoll's avatar
    Fix JPA bootstrap executor detection with multiple candidates · 830da28b
    Stephane Nicoll authored
    Spring Boot provides two separate auto-configurations that can
    potentially expose an `AsyncTaskExecutor` implementation so relying on
    the presence of a single instance is too weak.
    
    This commit fixes the detection of the AsyncTaskExecutor that can be
    used to bootstrap JPA so that a single instance is used and, in the case
    more than one exists, the one named `applicationTaskExecutor`.
    
    Closes gh-15447
    830da28b
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...