You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/03/18 21:27:00 UTC

[jira] [Commented] (IGNITE-13757) Investigate if generated serializers can work with GraalVM native image.

    [ https://issues.apache.org/jira/browse/IGNITE-13757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17304460#comment-17304460 ] 

Andrey Mashenkov commented on IGNITE-13757:
-------------------------------------------

Here is a good example of how to build a native image with user data classes to be analyzed at runtime via reflection.
https://picocli.info/picocli-on-graalvm.html

> Investigate if generated serializers can work with GraalVM native image.
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-13757
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13757
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Mashenkov
>            Priority: Minor
>              Labels: graalvm, iep-54, ignite-3
>
> GraalVM has limited support of reflection [1].
> We have to check if all serializers (see IGNITE-13618) are compatible with GraalMV native image and/or if some additional setting are required from the user side to make serializers work.
> The goal is to have at least one compatible serializer  we could fallback to.
> [1] https://www.graalvm.org/reference-manual/native-image/Reflection/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)