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
YAML have so called Aliases/Anchors &/*. If I use them in swagger 3 project I got exception, cause Alias/Anchor feature was skipped. Its not directly Swagger issue, its seems Jackson. But you could switch YAML parsing library to any other. Btw. I didnt had this issue in Swagger 2.
Heres Jackson issue: FasterXML/jackson-dataformats-text#98
Description
YAML have so called Aliases/Anchors
&
/*
. If I use them in swagger 3 project I got exception, cause Alias/Anchor feature was skipped. Its not directly Swagger issue, its seems Jackson. But you could switch YAML parsing library to any other. Btw. I didnt had this issue in Swagger 2.Heres Jackson issue:
FasterXML/jackson-dataformats-text#98
Swagger-codegen version
3.0.4
Swagger declaration file content or url
Command line used for generation
It doesnt metter. It generic YAML processing issue. generate something
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement
Use another YAML parsing lib. From Jackson bug comments I see snakeyaml process this without problem
The text was updated successfully, but these errors were encountered: