Closed ogirardot closed 2 years ago
Hi - thanks for reporting this.
I had included the parent schema in the equality comparison and hashCode of AdditionalPropertiesSchema
, and that was always going to lead to infinite recursion.
I have fixed that, along with a similar issue in AdditionalItemsSchema
. Version 0.31 is now available in Maven Central - I hope this resolves your problem.
thanks a lot, checking now
works perfectly thanks a lot !
Hello, thanks for the good work ! There seems to be a infinite loop in the hashCode part of additionalPropertiesSchema :
I write down this issue, I'll try and see to make a PR about it.