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 server generator (schema-first) for Javalin #208

Closed
dennisameling opened this issue Jan 11, 2024 · 2 comments
Closed

OpenAPI server generator (schema-first) for Javalin #208

dennisameling opened this issue Jan 11, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@dennisameling
Copy link

Hi there,

Thanks for all your work on this library!

I just wanted to inform you that I've been experimenting with schema-first code generation, and made one for Javalin: OpenAPITools/openapi-generator#17596

It's basically the opposite approach of what this library is doing, so it takes an OpenAPI spec and generates a Javalin application from it. The PR linked above also contains a sample based on the OpenAPI generator example spec.

Please feel free to chime in there if you have any ideas or suggestions! 😊 Also, please feel free to close this issue whenever you like. Just wanted to make you aware of this.

@dzikoysk dzikoysk added the documentation Improvements or additions to documentation label Jan 11, 2024
@dzikoysk
Copy link
Member

Nice! :) I wanted to take a look at the generator and stuff around this, but I never had a time to do this, so it's really cool to see someone from the community that is willing to pick up this topic.

Let me know if you find some stuff we can improve on the plugin side to make this generator even better (also for other targets). When the PR is merged, I guess we could reference this in the wiki section:

@dzikoysk dzikoysk changed the title FYI: OpenAPI generator (schema-first) for Javalin OpenAPI server generator (schema-first) for Javalin Jan 11, 2024
@dzikoysk dzikoysk pinned this issue Jan 11, 2024
@dzikoysk
Copy link
Member

Because this is pinned and it's not an actual issue, I'll close this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants