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

[jira] [Updated] (IGNITE-15948) Implement class structure change handling

     [ https://issues.apache.org/jira/browse/IGNITE-15948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Semyon Danilov updated IGNITE-15948:
------------------------------------
    Description: 
User objects may change their class definition (e.g. class can lose its final modifier, can become private, or in other means inaccessible). Ignite should make the best effort at merging different versions of descriptors and parsing objects.

See https://github.com/gridgain/gridgain-9-ce/blob/iep-67/modules/network/README.md#handling-class-structure-changes

> Implement class structure change handling
> -----------------------------------------
>
>                 Key: IGNITE-15948
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15948
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Semyon Danilov
>            Priority: Major
>              Labels: ignite-3
>
> User objects may change their class definition (e.g. class can lose its final modifier, can become private, or in other means inaccessible). Ignite should make the best effort at merging different versions of descriptors and parsing objects.
> See https://github.com/gridgain/gridgain-9-ce/blob/iep-67/modules/network/README.md#handling-class-structure-changes



--
This message was sent by Atlassian Jira
(v8.20.1#820001)