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

Openapi codegen interchangeable json formatters #840

Closed
tg44 opened this issue Nov 9, 2020 · 1 comment
Closed

Openapi codegen interchangeable json formatters #840

tg44 opened this issue Nov 9, 2020 · 1 comment
Milestone

Comments

@tg44
Copy link
Contributor

tg44 commented Nov 9, 2020

Currently, the code generates case-classes, and imports circe.auto._. Proably we should decouple the case-class from the import/formatter generation (or get the formatter generation as param and use it while we generate the classes), and also add the other supported json libraries one-by-one. We should get the json lib type as an sbt config to make it easily changeable.

@adamw adamw added this to the Later milestone Mar 16, 2022
kciesielski added a commit that referenced this issue Mar 18, 2024
Co-authored-by: Krzysiek Ciesielski <kciesielski@users.noreply.github.com>
@hughsimpson
Copy link
Contributor

hughsimpson commented Dec 18, 2024

Let's close this? We support 3 json libs now, so think it's done in principle

@adamw adamw closed this as completed Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants