spring-boot/spring-boot-project/spring-boot-autoconfigure
Stephane Nicoll 830da28b8c Fix JPA bootstrap executor detection with multiple candidates
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
2019-01-07 14:54:59 +01:00
..
src Fix JPA bootstrap executor detection with multiple candidates 2019-01-07 14:54:59 +01:00
pom.xml Auto-configure SpringSecurityDialect for v5 and deprecate v4 2018-10-15 12:18:40 +01:00