Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/antolius/swagger-parser-issue-1454
- Owner: Antolius
- Created: 2021-05-17T13:32:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T14:16:38.000Z (over 3 years ago)
- Last Synced: 2024-10-25T09:16:37.930Z (2 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.