Skip to content

Commit

Permalink
Fix GraalVM reflect-config.json for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Jan 29, 2025
1 parent eff3da7 commit d2db116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -692,5 +692,8 @@
{
"name":"sun.security.provider.SHA",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"org.apache.cxf.io.DelayedCachedOutputStreamCleaner"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -1005,5 +1005,8 @@
{
"name":"sun.security.provider.SHA",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"org.apache.cxf.io.DelayedCachedOutputStreamCleaner"
}
]

0 comments on commit d2db116

Please sign in to comment.