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
This can not representate serialization format required in OAS3.
Describe the solution you'd like
In order to make available the serialization format, explode and style parameter values should be assigned to mustache templates, and handle the parameters in each generator.
We need to keep collectionFormat until generators support style and explode.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Since OAS 3.0, in order to support common ways of serializing simple parameters,
style
andexplode
are defined instead ofcollectionFormat
.On the other hand, we still using
collectionFormat
:style
andexplode
parameters are mapped tocollectionFormat
.openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
Lines 3083 to 3094 in 7dbda04
openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
Lines 4592 to 4609 in 7dbda04
This can not representate serialization format required in OAS3.
Describe the solution you'd like
In order to make available the serialization format,
explode
andstyle
parameter values should be assigned to mustache templates, and handle the parameters in each generator.We need to keep
collectionFormat
until generators supportstyle
andexplode
.Additional context
Related PR: #3984
The text was updated successfully, but these errors were encountered: