-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Swagger reader (i guess) merges valid jax-rs paths together #2751
Comments
This is using which version of swagger-core? |
Latest, and greatest!. 2.0.0 |
Thanks. Obviously, it sounds like a bug. If you can provide us with a failing test (via a PR) or a sample class, it would greatly help us solve the issue. |
frantuma
added a commit
that referenced
this issue
Apr 10, 2018
refs #2751 - fix path building for resources without leading slashes
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi,
I have a Application class and jax-rs endpoints
endpoints
which is a valid way to get resulting path as "rest/user" according to jax-rs docs
unfortunately
the resulting .yaml file states ''/restuser/...' everywhere
NO configuration done to swagger at all, just 2 dependencies added (initializer and jaxrs2)
and after scanning the result is that.
The text was updated successfully, but these errors were encountered: