./devel/swagger-codegen, Generate clients, server stubs, and docs from an OpenAPI spec

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.55, Package name: swagger-codegen-3.0.55, Maintainer: schmonz

swagger-codegen contains a template-driven engine to generate
documentation, API clients and server stubs in different languages by
parsing your OpenAPI / Swagger definition.


Master sites:

Filesize: 22238.01 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-23 23:04:35 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.55. Changes:

- Bump documented-stable 2.x version
   2024-02-20 16:19:44 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.54. Changes:

- Build swagger-codegen-cli-v3 with correct Dockerfile
- implement render endpoint
   2024-02-15 20:11:17 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.53. Changes:

- implement /model endpoint returning intermediate model
- allow custom codegen generator be loaded
   2024-01-04 12:32:46 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.52. Changes:

- New attribute isJson in parameters
- Fix for #804 subtypeName for discriminator mapping
- Osztos a feature/java interface discriminator helper
- Update dependencies
   2023-11-23 19:54:28 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.51. Changes:

- update auth values in openapi document
   2023-11-05 23:04:30 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.50. Changes:

- Update dependencies (#12254)
- Escape quotes in paths (#12257)
- Replace vars with defaults in server evaluation (#10565, #12259)
- Bump codegen v1 to 2.4.36 (#12263)
- Update swagger-generator docker image to 9.2 (#12253)
   2023-10-20 17:24:15 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.48.

From the changelog:

- Update dependencies
   2023-10-04 02:14:23 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
swagger-codegen: update to 3.0.47. From the changelog:

- Fix #12135 - Upgrading slf4j to latest