openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[Kotlin] Fix discriminator interface is not implemented problem

Open alitams opened this issue 4 years ago • 6 comments

PR checklist

  • [x] Read the contribution guidelines.
  • [ ] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
  • [ ] Run the following to build the project and update samples:
    ./mvnw clean package 
    ./bin/generate-samples.sh
    ./bin/utils/export_docs_generators.sh
    
    Commit all changed files. This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master. These must match the expectations made by your contribution. You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/configs/java*. For Windows users, please run the script in Git BASH.
  • [x] File the PR against the correct branch: master, 5.1.x, 6.0.x
  • [x] If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

alitams avatar Jun 25 '21 09:06 alitams

Fixes #9845

@jimschubert, @dr4ke616 @karismann @Zomzog @andrewemery @4brunu @yutaka0m

alitams avatar Jun 25 '21 09:06 alitams

Hi, can you fix build on CI?

kuFEAR avatar Apr 22 '22 20:04 kuFEAR

Any update?

drachim-dev avatar Feb 15 '23 16:02 drachim-dev

Hi, I'm facing same problem... any updates here, please?

b0m123 avatar Aug 22 '24 12:08 b0m123

We hit this issue as well. It basically prevents us from using this generator :(

bugs84 avatar Aug 22 '24 12:08 bugs84

We have the same issue.

ulrichw-svg avatar Oct 11 '24 13:10 ulrichw-svg