Skip to content

Commit

Permalink
Merge pull request #3053 from djspiewak/bug/graalvm-21
Browse files Browse the repository at this point in the history
Updated native image config for GraalVM 21.0
  • Loading branch information
djspiewak authored Jun 28, 2022
2 parents 6051055 + 1526460 commit 1288d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
["sun.misc.SignalHandler"]
{ "interfaces": [ "sun.misc.SignalHandler" ] }
]
5 changes: 4 additions & 1 deletion docs/core/native-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ reflective approach.

Luckily, GraalVM Native Image has full support for both `Proxy` and POSIX
signals. Cats Effect jars contain extra metadata that makes building native
images seamless, without the need of extra configuration.
images seamless, without the need of extra configuration. The only caveat
is that this configuration metadata is specific to GraalVM 21.0 and later.
Previous versions of GraalVM are supported, but Native Image support requires
at least 21.0.

0 comments on commit 1288d61

Please sign in to comment.