Browse Source

Fix build failures

See gh-29290
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
a9d8befe72
  1. 3
      spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java

3
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java

@ -108,8 +108,7 @@ class FlywayPropertiesTests { @@ -108,8 +108,7 @@ class FlywayPropertiesTests {
Map<String, PropertyDescriptor> configuration = indexProperties(
PropertyAccessorFactory.forBeanPropertyAccess(new ClassicConfiguration()));
// Properties specific settings
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled", "checkLocation",
"createDataSource");
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled");
// Property that moved to a separate SQL plugin
ignoreProperties(properties, "sqlServerKerberosLoginFile");
// High level object we can't set with properties

Loading…
Cancel
Save