You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
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 build.sbt:
it builds fine, but when I trying to make GET request to localhost:9000/docs/swagger.json it crushes with error above.
And also, I can see, that swagger was able to find my controllers with API annotation and then instantly I got that error.
The text was updated successfully, but these errors were encountered:
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 build.sbt:
it builds fine, but when I trying to make GET request to localhost:9000/docs/swagger.json it crushes with error above.
And also, I can see, that swagger was able to find my controllers with API annotation and then instantly I got that error.
The text was updated successfully, but these errors were encountered: