dwickern / sbt-swagger-play

sbt plugin for swagger-play
MIT License
12 stars 2 forks source link

add support for play 2.8.8 #7

Closed dwickern closed 3 years ago

dwickern commented 3 years ago

https://github.com/dwickern/swagger-play/issues/4

gaeljw commented 3 years ago

Thanks a lot for your work @dwickern and keeping it up to date with latest Play release :+1:

I guess this won't last forever as there are no Swagger core lib 1.x with Jackson 12, thus the day Play moves to Jackson 12 we are screwed but this is already a good move forward :)

dwickern commented 3 years ago

If we could move to OpenAPI v3, they have releases covering Jackson 9-12

playframework jackson swagger-core swagger-core v3
2.7 2.9.x 1.5.24 2.0.1-2.0.10
2.8.0-2.8.7 2.10.x 1.6.0-1.6.1 2.1.0-2.1.2
2.8.8 2.11.x 1.6.2 2.1.3-2.1.6
2.12.x 2.1.7-2.1.8
gaeljw commented 3 years ago

That would be awesome :)

Last time I checked it meant a significant amount of changes in swagger-play though, I started a PR but gave up soon (mainly because of a lack of knowledge on Swagger/OpenAPI spec itself). If you ever try, I can maybe share with you the PR I started ;)