Vicky
Vicky
I have the same issue. What about the initial question: "Is there a way to tell the plugin where to create its probe files to get around this?"
The same issue applies to using patterns on the strings in an array parameter, e.g.: ``` parameters: - name: foos in: query required: true schema: type: array items: type: string...
I have the same problem, in addition to this one, which is quite similar: https://github.com/OpenAPITools/openapi-generator/issues/17617
I've sucessfully tried your workaround in a test. it still works if I use "call test(?, ?)". But I coudn't get this done with Hibernate @NamedStoredProcedureQuery. When I use a...