Skip to content

GraalVM native image support #8192

@sdeleuze

Description

@sdeleuze

GraalVM now offers an official way to detect its presence via the org.graalvm.nativeimage.imagecode system property. We use that in Spring to adapt to Graal (see GraalDetector). You could maybe add similar capabilities to Netty PlatformDependent. That's seems similar to what you are doing now depending on JDK versions and other parameters, and I think Netty + Graal native images are a pretty exciting combination.

Current area that need customization with Reactor Netty that could take advantage of a dedicated GraalVM detection mechanism are:

This blog post contains also valuable information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions