swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API

Home Page:http://swagger.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue while upgrading to 2.2.11 with jackson

bertrandp opened this issue · comments

Upgrading to 2.2.11 gives me this error: com/fasterxml/jackson/core/exc/StreamConstraintsException

I guess it's due to the new limitations introduced to jackson 2.15 : https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15#processing-limits

Does someone has any advice on this ?

Thanks