Skip to content

Commit

Permalink
test-util: graalvm: Update reflect-config.json
Browse files Browse the repository at this point in the history
Add missing entries for SystemPropertyRequirement and
SystemPropertyExecutionCondition.
  • Loading branch information
kohlschuetter committed Apr 20, 2024
1 parent aed1a74 commit 4f5c3ee
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"name":"com.kohlschutter.testutil.ProcessUtilRequirement",
"queryAllPublicMethods":true
},
{
"name":"com.kohlschutter.testutil.SystemPropertyExecutionCondition",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"com.kohlschutter.testutil.SystemPropertyRequirement",
"queryAllPublicMethods":true
},
{
"name":"java.lang.ProcessBuilder$RedirectPipeImpl"
},
Expand Down

0 comments on commit 4f5c3ee

Please sign in to comment.