swagger-akka-http / swagger-scala-module

Swagger support for scala
Apache License 2.0
10 stars 10 forks source link

Look into best way to handle collections of enums #154

Open pjfanning opened 2 years ago

pjfanning commented 2 years ago

https://stackoverflow.com/questions/72490918/scala-jsonscalaenumeration-for-collection

pjfanning commented 2 years ago

This is a low priority project for me - if some feels strongly about Scala 2 enums, feel free to have a look.

I never use Scala 2 enums for anything. Enumeratum and Scala3 enums - but never Scala 2 enums.

I'm not guaranteeing that even they work with collections but if they don't they are much easier to fix. Scala 2 enums are a real pain to use in swagger because of the way the type info is erased.