Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX][CLI] handle null result messages
swagger-parser has the potential to return null for messages which will throw NPE on initialization of the validationMessages hashset. rather that allow this to happen we will assume that a null message collection represents an empty collection and continue. Fixes OpenAPITools#7453
- Loading branch information