You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...\build\generated-sources\swagger\src\main\java\sk\telekom\oneapp\hal\api\CustomersApi.java:71: error: constant string too long return new ResponseEntity<>(getObjectMapper().get().readValue("[ { \"charact
Description
The swagger-codegen generates for spring server an interface where there is a too long string constant based on the swagger definition.
It ends with compilation error:
Swagger-codegen version
2.4.0
Swagger declaration file content or url
https://gist.github.com/drej1/418d1dfa7924471a664fcd4e6fb6b3d2
Command line used for generation
used created gradle task using swagger-codegen with:
Steps to reproduce
Suggest a fix/enhancement
The text was updated successfully, but these errors were encountered: