Merge branch '3.2.x' into 3.3.x

Closes gh-41960
This commit is contained in:
Stéphane Nicoll
2024-08-20 11:57:50 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ public class FlywayAutoConfiguration {
*/
private void configureProperties(FluentConfiguration configuration, FlywayProperties properties) {
// NOTE: Using method references in the mapper methods can break
// back-compatibilty (see gh-38164)
// back-compatibility (see gh-38164)
PropertyMapper map = PropertyMapper.get().alwaysApplyingWhenNonNull();
String[] locations = new LocationResolver(configuration.getDataSource())
.resolveLocations(properties.getLocations())