Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for this 4 year old bug? #8316

Open
realjax opened this issue Dec 13, 2022 · 4 comments
Open

Workaround for this 4 year old bug? #8316

realjax opened this issue Dec 13, 2022 · 4 comments

Comments

@realjax
Copy link

realjax commented Dec 13, 2022

Running the latest version of swagger-ui which displays loads and loads of 'orderedMap' items in the interface.
Apparentky this is a 4 year old bug ( see here) and still not fixed 馃槼 So, I doubt it will ever get fixed which is a shame because it makes swagger-ui basically useless.

Does anybody know of a workaround for this ?

@soma0506
Copy link

soma0506 commented Jan 24, 2023

Hi, I am not sure whether you already fixed this issue , if you still looking for a workaround then you can try disabling skipOperationExample flag during openapi-generator

@realjax
Copy link
Author

realjax commented Jan 26, 2023

Hi @soma0506 and thanks. I would love to try this but I have absolutely no clue what is is you mean and where I need to change this setting??? Did a google search but that didn't help me much

@soma0506
Copy link

Hi, In my case i am using openapi-generator-maven-plugin to generate the code from yaml , and we can configure skipOperationExample flag in this plugin

for example

<groupId>org.openapitools</groupId> <artifactId>openapi-generator-maven-plugin</artifactId> <configuration> <skipOperationExample>true</skipOperationExample>

@conlaoch1
Copy link

hi, unfortunately, this didn't work for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants