Skip to content

Commit bf11954

Browse files
authored
chore: update customizations to support ktor v3 (#72)
1 parent 5655c00 commit bf11954

File tree

3 files changed

+1
-286
lines changed

3 files changed

+1
-286
lines changed

customizations/core/src/main/kotlin/com/expediagroup/sdk/core/plugin/serialization/ContentNegotiation.kt

Lines changed: 0 additions & 246 deletions
This file was deleted.

customizations/core/src/main/kotlin/com/expediagroup/sdk/core/plugin/serialization/SerializationPlugin.kt

Lines changed: 0 additions & 40 deletions
This file was deleted.

customizations/generator/openapi/src/main/resources/templates/expediagroup-sdk/client.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class {{clientClassname}}Client private constructor(clientConfiguration: XapClie
6969
appendHeaders(extraHeaders)
7070
contentType(ContentType.Application.Json)
7171
setBody(operation.requestBody)
72+
exclude(ContentType.Application.Json)
7273
}
7374
}
7475

0 commit comments

Comments
 (0)