Skip to content

Commit

Permalink
rm enum caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Jun 24, 2024
1 parent 7baae5e commit c384b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/generator/sbt-openapi-codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jsoniter "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala
Currently, string-like enums in Scala 2 depend upon the enumeratum library (`"com.beachape" %% "enumeratum"`).
For Scala 3 we derive native enums, and depend on `"io.github.bishabosha" %% "enum-extensions"` for generating query
param serdes.
Other forms of OpenApi enum are not currently supported.

Models containing binary data cannot be re-used between json and multi-part form endpoints, due to having different
representation types for the binary data
Expand Down

0 comments on commit c384b9d

Please sign in to comment.