Eskild Diderichsen
Eskild Diderichsen
Resolved the issue with CircleCI. It's now all GREEN! @mandrean (2017/08) @frankyjuang (2019/09) @shibayan (2020/02) @Blackclaws (2021/03) @lucamazzanti (2021/05)
I ran these with Git BASH (I'm on windows) ``` ./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh ``` But it turned all `/` into `\` and other issues. Seems there's an issue...
@TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01) @topce (2018/10) @akehir (2019/07) @petejohansonxo (2019/11) @amakhrov (2020/02) @davidgamero (2022/03) @mkusaka (2022/04) Sorry to pester, but can I...
Think I got a test added. Not sure of what to call the files or folders. I'll have to get back to you on the non-backwards-compatible solution.
@macjohnny while investigating a backwards compatible solution I found this piece of code that is supposed to ensure unique operationIds https://github.com/OpenAPITools/openapi-generator/blob/6665d069830c2e71c12b447cfb26a7eeb70c9ce6/modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java#L5338-L5346 however it only ensures unique operation ids within the...
We're waiting for feedback from @wing328. If there's a bug with `operationId` I guess a change can be labeled a bug fix and be released in the current v6.1. Otherwise...
> can you merge the most recent master? Maybe it will work again @macjohnny still fails. do I need a CircleCI account? I seem to get this error on all...
Found another PR with the same issue https://github.com/OpenAPITools/openapi-generator/pull/13381
@macjohnny @wing328 found the solution to  I had to sign in to Circle CI using my GitHub account. This isn't explained anywhere. It's unfortunate that an account on Circle...
@TiFu thanks for taking a look. However the failing test isn't the issue. I just haven't fixed it as I'm waiting for feedback on https://github.com/OpenAPITools/openapi-generator/pull/13262#issuecomment-1239494946 Once I have the needed...