-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting class name in path of Swagger output #536
Comments
Do you solve this problem?? |
inem88
added a commit
to inem88/msf4j
that referenced
this issue
Oct 9, 2018
Fix wso2#536. See right work with javax.ws.rs.Path in line 690.
I found that it was work correct in version 2.2.2.
|
wso2-jenkins-bot
added a commit
that referenced
this issue
Apr 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im getting a class name in the path definition for Swagger.
Here is my output
...
"paths": {
"/@javax.ws.rs.Path(value=/objSvc)/hello/json": {
"get": {
"operationId": "get1",
"produces": [
...
here is the definition:
@path("/objSvc")
public class NewService {
}
Any ideas why I would be seeing this as opposed to
/objSvc/hello/json ??
Thanks,
AlienatorZ
The text was updated successfully, but these errors were encountered: