|
| 1 | +[ |
| 2 | + { |
| 3 | + "name": "org.flywaydb.core.api.migration.baseline.BaselineMigrationConfigurationExtension", |
| 4 | + "condition": { |
| 5 | + "typeReachable": "org.flywaydb.core.internal.plugin.PluginRegister" |
| 6 | + }, |
| 7 | + "allPublicConstructors": true, |
| 8 | + "allPublicMethods": true |
| 9 | + }, |
| 10 | + { |
| 11 | + "name": "org.flywaydb.core.extensibility.ConfigurationExtension", |
| 12 | + "condition": { |
| 13 | + "typeReachable": "org.flywaydb.core.internal.plugin.PluginRegister" |
| 14 | + }, |
| 15 | + "allPublicMethods": true |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "org.flywaydb.core.extensibility.Plugin", |
| 19 | + "condition": { |
| 20 | + "typeReachable": "org.flywaydb.core.internal.plugin.PluginRegister" |
| 21 | + }, |
| 22 | + "allPublicMethods": true |
| 23 | + }, |
| 24 | + { |
| 25 | + "name": "org.flywaydb.core.internal.command.clean.CleanModeConfigurationExtension", |
| 26 | + "condition": { |
| 27 | + "typeReachable": "org.flywaydb.core.internal.plugin.PluginRegister" |
| 28 | + }, |
| 29 | + "allPublicConstructors": true, |
| 30 | + "allPublicMethods": true |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "org.flywaydb.core.internal.logging.slf4j.Slf4jLogCreator", |
| 34 | + "condition": { |
| 35 | + "typeReachable": "org.slf4j.Logger" |
| 36 | + }, |
| 37 | + "allPublicConstructors": true |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "org.flywaydb.core.internal.logging.log4j2.Log4j2LogCreator", |
| 41 | + "condition": { |
| 42 | + "typeReachable": "org.apache.logging.log4j.Logger" |
| 43 | + }, |
| 44 | + "allPublicConstructors": true |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "org.flywaydb.core.internal.logging.apachecommons.ApacheCommonsLogCreator", |
| 48 | + "condition": { |
| 49 | + "typeReachable": "org.apache.commons.logging.Log" |
| 50 | + }, |
| 51 | + "allPublicConstructors": true |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "org.flywaydb.core.internal.publishing.PublishingConfigurationExtension", |
| 55 | + "condition": { |
| 56 | + "typeReachable": "org.flywaydb.core.internal.plugin.PluginRegister" |
| 57 | + }, |
| 58 | + "allPublicMethods": true |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "sun.security.provider.SHA2$SHA256", |
| 62 | + "condition": { |
| 63 | + "typeReachable": "org.flywaydb.core.internal.jdbc.JdbcUtils" |
| 64 | + }, |
| 65 | + "methods": [ |
| 66 | + { |
| 67 | + "name": "<init>", |
| 68 | + "parameterTypes": [] |
| 69 | + } |
| 70 | + ] |
| 71 | + } |
| 72 | +] |
0 commit comments