-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsonrpc requests parsing fix for native-image.
- bring back custom nativeImageRunAgent special run options - use spray to parse JSON on input (probably not needed, but we want to get rid of json4s anyway) - run native-image agent again and add some more entries, including the json parsing helper classes
- Loading branch information
Showing
6 changed files
with
475 additions
and
47 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[ | ||
{ | ||
"interfaces":["sun.misc.SignalHandler"]} | ||
|
||
] |
Oops, something went wrong.