gettyimages / spray-swagger

Apache License 2.0
140 stars 50 forks source link

Akka-HTTP #61

Open jacobus opened 9 years ago

jacobus commented 9 years ago

Hi there,

Spray is moving into maintenance mode. Will spray-swagger support Akka-HTTP going forward?

Kind regards, Jacobus

mhamrah commented 9 years ago

It looks like the community has forked this project and is experimenting with akka-http and swagger, see #60. I don't think spray-swagger itself will move to akka-http; rather, a new project would probably be better supporting akka-http and swagger2. I also don't think the annotations-based approach required by swagger-core is that great with spray (nor akka-http). The dream would be parsing the raw-swagger json file at compile time (maybe with macros/quasi quotes) and using that as a stream producer of messages for your app and models.

danielwegener commented 9 years ago

:+1: