mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Merge branch '3.5.x'
Closes gh-46759
This commit is contained in:
+2
-1
@@ -189,6 +189,7 @@ public final class LiquibaseAutoConfiguration {
|
||||
}
|
||||
|
||||
@ConditionalOnClass(Customizer.class)
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
static class CustomizerConfiguration {
|
||||
|
||||
@Bean
|
||||
@@ -266,7 +267,7 @@ public final class LiquibaseAutoConfiguration {
|
||||
}
|
||||
|
||||
@FunctionalInterface
|
||||
private interface SpringLiquibaseCustomizer {
|
||||
interface SpringLiquibaseCustomizer {
|
||||
|
||||
/**
|
||||
* Customize the given {@link SpringLiquibase} instance.
|
||||
|
||||
Reference in New Issue
Block a user