Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antolius/swagger-parser-issue-1454

Project illustrating an issue with swagger-parser tracked by issue https://github.com/swagger-api/swagger-parser/issues/1454.
https://github.com/antolius/swagger-parser-issue-1454

Last synced: 25 days ago
JSON representation

Project illustrating an issue with swagger-parser tracked by issue https://github.com/swagger-api/swagger-parser/issues/1454.

Awesome Lists containing this project

README

        

# swagger-parser issue 1454

Project illustrating an issue with [swagger-parser](https://github.com/swagger-api/swagger-parser) tracked by [Issue 1454](https://github.com/swagger-api/swagger-parser/issues/1454). You should be able to check out the project anr run:

```shell script
$ mvn clean install
```

Code is using java 11, so you'll need that and, obviously, maven.

The test code was provided by [hkozacinski](https://github.com/hkozacinski) in the original issue. This is just a maven wrapper for executing it.