Skip to content

Commit 990a7de

Browse files
authored
Merge branch 'develop' into bugfix-2748/missing-tests
2 parents 778b71f + d897f49 commit 990a7de

File tree

3 files changed

+393
-4
lines changed

3 files changed

+393
-4
lines changed

server/src/main/resources/META-INF/native-image/com.objectcomputing/checkins/reflect-config.json

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,200 @@
5151
]
5252
}
5353
]
54+
},
55+
{
56+
"name": "org.flywaydb.core.api.migration.baseline.BaselineMigrationConfigurationExtension",
57+
"condition": {
58+
"typeReachable": "org.flywaydb.core.api.configuration.ClassicConfiguration"
59+
},
60+
"allDeclaredFields": true
61+
},
62+
{
63+
"name": "org.flywaydb.core.api.migration.baseline.BaselineMigrationConfigurationExtension",
64+
"queryAllDeclaredMethods": true,
65+
"condition": {
66+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
67+
},
68+
"allDeclaredFields": true,
69+
"queryAllDeclaredConstructors": true,
70+
"methods": [
71+
{
72+
"name": "<init>",
73+
"parameterTypes": [
74+
]
75+
},
76+
{
77+
"name": "getBaselineMigrationPrefix",
78+
"parameterTypes": [
79+
]
80+
},
81+
{
82+
"name": "setBaselineMigrationPrefix",
83+
"parameterTypes": [
84+
"java.lang.String"
85+
]
86+
}
87+
]
88+
},
89+
{
90+
"name": "org.flywaydb.core.extensibility.ConfigurationExtension",
91+
"queryAllDeclaredMethods": true,
92+
"condition": {
93+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
94+
}
95+
},
96+
{
97+
"name": "org.flywaydb.core.extensibility.Plugin",
98+
"queryAllDeclaredMethods": true,
99+
"condition": {
100+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
101+
}
102+
},
103+
{
104+
"name": "org.flywaydb.core.internal.command.clean.CleanModeConfigurationExtension",
105+
"queryAllDeclaredMethods": true,
106+
"condition": {
107+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
108+
},
109+
"allDeclaredFields": true,
110+
"queryAllDeclaredConstructors": true,
111+
"methods": [
112+
{
113+
"name": "<init>",
114+
"parameterTypes": [
115+
]
116+
},
117+
{
118+
"name": "getClean",
119+
"parameterTypes": [
120+
]
121+
},
122+
{
123+
"name": "setClean",
124+
"parameterTypes": [
125+
"org.flywaydb.core.internal.command.clean.CleanModel"
126+
]
127+
}
128+
]
129+
},
130+
{
131+
"name": "org.flywaydb.core.internal.command.clean.CleanModel",
132+
"queryAllDeclaredMethods": true,
133+
"condition": {
134+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
135+
},
136+
"allDeclaredFields": true,
137+
"queryAllDeclaredConstructors": true
138+
},
139+
{
140+
"name": "org.flywaydb.core.internal.command.clean.SchemaModel",
141+
"queryAllDeclaredMethods": true,
142+
"condition": {
143+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
144+
},
145+
"allDeclaredFields": true,
146+
"queryAllDeclaredConstructors": true
147+
},
148+
{
149+
"name": "org.flywaydb.core.internal.configuration.extensions.DeployScriptFilenameConfigurationExtension",
150+
"queryAllDeclaredMethods": true,
151+
"condition": {
152+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
153+
},
154+
"allDeclaredFields": true,
155+
"queryAllDeclaredConstructors": true,
156+
"methods": [
157+
{
158+
"name": "<init>",
159+
"parameterTypes": [
160+
]
161+
},
162+
{
163+
"name": "getScriptFilename",
164+
"parameterTypes": [
165+
]
166+
},
167+
{
168+
"name": "setScriptFilename",
169+
"parameterTypes": [
170+
"java.lang.String"
171+
]
172+
}
173+
]
174+
},
175+
{
176+
"name": "org.flywaydb.core.internal.configuration.extensions.PrepareScriptFilenameConfigurationExtension",
177+
"queryAllDeclaredMethods": true,
178+
"condition": {
179+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
180+
},
181+
"allDeclaredFields": true,
182+
"queryAllDeclaredConstructors": true,
183+
"methods": [
184+
{
185+
"name": "<init>",
186+
"parameterTypes": [
187+
]
188+
},
189+
{
190+
"name": "getScriptFilename",
191+
"parameterTypes": [
192+
]
193+
},
194+
{
195+
"name": "setScriptFilename",
196+
"parameterTypes": [
197+
"java.lang.String"
198+
]
199+
}
200+
]
201+
},
202+
{
203+
"name": "org.flywaydb.core.internal.proprietaryStubs.LicensingConfigurationExtensionStub",
204+
"condition": {
205+
"typeReachable": "org.flywaydb.core.api.configuration.ClassicConfiguration"
206+
},
207+
"allDeclaredFields": true
208+
},
209+
{
210+
"name": "org.flywaydb.core.internal.proprietaryStubs.PATTokenConfigurationExtensionStub",
211+
"condition": {
212+
"typeReachable": "org.flywaydb.core.api.configuration.ClassicConfiguration"
213+
},
214+
"allDeclaredFields": true
215+
},
216+
{
217+
"name": "org.flywaydb.core.internal.publishing.PublishingConfigurationExtension",
218+
"condition": {
219+
"typeReachable": "org.flywaydb.core.api.configuration.ClassicConfiguration"
220+
},
221+
"allDeclaredFields": true
222+
},
223+
{
224+
"name": "org.flywaydb.core.internal.publishing.PublishingConfigurationExtension",
225+
"queryAllDeclaredMethods": true,
226+
"condition": {
227+
"typeReachable": "org.flywaydb.core.extensibility.ConfigurationExtension"
228+
},
229+
"allDeclaredFields": true,
230+
"queryAllDeclaredConstructors": true,
231+
"methods": [
232+
{
233+
"name": "<init>",
234+
"parameterTypes": [
235+
]
236+
},
237+
{
238+
"name": "isPublishResult",
239+
"parameterTypes": [
240+
]
241+
},
242+
{
243+
"name": "setPublishResult",
244+
"parameterTypes": [
245+
"boolean"
246+
]
247+
}
248+
]
54249
}
55250
]

0 commit comments

Comments
 (0)