Results 2 issues of Xiao Shi

## Describe the Bug The allow-multiple option is not respected by the java-spring (or java sdk) generator for multi-value query params. ``` query-parameters: filter: type: string allow-multiple: true ``` The...

java

### Problem description Generated typescript client methods currently takes in path parameters individually, which is error prone as they are all string parameters. E.g., ``` ...endpoints: foo: ... path-parameters: aid:...