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 was archived by the owner on Oct 30, 2023. It is now read-only.
I've created a REST Api running on JBoss EAP 6 with RESTEasy which is based on the java-resteasy sample. I noticed in my application that basePath isn't added to the swagger.json even though I've declared that in the Bootstrap class. All other information seem to be added correctly.
I then tried to reproduce the issue by running the sample and it's exactly the same behaviour. The basePath is missing there as well. So, this sample could be used to debug/reproduce the issue.
This leads to the situation that I can examine the API in the UI but can't execute interactive requests.
From @Isnogud77 on June 23, 2015 8:21
I've created a REST Api running on JBoss EAP 6 with RESTEasy which is based on the java-resteasy sample. I noticed in my application that basePath isn't added to the swagger.json even though I've declared that in the Bootstrap class. All other information seem to be added correctly.
I then tried to reproduce the issue by running the sample and it's exactly the same behaviour. The basePath is missing there as well. So, this sample could be used to debug/reproduce the issue.
This leads to the situation that I can examine the API in the UI but can't execute interactive requests.
Copied from original issue: swagger-api/swagger-core#1194
The text was updated successfully, but these errors were encountered: