Skip to content

Commit

Permalink
Add java.awt.event.InputEvent to GraalVM configs
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Sep 27, 2023
1 parent 7abbcd8 commit ab225f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"allDeclaredFields": true,
"allDeclaredMethods": true
},
{
"name": "java.awt.event.InputEvent",
"allDeclaredFields": true,
"allDeclaredMethods": true,
"allDeclaredConstructors":true
},
{
"name":"[Lsun.java2d.loops.GraphicsPrimitive;"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
"allDeclaredFields": true,
"allDeclaredMethods": true
},
{
"name": "java.awt.event.InputEvent",
"allDeclaredFields": true,
"allDeclaredMethods": true,
"allDeclaredConstructors":true
},
{
"name": "ch.qos.logback.classic.pattern.DateConverter",
"allDeclaredConstructors": true
Expand Down

0 comments on commit ab225f7

Please sign in to comment.