Adapt to latest change in Spring Framework snapshots

This commit is contained in:
Stephane Nicoll 2022-04-09 17:10:33 +02:00
parent 0e05c6589f
commit 2ded2bf71a
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ class FlywayPropertiesTests {
// Property that moved to a separate SQL plugin
ignoreProperties(properties, "sqlServerKerberosLoginFile");
// High level object we can't set with properties
ignoreProperties(configuration, "callbacks", "dataSource", "javaMigrations", "javaMigrationClassProvider",
"resourceProvider", "resolvers");
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
"javaMigrationClassProvider", "resourceProvider", "resolvers");
// Properties we don't want to expose
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
// Handled by the conversion service