swagger-play icon indicating copy to clipboard operation
swagger-play copied to clipboard

Results 100 swagger-play issues
Sort by recently updated
recently updated
newest added

Upgrade to Play Framework 2.8

_From @ghost on June 11, 2014 15:26_ Is it possible to make swagger disable if you run unittests in for example Specs2 so the tests will run a lot faster?...

Documentation
P3

Fixes #224. `localhost:9000` as a default configuration value forces to override it in 99% cases. How about having an empty string?

Hello, I am interested in a way to create a swagger.json automatically during the application start or build phase. Currently, I manually do a call to GET /swagger.json endpoint which...

Hi there, does swagger-play support play 2.8.2 ? I'm struggling with this error: `com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Direct self-reference leading to cycle (through reference chain: io.swagger.models.Swagger["definitions"]->java.util.LinkedHashMap["HttpEntity"] o.swagger.models.ModelImpl["properties"]->java.util.LinkedHashMap["knownEmpty"] o.swagger.models.properties.BooleanProperty["readOnly"])` Here are my dependencies in...

Play 2.8.0 Released https://github.com/playframework/playframework/releases/tag/2.8.0

Hello everyone! The context of this issue/question is `Play 2.7` -> `2.8` upgrade with swagger-play2 `1.7.1` to the latest `2.0.1-SNAPSHOT`. TL;DR: #225 I noticed that the conditions of the host...

Welcome to [WhiteSource for GitHub.com](https://github.com/apps/whitesource-for-github-com)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource for GitHub.com...

Now that OpenAPI 3.0 (stable) specification has been released, do we have any plans for working on the 3.0 support? Thanks!

Is there an oneOf, anyOf, etc support (https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/) in ApiResponses annotation? For example, i want to return one of two schemas with the same code: ``` @ApiResponses(Array ( new ApiResponse(code...