Skip to content

Commit

Permalink
GraalVM native-image jersey-client module
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Jul 3, 2021
1 parent cb52575 commit 0709f2d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"name":"org.glassfish.jersey.client.ChunkedInputReader",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name":"org.glassfish.jersey.client.ClientAsyncExecutor",
"allDeclaredMethods":true
},
{
"name":"org.glassfish.jersey.client.ClientBackgroundScheduler",
"allDeclaredMethods":true
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"bundles":[
{"name":"org.glassfish.jersey.client.internal.localization"}
]
}

0 comments on commit 0709f2d

Please sign in to comment.