]
Bela Ban commented on JGRP-2033:
--------------------------------
Updated master, now backporting to 3.6 branch...
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.