spring-boot/spring-boot-project
Andy Wilkinson 52311ffe3c Depend on FlywayMigrationInitializer beans by type not name
Previously, a custom FlywayMigrationInitializer bean named anything
other than flywayInitializer could result in a
NoSucBeanDefinitionException as the dependencies set up for JPA and
JDBC components used the bean name flywayInitializer.

This commit updates the configuration of the dependencies to depend
on FlywayMigrationInitializer beans by type rather than name.

Fixes gh-18105
2019-09-03 12:45:17 +01:00
..
spring-boot Fix client auth with Jetty 2019-09-01 19:49:03 +01:00
spring-boot-actuator Improve handling of non-standard status codes in WebClient metrics 2019-08-23 20:28:26 +01:00
spring-boot-actuator-autoconfigure Fix EndpointRequest ignore logic 2019-08-30 16:25:07 -07:00
spring-boot-autoconfigure Depend on FlywayMigrationInitializer beans by type not name 2019-09-03 12:45:17 +01:00
spring-boot-cli Redirect stdout from cd to /dev/null in CLI's bash script 2019-09-01 20:20:32 +01:00
spring-boot-dependencies Revert "Upgrade to Jetty 9.4.20.v20190813" 2019-08-31 11:00:12 +01:00
spring-boot-devtools
spring-boot-docs Remove duplicated dependency in spring-boot-docs 2019-09-03 08:50:27 +02:00
spring-boot-parent Promote dependency management plugin version to the bom 2019-08-13 17:21:32 +02:00
spring-boot-properties-migrator
spring-boot-starters
spring-boot-test Fix spying on scoped beans with @SpyBean 2019-08-23 19:03:08 +01:00
spring-boot-test-autoconfigure
spring-boot-tools Include exception's message in message printed by AP 2019-09-02 14:52:14 +01:00
pom.xml