mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
aa7cd4f5af
* [docs] Upgrade to Docusaurus 2 Due to formatting issues with Docusaurus 1 and code blocks, and upcoming 4.3 and 5.0 releases, this is an upgrade to have more control over formatting and other functionality. This adds behavior to have light/dark themes. As a consequence of upgrading, columnar format on ul element in generated generator docs had to be moved to css. This will not impact users viewing the markdown on GitHub because it didn't display the column format. This upgrade should improve syntax highlighting and performance. * Fix user page layout, choose theme with clear diff colors
1.7 KiB
1.7 KiB
id | title |
---|---|
fork-qna | Swagger Codegen Fork: Q&A |
This document aims to answer some questions about the fork for historical reference, where these questions don't fit into other documents related to the project itself.
Why was it decided to fork Swagger Codegen?
There are several reasons:
- The founding members felt that Swagger Codegen 3.0.0 was diverging too much from the philosophy of Swagger Codegen 2.x.
- The founding members were concerned that the maintenance overhead of two separate branches (2.x, 3.x) would result in issues similar to those felt in the Python community.
- The founding members wanted a more rapid release cycle (weekly patch release, monthly minor release) so users do not need to wait for several months to get a stable release.
- Having a community-driven version allows for innovation, reliability, and a roadmap owned by the community.
Are there any changes to the project license?
No, OpenAPI Generator is still using the Apache license (version 2).
I am currently using Swagger Codegen 2.x. How can I upgrade the generator to OpenAPI Generator?
OpenAPI Generator is based on Swagger Codegen 2.4.0-SNAPSHOT
version so the migration should be relatively straightforward. Refer to the migration guide for more information.
Who maintains this Q&A page?
This Q&A page is maintained by the core team members. It is not maintained by any single person, nor do these Q&As represent the views of any individual or person.