Sławek_L_CA
Results
2
comments of
Sławek_L_CA
Same issue in 2.4.2. My investigations took me to finding that probably this variable has wrong type. When debugging operations it appears as `"useBeanValidation" : "false"`. When I changed `SpringCodegen`...
The temporary(i hope) fix would be to : 1. extend `SpringCodegen` class 1. override `processOpts` which executes super.processOpts() and unconditionally: `writePropertyBack(USE_BEANVALIDATION, useBeanValidation);` 1. use this class as language for swagger-codegen...