Merge branch '2.5.x' into 2.6.x
This commit is contained in:
commit
546a7e5edb
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2012-2021 the original author or authors.
|
* Copyright 2012-2022 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -111,8 +111,8 @@ class FlywayPropertiesTests {
|
||||||
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled", "checkLocation",
|
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled", "checkLocation",
|
||||||
"createDataSource");
|
"createDataSource");
|
||||||
// High level object we can't set with properties
|
// High level object we can't set with properties
|
||||||
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
|
ignoreProperties(configuration, "callbacks", "dataSource", "javaMigrations", "javaMigrationClassProvider",
|
||||||
"javaMigrationClassProvider", "resourceProvider", "resolvers");
|
"resourceProvider", "resolvers");
|
||||||
// Properties we don't want to expose
|
// Properties we don't want to expose
|
||||||
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
|
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
|
||||||
// Handled by the conversion service
|
// Handled by the conversion service
|
||||||
|
|
Loading…
Reference in New Issue