-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Disable appending of Using<Method> #1066
Comments
http://springfox.github.io/springfox/docs/current/#docket-spring-java-configuration 5.5.2. Configuring the output of operationId in a Swagger 2.0 spec |
@rkaltreider There is not a way to get rid of that ... yet. I'll see how we can address that in 2.3 if possible. However keep in mind that you will end up with names like @gionn I'll fix the documentation to reflect that. |
That sounds perfectly reasonable to me. I have taken the time to ensure all nicknames are unique and self descriptive. If I fail to solidify the uniqueness. I would expect it to make it unique however it sees fit. Thank you! Sent from my iPhone On Dec 1, 2015, at 10:26 AM, Dilip Krishnan <[email protected]mailto:[email protected]> wrote: @rkaltreiderhttps://github.com/rkaltreider There is not a way to get rid of that ... yet. I'll see how we can address that in 2.3 if possible. However keep in mind that you will end up with names like someOperation_1, someOperation_2 etc. if there are multiple endpoints with the same nickname @gionnhttps://github.com/gionn I'll fix the documentation to reflect that. Reply to this email directly or view it on GitHubhttps://github.com//issues/1066#issuecomment-161000947. |
Thanks @dilipkrish for the fix which I assume also fixes - #880 #990 |
👍 |
When do you think the next version will be released? I am anxious to upgrade! Sent from my iPhone On Dec 8, 2015, at 4:39 PM, Dilip Krishnan <[email protected]mailto:[email protected]> wrote: [:+1:] Reply to this email directly or view it on GitHubhttps://github.com//issues/1066#issuecomment-163025790. |
Its already released see here for details 2.3.0 |
Apologies for resuscitating this old discussion. Is the solution to this the use of @ApiOperation to specify a different nickname on every operation or is there a way to disable this behavior completely? Thanks |
@g-bon You can write you own |
Thank you sir! |
How can i disable the appending of my methods with
. All methods in my swagger doc have getPartnersUsingGet or similar. I want to get rid of that.
The text was updated successfully, but these errors were encountered: