Skip to content

Commit 546a7e5

Browse files
committed
Merge branch '2.5.x' into 2.6.x
2 parents 57f1169 + 17936b8 commit 546a7e5

File tree

1 file changed

+3
-3
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -111,8 +111,8 @@ void expectedPropertiesAreManaged() {
111111
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled", "checkLocation",
112112
"createDataSource");
113113
// High level object we can't set with properties
114-
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
115-
"javaMigrationClassProvider", "resourceProvider", "resolvers");
114+
ignoreProperties(configuration, "callbacks", "dataSource", "javaMigrations", "javaMigrationClassProvider",
115+
"resourceProvider", "resolvers");
116116
// Properties we don't want to expose
117117
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
118118
// Handled by the conversion service

0 commit comments

Comments
 (0)