Skip to content

Commit

Permalink
Merge pull request #19285 from gastaldi/flyway_upgrade_fix
Browse files Browse the repository at this point in the history
Fixes Flyway upgrade to 7.12.1
  • Loading branch information
gastaldi authored Aug 7, 2021
2 parents e49d9c5 + 2eda497 commit 2341ae6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ public boolean isLog4J2Available() {
return false;
}

}
@Substitute
public static boolean areExperimentalFeaturesEnabled() {
return false;
}
}

0 comments on commit 2341ae6

Please sign in to comment.