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 (#7472)
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 #7453
- Loading branch information