Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please consider remove Jackson from ktor-openapi-generator #21

Closed
cuong0993 opened this issue Jan 7, 2023 · 1 comment
Closed

Please consider remove Jackson from ktor-openapi-generator #21

cuong0993 opened this issue Jan 7, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@cuong0993
Copy link

Hi Lukas,

Can you consider removing Jackson from your library? (Jackson is currently used in testing in the library)
https://github.com/LukasForst/ktor-openapi-generator

I think converting map to JSON in the library can be done manually like this.
Kotlin/kotlinx.serialization#296 (comment).

Removing helps users choose multiple option alternatives to Jackson.
I am trying to use io.ktor:ktor-serialization-kotlinx-json instead of Jackson but the ktor-openapi-generator did not work with io.ktor:ktor-serialization-kotlinx-json.

@LukasForst
Copy link
Owner

Hi,
please see papsign/Ktor-OpenAPI-Generator#42 for kotlinx.serialization support. I'm not using kotlinx, so I can't directly say how hard is that or not. However, I'm open to PRs that would make this project more generic!

@LukasForst LukasForst added the help wanted Extra attention is needed label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants