Skip to content

Commit

Permalink
Upgrade liquibase to 3.4.2
Browse files Browse the repository at this point in the history
Remove 3.4.1 logger workaround (adding package to default service). See
CORE-2436 on the liquibase tracker for more details.

Closes spring-projectsgh-4591
Closes spring-projectsgh-4625
  • Loading branch information
jeanbza authored and snicoll committed Nov 30, 2015
1 parent 7d6f63a commit b00bccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<json-path.version>2.0.0</json-path.version>
<jstl.version>1.2</jstl.version>
<junit.version>4.12</junit.version>
<liquibase.version>3.4.1</liquibase.version>
<liquibase.version>3.4.2</liquibase.version>
<log4j.version>1.2.17</log4j.version>
<log4j2.version>2.4.1</log4j2.version>
<logback.version>1.1.3</logback.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public void onApplicationEvent(ApplicationStartedEvent event) {
private static class LiquibasePresent {

public void replaceServiceLocator() {
ServiceLocator.getInstance().addPackageToScan(
CommonsLoggingLiquibaseLogger.class.getPackage().getName());
ServiceLocator.setInstance(new CustomResolverServiceLocator(
new SpringPackageScanClassResolver(logger)));
}
Expand Down

0 comments on commit b00bccb

Please sign in to comment.