Skip to content

[kotlin-server][jax-rs] Added support for using Mutiny in JAX-RS library of Kotlin Server#15262

Merged
wing328 merged 1 commit intoOpenAPITools:masterfrom
Metatavu:kotlin-server-mutiny
Jul 31, 2023
Merged

[kotlin-server][jax-rs] Added support for using Mutiny in JAX-RS library of Kotlin Server#15262
wing328 merged 1 commit intoOpenAPITools:masterfrom
Metatavu:kotlin-server-mutiny

Conversation

@anttileppa
Copy link
Copy Markdown
Contributor

Added support for using Mutiny instead of coroutines for asynchronous Kotlin server APIs

Ping @jimschubert

PR checklist

  • 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.
  • In case you are adding a new generator, run the following additional script :
    ./bin/utils/ensure-up-to-date.sh
    
    Commit all changed files.
  • File the PR against the correct branch: master (6.3.0) (minor release - breaking changes with fallbacks), 7.0.x (breaking changes without fallbacks)
  • If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

@anttileppa anttileppa requested a review from jimschubert as a code owner April 19, 2023 09:51
@anttileppa anttileppa force-pushed the kotlin-server-mutiny branch from 549c0f8 to 45b8e59 Compare April 19, 2023 09:54
@anttileppa anttileppa force-pushed the kotlin-server-mutiny branch from c619bc0 to dd621b1 Compare May 2, 2023 05:11
@anttileppa anttileppa force-pushed the kotlin-server-mutiny branch 3 times, most recently from 6db73d0 to 0d30242 Compare June 12, 2023 16:22
@anttileppa anttileppa force-pushed the kotlin-server-mutiny branch from b048cc9 to 0b5d3d8 Compare July 29, 2023 15:06
@wing328
Copy link
Copy Markdown
Member

wing328 commented Jul 31, 2023

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

@wing328
Copy link
Copy Markdown
Member

wing328 commented Jul 31, 2023

@anttileppa thanks for the PR and sorry for the delay in reviewing as there are too many PRs.

@wing328 wing328 merged commit c6a100c into OpenAPITools:master Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants