[jboss-jira] [JBoss JIRA] (JGRP-2033) Replace Java serialization with JGroups marshalling

Bela Ban (JIRA) issues at jboss.org
Mon Mar 21 13:21:00 EDT 2016


    [ https://issues.jboss.org/browse/JGRP-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179455#comment-13179455 ] 

Bela Ban edited comment on JGRP-2033 at 3/21/16 1:20 PM:
---------------------------------------------------------

Replaced all occurrences of {{Message.getObject()}} and {{Util.objectFromXXX()}} in:
* NAKACK2
* UNICAST3
* FlowControl
* Locking
* ExtendedUUID
* SiteUUID

Skipped {{Executing}} as this will probably get removed in 4.0 anyway.


was (Author: belaban):
Replaced all occurrences of {{Message.getObject()}} in:
* NAKACK2
* UNICAST3
* FlowControl
* Locking

Skipped {{Executing}} as this will probably get removed in 4.0 anyway.

> Replace Java serialization with JGroups marshalling
> ---------------------------------------------------
>
>                 Key: JGRP-2033
>                 URL: https://issues.jboss.org/browse/JGRP-2033
>             Project: JGroups
>          Issue Type: Task
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>             Fix For: 3.6.9, 4.0
>
>
> In some cases, even JGroups internal code still uses Java serialization. Replace this with marshalling (using {{Streamable}}). Analysis of all occurrences of {{Util.objectFromXXX()}} calls.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list