We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a0fb1 commit 9b87f0bCopy full SHA for 9b87f0b
metadata/org.flywaydb/flyway-core/9.0.1/reflect-config.json
@@ -10,5 +10,26 @@
10
"parameterTypes": []
11
}
12
]
13
+ },
14
+ {
15
+ "condition": {
16
+ "typeReachable": "org.slf4j.Logger"
17
18
+ "name": "org.flywaydb.core.internal.logging.slf4j.Slf4jLogCreator",
19
+ "allPublicConstructors": true
20
21
22
23
+ "typeReachable": "org.apache.logging.log4j.Logger"
24
25
+ "name": "org.flywaydb.core.internal.logging.log4j2.Log4j2LogCreator",
26
27
28
29
30
+ "typeReachable": "org.apache.commons.logging.Log"
31
32
+ "name": "org.flywaydb.core.internal.logging.apachecommons.ApacheCommonsLogCreator",
33
34
35
0 commit comments