mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-16 14:40:54 +00:00
* Avoid ClassCastException when getting headers (the header values are Collection<String> and not List<String>) Delete unused classes * Remove feign10x * Add unit test Refactor to avoid creating the headers map when ApiResponse is not used