Closed alfisti166 closed 1 year ago
This is a bug. fix to next release
This is my test case.
The result shows that although the value is not as expected, but it does not cause a stack overflow. Did you stuff something weird in your Class? eg:
public class Asd extends JsonNode {
private JsonNode asd;
}
or
public class JsonNode {
private Asd asd;
}
public class Asd {
private JsonNode asd;
}
Not really. Let me provide more details. BTW. ObjectNode doesn't cause stack overflow, but generate pretty useless fields.
Moderation may take up to two business days. Fix version 1.2.6
Plugin seems not to handle classes that includes JsonNode field. Stack overflow occurs.
Is it possible just to generate empty brackets?