Skip to content

Commit

Permalink
Allow Flyway to load its LogCreators reflectively
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 1, 2024
1 parent fe9ad03 commit 0d3740d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions metadata/org.flywaydb/flyway-core/10.20.0/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,27 @@
}
]
},
{
"name": "org.flywaydb.core.internal.logging.apachecommons.ApacheCommonsLogCreator",
"condition": {
"typeReachable": "org.apache.commons.logging.Log"
},
"allPublicConstructors": true
},
{
"name": "org.flywaydb.core.internal.logging.log4j2.Log4j2LogCreator",
"condition": {
"typeReachable": "org.apache.logging.log4j.Logger"
},
"allPublicConstructors": true
},
{
"name": "org.flywaydb.core.internal.logging.slf4j.Slf4jLogCreator",
"condition": {
"typeReachable": "org.slf4j.Logger"
},
"allPublicConstructors": true
},
{
"name": "org.flywaydb.core.internal.proprietaryStubs.LicensingConfigurationExtensionStub",
"condition": {
Expand Down

0 comments on commit 0d3740d

Please sign in to comment.