generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to
reachability-metadata.json
format.
- Loading branch information
Showing
6 changed files
with
74 additions
and
62 deletions.
There are no files selected for viewing
17 changes: 0 additions & 17 deletions
17
...-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/proxy-config.json
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
...arts/src/main/resources/META-INF/native-image/com.example/demo/reachability-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"reflection": [ | ||
{ | ||
"type": "com.example.PyGalServiceMixed$Entry" | ||
}, | ||
{ | ||
"type": "com.example.PyGalServicePureJava$BytesIO" | ||
}, | ||
{ | ||
"type": "com.example.PyGalServicePureJava$PyGal" | ||
}, | ||
{ | ||
"type": "com.example.PyGalServicePureJava$XY" | ||
}, | ||
{ | ||
"type": { | ||
"proxy": [ | ||
"com.example.PyGalServicePureJava$PyGal" | ||
] | ||
} | ||
}, | ||
{ | ||
"type": { | ||
"proxy": [ | ||
"com.example.PyGalServicePureJava$XY" | ||
] | ||
} | ||
}, | ||
{ | ||
"type": { | ||
"proxy": [ | ||
"com.example.PyGalServicePureJava$BytesIO" | ||
] | ||
} | ||
} | ||
] | ||
} |
14 changes: 0 additions & 14 deletions
14
...ygal-charts/src/main/resources/META-INF/native-image/com.example/demo/reflect-config.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...-pygal-charts/src/main/resources/META-INF/native-image/com.example/demo/proxy-config.json
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
...arts/src/main/resources/META-INF/native-image/com.example/demo/reachability-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"reflection": [ | ||
{ | ||
"type": "com.example.demo.PyGalServiceMixed$Entry" | ||
}, | ||
{ | ||
"type": "com.example.demo.PyGalServicePureJava$BytesIO" | ||
}, | ||
{ | ||
"type": "com.example.demo.PyGalServicePureJava$PyGal" | ||
}, | ||
{ | ||
"type": "com.example.demo.PyGalServicePureJava$XY" | ||
}, | ||
{ | ||
"type": { | ||
"proxy": [ | ||
"com.example.demo.PyGalServicePureJava$PyGal" | ||
] | ||
} | ||
}, | ||
{ | ||
"type": { | ||
"proxy": [ | ||
"com.example.demo.PyGalServicePureJava$XY" | ||
] | ||
} | ||
}, | ||
{ | ||
"type": { | ||
"proxy": [ | ||
"com.example.demo.PyGalServicePureJava$BytesIO" | ||
] | ||
} | ||
} | ||
] | ||
} |
14 changes: 0 additions & 14 deletions
14
...ygal-charts/src/main/resources/META-INF/native-image/com.example/demo/reflect-config.json
This file was deleted.
Oops, something went wrong.