Upgrade liquibase to 3.4.2
Remove 3.4.1 logger workaround (adding package to default service). See CORE-2436 on the liquibase tracker for more details. Closes gh-4591 Closes gh-4625
This commit is contained in:
committed by
Stephane Nicoll
parent
7d6f63ae34
commit
b00bccb7ca
@@ -51,8 +51,6 @@ public class LiquibaseServiceLocatorApplicationListener
|
||||
private static class LiquibasePresent {
|
||||
|
||||
public void replaceServiceLocator() {
|
||||
ServiceLocator.getInstance().addPackageToScan(
|
||||
CommonsLoggingLiquibaseLogger.class.getPackage().getName());
|
||||
ServiceLocator.setInstance(new CustomResolverServiceLocator(
|
||||
new SpringPackageScanClassResolver(logger)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user