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
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Some info to start with. My previous configuration was Intellij 2022.3 and the plugin OpenAPI Swagger 1.52. With this, the issue doesn't exist.
For various reasons, we have a particularly large spec. For different reasons, I needed to install Intellij IDEA 2023.3.2 (or newer). Previously mentioned plugin doesn't seem to be compatible with that Intelllij version - the Show OpenAPI preview button would be greyed out.
I've literally went through each version listed as compatible with Intellij 2023.3.2 one by one, from oldest to newest, with only 1.95 and 1.99. actually showing the button as enabled (1.98 just kept crashing). However, these plugin versions show this, when opened:
The incoming YAML document exceeds the limit: 3145728 code points.
I've read up on multiple solutions. I've added -DmaxYamlCodePoints=99999999 to the VM options (which is was what allowed plugin 1.52 to work), I've added it to Intellij runner parameters, I've added it even as a system property. No effect.
Bug Report Checklist
Description
Some info to start with. My previous configuration was Intellij 2022.3 and the plugin OpenAPI Swagger 1.52. With this, the issue doesn't exist.
For various reasons, we have a particularly large spec. For different reasons, I needed to install Intellij IDEA 2023.3.2 (or newer). Previously mentioned plugin doesn't seem to be compatible with that Intelllij version - the
Show OpenAPI preview
button would be greyed out.I've literally went through each version listed as compatible with Intellij 2023.3.2 one by one, from oldest to newest, with only 1.95 and 1.99. actually showing the button as enabled (1.98 just kept crashing). However, these plugin versions show this, when opened:
The incoming YAML document exceeds the limit: 3145728 code points.
I've read up on multiple solutions. I've added
-DmaxYamlCodePoints=99999999
to the VM options (which is was what allowed plugin 1.52 to work), I've added it to Intellij runner parameters, I've added it even as a system property. No effect.openapi-generator version
7.4.0
Steps to reproduce
Related issues/PRs
[](#14096)
The text was updated successfully, but these errors were encountered: