Skip to content

Commit

Permalink
fix(java): add reflection configuration for native-image testing (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jan 24, 2022
1 parent fdc60f6 commit d87fe28
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
[
{
"name":"java.lang.Object",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"methods":[{"name":"<init>","parameterTypes":[] }]}
]

0 comments on commit d87fe28

Please sign in to comment.