Skip to content

fdelsert/swagger-issue-1886

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

swagger-issue-1886

Upgrading swagger-jersey-jaxrs to 1.5.7 break swagger.json :

{"swagger":"2.0","info":{"version":"Swagger Server","title":""},"tags":[{"name":"foo"},{"name":"bar"}],"paths": ...

Before (1.5.5) :

{"swagger":"2.0","info":{"version":"1.0.0","title":"rest API Documentation"},"basePath":"/swagger-issue-1886-1.0-SNAPSHOT","tags":[{"name":"foo"},{"name":"bar"}],"schemes":["http","https"],"paths": ...

Jersey version : 1.11 see https://glassfish.java.net/downloads/3.1.2.2-final.html

About

swagger-issue1886

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages