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
I'm attempting to parse Stripe's OpenAPI spec, but the file is ~3.78MB which is over the limit that the Jackson allows by default. There is a fix to this issue, but being that swagger-parser does allow access to the creation of the Jackson parsing objects, I can't implement the fix.
It would be great if swagger-parser implemented this by default or allowed the user to configure it with ParseOptions. If I try using the .json spec file, I run out of java heap space.
Would love some guidance if anyone has any ideas!
The text was updated successfully, but these errors were encountered:
I'm attempting to parse Stripe's OpenAPI spec, but the file is ~3.78MB which is over the limit that the Jackson allows by default. There is a fix to this issue, but being that swagger-parser does allow access to the creation of the Jackson parsing objects, I can't implement the fix.
It would be great if swagger-parser implemented this by default or allowed the user to configure it with ParseOptions. If I try using the .json spec file, I run out of java heap space.
Would love some guidance if anyone has any ideas!
The text was updated successfully, but these errors were encountered: