-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
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.
- clones
-
WFLY-15077 ProtoStream marshaller throws StackOverflowError if an object references itself
- Closed