Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 538 Bytes

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