-
Bug
-
Resolution: Done
-
Major
-
24.0.1.Final
-
None
WF's ProtoStream marshaller will throw a StackOverflowError when marshalling objects containing circular references, such as:
class Person {
Person parent;
List<Person> children;
}
This needs to be supported in order to be able to marshal something like org.jboss.weld.contexts.CreationalContextImpl.
- is cloned by
-
JBEAP-23325 ProtoStream marshaller throws StackOverflowError if an object references itself
- Resolved