Skip to content

Commit

Permalink
Updated native image config for GraalVM 21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Jun 27, 2022
1 parent b11d1bf commit 1526460
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 1526460

Please sign in to comment.