You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: