helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.5k stars 566 forks source link

Helidon support in swagger-codegen #489

Closed m0mus closed 1 year ago

m0mus commented 5 years ago
$ swagger-codegen langs
Available languages: [aspnetcore, csharp, csharp-dotnet2, dynamic-html, html, html2, java, 
jaxrs-cxf-client, jaxrs-cxf, inflector, jaxrs-cxf-cdi, jaxrs-spec, jaxrs-jersey, jaxrs-di, 
jaxrs-resteasy-eap, jaxrs-resteasy, spring, nodejs-server, openapi, openapi-yaml, 
kotlin-client, kotlin-server, php, python, scala, scala-akka-http-server, swift3, swift4, 
typescript-angular]

Would be nice to see Helidon in this list.

ProstakovAlexey commented 5 years ago

Would be nice to see Helidon in this list. Yes it will be really nice. Now API made Helidon look poor, with out swager documentation.

longtran84 commented 5 years ago

@m0mus, can you support me on this issue?

tjquinno commented 5 years ago

For reference, this page describes how to use and extend the CodeGen tool.

https://swagger.io/docs/open-source-tools/swagger-codegen/

tomas-langer commented 3 years ago

Isn't this a duplicate of #771 ?

tjquinno commented 3 years ago

IIRC this issue is for the Swagger tool itself; the other one is for the forked OpenAPI generator.

tjquinno commented 1 year ago

We have invested time and effort (and plan to continue doing so) into improving the Helidon support in the OpenAPITools generator, rather than the Swagger one. https://github.com/helidon-io/helidon/wiki/FAQ#openapi-based-code-generation

If there is expressed demand for Helidon support in Swagger's offering we can reopen this issue.