Skip to content

OpenAPI Generator Kotlin Client & Server #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GoodforGod
Copy link
Contributor

@GoodforGod GoodforGod commented Jul 14, 2023

Features:

  • Kotlin Sync Client and Sync Server added
  • Existing modes API parameter breaking change

Closes (#170)

Mode parameter change:
Before

java_client - non-reactive Java client
java_server - non-reactive Java server
reactive_client - reactive Java client (Project Reactor)
reactive_server - reactive Java server (Project Reactor)
kotlin_client - reactive Kotlin client (Project Reactor + Coroutines)
kotlin_server - reactive Kotlin server (Project Reactor + Coroutines)

After

java_client - non-reactive Java client
java_server - non-reactive Java server
java_reactive_client - reactive Java client (Project Reactor)
java_reactive_server - reactive Java server (Project Reactor)
kotlin_client - non-reactive Kotlin client
kotlin_server - non-reactive Kotlin server
kotlin_coroutine_client - reactive Kotlin client (Project Reactor + Coroutines)
kotlin_coroutine_server - reactive Kotlin server (Project Reactor + Coroutines)

Existing modes API parameter breaking change
@GoodforGod GoodforGod added module: openapi Related to module - openapi breaking change Represent breaking API change labels Jul 14, 2023
@GoodforGod GoodforGod added the lang: kotlin Related for Kotlin language label Jul 14, 2023
@GoodforGod GoodforGod self-assigned this Aug 1, 2023
@GoodforGod GoodforGod added this to the 1.0.0.RC1 milestone Aug 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking change Represent breaking API change lang: kotlin Related for Kotlin language module: openapi Related to module - openapi
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant