Skip to content

Commit 9b87f0b

Browse files
committed
Add reflection metadata for loggers
1 parent 38a0fb1 commit 9b87f0b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

metadata/org.flywaydb/flyway-core/9.0.1/reflect-config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,26 @@
1010
"parameterTypes": []
1111
}
1212
]
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+
"condition": {
23+
"typeReachable": "org.apache.logging.log4j.Logger"
24+
},
25+
"name": "org.flywaydb.core.internal.logging.log4j2.Log4j2LogCreator",
26+
"allPublicConstructors": true
27+
},
28+
{
29+
"condition": {
30+
"typeReachable": "org.apache.commons.logging.Log"
31+
},
32+
"name": "org.flywaydb.core.internal.logging.apachecommons.ApacheCommonsLogCreator",
33+
"allPublicConstructors": true
1334
}
1435
]

0 commit comments

Comments
 (0)