|
|
@ -114,8 +114,7 @@ class FlywayPropertiesTests {
|
|
|
|
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
|
|
|
|
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
|
|
|
|
"javaMigrationClassProvider", "resourceProvider", "resolvers");
|
|
|
|
"javaMigrationClassProvider", "resourceProvider", "resolvers");
|
|
|
|
// Properties we don't want to expose
|
|
|
|
// Properties we don't want to expose
|
|
|
|
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "apiExtensions", "loggers",
|
|
|
|
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
|
|
|
|
"driver");
|
|
|
|
|
|
|
|
// Handled by the conversion service
|
|
|
|
// Handled by the conversion service
|
|
|
|
ignoreProperties(configuration, "baselineVersionAsString", "encodingAsString", "locationsAsStrings",
|
|
|
|
ignoreProperties(configuration, "baselineVersionAsString", "encodingAsString", "locationsAsStrings",
|
|
|
|
"targetAsString");
|
|
|
|
"targetAsString");
|
|
|
|