Christophe Maillard
Results
2
issues of
Christophe Maillard
Given: ```text type Query { foo( bar: Int = 1 ): Foo! } ``` The generated doc will show: ```text type Query { foo( bar: Int ): Foo! } ```...
Play v1.7.1 still relies on an old version of AsyncHttpClient: https://github.com/playframework/play1/blob/1.7.1/framework/dependencies.yml#L21. This library has moved from https://github.com/ning/async-http-client (last commit in 2016) to https://github.com/AsyncHttpClient/async-http-client. Should we upgrade Play accordingly?