r-alukhanov

Results 2 issues of r-alukhanov

##### Description If using both "properties" and "additionalProperties", the generated class extends HashMap and contains plain properties. Like this: ```java public class Example extends HashMap { @JsonProperty("a") private String a;...

Spring allows general error handling based on exceptions. It requires the controller method throws plain Java exceptions. Generated API interface should not restrict this behavior. In other words the code...