Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 348f4d6

Browse files
add missing dynamically loaded classes due to changed behavior in native image
1 parent 9c2fadc commit 348f4d6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

standalone/src/main/resources/META-INF/native-image/com.trivadis.plsql.formatter/tvdformat/reflect-config-manual.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,28 @@
190190
"allPublicFields": true,
191191
"allPublicClasses": true
192192
},
193+
{
194+
"name": "java.nio.file.FileSystem",
195+
"allDeclaredConstructors": true,
196+
"allDeclaredMethods": true,
197+
"allDeclaredFields": true,
198+
"allDeclaredClasses": true,
199+
"allPublicConstructors": true,
200+
"allPublicMethods": true,
201+
"allPublicFields": true,
202+
"allPublicClasses": true
203+
},
204+
{
205+
"name": "java.nio.file.PathMatcher",
206+
"allDeclaredConstructors": true,
207+
"allDeclaredMethods": true,
208+
"allDeclaredFields": true,
209+
"allDeclaredClasses": true,
210+
"allPublicConstructors": true,
211+
"allPublicMethods": true,
212+
"allPublicFields": true,
213+
"allPublicClasses": true
214+
},
193215
{
194216
"name": "java.nio.file.Paths",
195217
"allDeclaredConstructors": true,

0 commit comments

Comments
 (0)