[
https://issues.apache.org/jira/browse/IGNITE-28308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Amelchev updated IGNITE-28308:
-------------------------------------
Release Note: Breaking change: If you have implemented a custom
DiscoverySpi, you must change the serialization implementation inside it — the
sendCustomEvent(DiscoverySpiCustomMessage msg) method now requires messages to
implement Ignite's internal Message protocol instead of Serializable.
> Remove Serializable from discovery custom messages.
> ---------------------------------------------------
>
> Key: IGNITE-28308
> URL: https://issues.apache.org/jira/browse/IGNITE-28308
> Project: Ignite
> Issue Type: Task
> Reporter: Nikita Amelchev
> Assignee: Nikita Amelchev
> Priority: Minor
> Labels: IEP-132, ise
> Fix For: 2.19
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> To fully migrate to the new serialization framework, we need to remove
> Serializable from the DiscoverySpiCustomMessage interface in order to avoid
> supporting two types of serialization.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)