Goal of this issue is to introduce support for circular references (cycles) in swagger-client dereference strategy. The strategy can already handle cycles - when useCircularStructures=true
, our implementation is already complete.
When useCircularStructures=false
- the reference needs to be absolutifieds and no processing should happen.
Refs #2289