Details
-
Improvement
-
Resolution: Fixed
-
Major
-
6.3
-
None
-
N/A
-
N/A
-
Description
Right now @Component are skipped when serializing a job status because they usually end up serializing the whole world endlessly but sometimes we do want to serialize something that is a component but also a bean containing some data we want to keep (provided they carefully use transient to skip stuff that don't make sense to serialize like services components).