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

[Kotlin-Spring] support to Spring boot3 & jakarta extension

Open jayandran-Sampath opened this issue 3 years ago • 1 comments

Updated moustache files to support jakarta extension & spring boot 3

refer https://github.com/OpenAPITools/openapi-generator/issues/13578

PR checklist

  • [x] Read the contribution guidelines.
  • [x] 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.
  • [x] 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 (6.1.0) (minor release - breaking changes with fallbacks), 7.0.x (breaking changes without fallbacks)
  • [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.

jayandran-Sampath avatar Oct 06 '22 18:10 jayandran-Sampath

cc @jimschubert (2017/09) ❤️, @dr4ke616 (2018/08) @karismann (2019/03) @Zomzog (2019/04) @andrewemery (2019/10) @4brunu (2019/11) @yutaka0m (2020/03)

wing328 avatar Oct 15 '22 07:10 wing328

Looking forward to 6.3.0 🙂

ravermeister avatar Nov 25 '22 19:11 ravermeister

looking forward to 6.3.0

varminas avatar Dec 21 '22 13:12 varminas

Any plans for this to be merged ? I have successfully tested this PR using multiple different projects. Anything missing here were I could help ?

deicon avatar Dec 22 '22 17:12 deicon

We are also looking forward to the upcoming release for migrating our Kotlin service to Spring Boot 3.

tuan1nguyen avatar Jan 02 '23 08:01 tuan1nguyen

@jayandran-Sampath do you need some help with merging?

parenko avatar Jan 04 '23 07:01 parenko

Also looking forward to this feature :) Any updates when this will get merged?

Wernerson avatar Jan 18 '23 09:01 Wernerson

@jayandran-Sampath do you need some help with merging?

Hey thanks for checking.. it would be great if you or anyone else help me to resolve conflicts.. due to personal reason, i could not work on this for now.. thanks

jayandran-Sampath avatar Jan 18 '23 09:01 jayandran-Sampath

Your commits are meged. I think you can close this PR.

parenko avatar Jan 31 '23 19:01 parenko