• 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
..
java/org/springframework/boot/autoconfigure Loading commit data...
resources Loading commit data...