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

Commit de482d3

Browse files
register sandboxed formatter for native image
1 parent e0ae019 commit de482d3

File tree

1 file changed

+22
-0
lines changed
  • standalone/src/main/resources/META-INF/native-image/com.trivadis.plsql.formatter/tvdformat

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
[
2+
{
3+
"name": "com.trivadis.plsql.formatter.sandbox.SandboxedFormatter",
4+
"allDeclaredConstructors": true,
5+
"allDeclaredMethods": true,
6+
"allDeclaredFields": true,
7+
"allDeclaredClasses": true,
8+
"allPublicConstructors": true,
9+
"allPublicMethods": true,
10+
"allPublicFields": true,
11+
"allPublicClasses": true
12+
},
13+
{
14+
"name": "com.trivadis.plsql.formatter.sandbox.SandboxedFormatterTask",
15+
"allDeclaredConstructors": true,
16+
"allDeclaredMethods": true,
17+
"allDeclaredFields": true,
18+
"allDeclaredClasses": true,
19+
"allPublicConstructors": true,
20+
"allPublicMethods": true,
21+
"allPublicFields": true,
22+
"allPublicClasses": true
23+
},
224
{
325
"name": "com.trivadis.plsql.formatter.ScriptRunnerContext",
426
"allDeclaredConstructors": true,

0 commit comments

Comments
 (0)