[Kotlin-Spring] support to Spring boot3 & jakarta extension
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:
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./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh./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.
cc @jimschubert (2017/09) ❤️, @dr4ke616 (2018/08) @karismann (2019/03) @Zomzog (2019/04) @andrewemery (2019/10) @4brunu (2019/11) @yutaka0m (2020/03)
Looking forward to 6.3.0 🙂
looking forward to 6.3.0
Any plans for this to be merged ? I have successfully tested this PR using multiple different projects. Anything missing here were I could help ?
We are also looking forward to the upcoming release for migrating our Kotlin service to Spring Boot 3.
@jayandran-Sampath do you need some help with merging?
Also looking forward to this feature :) Any updates when this will get merged?
@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
Your commits are meged. I think you can close this PR.