json-model-extensions
json-model-extensions copied to clipboard
Fix some infinite recursion issues
AOF6 seems to cause jmx to perform infinite recursion, until a stack overflow error is thrown. This pr adds a check if the parent is the current class to prevent this issue.
I don't know why the issue was caused in the first place, nor if there are any other spots that I missed. I just know that this prevents the issues. The change is minimally invasive, do with this what you will.