Skip to content

Commit

Permalink
Fix Base_Tests in native-image
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Dec 30, 2024
1 parent 60f8ffe commit 28650dd
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,15 @@
{
"name":"java.util.Base64.Encoder"
},
{
"name":"java.util.Collection",
"methods": [
{
"name":"contains",
"parameterTypes":["java.lang.Object"]
}
]
},
{
"name":"java.util.Date"
},
Expand Down

0 comments on commit 28650dd

Please sign in to comment.