martin-mfg
                                            martin-mfg
                                        
                                    Hi @MelleD, I understood now that my initial changes were too broad, affecting also users which didn't encounter the original problem reported in #18345, while the switch from `MultipartFile` to...
Hi @MelleD and @wing328, do you mind reviewing this PR?
If you use the latest version (7.6.0) of OpenAPI-Generator, then you'll find the desired enum inside `NFType`. Version 5.4.0 is not supported anymore.
Hi @levitin, thanks for the PR! Unfortunately, the updated java-camel sample doesn't compile. Running `maven compile` in `samples/server/petstore/java-camel/` results in the error message "package lombok.Builder does not exist". Please fix...
> Can this get merged now, or what are we missing here? @levitin @wing328 As a replacement for this PR I created #19855 and resolved there the problem I mentioned...
Hi everyone, this topic was also discussed in #18080. As a result, a new option `SET_CONTAINER_TO_NULLABLE` was introduced in #18128. Here's a comparison of the different behaviours: | | 7.5.0...
Hi @jpfinne, I like your proposal! Also, thanks for preparing a PR already. **I am wondering if anyone needs different initialization behaviours for array vs set vs map?** If so,...
Hi, I can't reproduce the problem. Like you, I'm using Windows 10, gradle 7.5 and "org.openapi.generator" version "6.5.0". I tried both `inputSpec = "${buildDir}/openapiDir/petstore.yaml".toString()` and `inputSpec = "${buildDir}\\openapiDir\\petstore.yaml".toString()`. I think...