[
https://issues.apache.org/jira/browse/IGNITE-25882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18007711#comment-18007711
]
Ignite TC Bot commented on IGNITE-25882:
----------------------------------------
{panel:title=Branch: [pull/12185/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12185/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8523326&buildTypeId=IgniteTests24Java8_RunAll]
> Remove Serializable interface from Message
> ------------------------------------------
>
> Key: IGNITE-25882
> URL: https://issues.apache.org/jira/browse/IGNITE-25882
> Project: Ignite
> Issue Type: Task
> Reporter: Maksim Timonin
> Assignee: Dmitry Werner
> Priority: Major
> Labels: ise
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently Message interface extends Serializable. But Ignite use our custom
> logic for message serialization (MessageSerializer of Message#writeTo,
> Message#readFrom). Then usage of Serializable is useless, but misleading.
> What should be done:
> # Remove Serializable interface from
> org.apache.ignite.plugin.extensions.communication.Message class.
> # Remove serialVersionUID from all classes implements the interface.
> # If some classes requires java serialization (overrides
> writeObject/writeReplace/writeExternal methods) - let's investigate this
> cases.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)