swagger-scala-module icon indicating copy to clipboard operation
swagger-scala-module copied to clipboard

support swagger-core 2.0.0

Open pjfanning opened this issue 6 years ago • 2 comments

I have a partial implementation ( https://github.com/swagger-api/swagger-scala-module/compare/develop...pjfanning:swagger-core-2.0.0?expand=1 )

The issues are:

  • fixing the required setting for schema properties (API change in swagger-core 2.0.0; you need to set a list of required items on the parent property, but the ModelConverter doesn't have access to the parent property)
  • the support for scala enums is broken
  • get test coverage back up

pjfanning avatar Apr 01 '18 09:04 pjfanning

Is there any update on support swagger-core 2.x?

xcv58 avatar Jul 01 '20 22:07 xcv58

I have a fork that supports this - https://github.com/swagger-akka-http/swagger-scala-module/

pjfanning avatar Jul 02 '20 07:07 pjfanning