We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The openapi-generator has default basePath defined here:
openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/utils/URLPathUtils.java
Line 40 in c51f333
but the swagger-codegen has https://localhost - the schema is different:
https://localhost
https://github.com/swagger-api/swagger-codegen/blob/c4c5c062cd25db43cd0aa93882560f278e6cd4f7/modules/swagger-codegen/src/main/java/io/swagger/codegen/DefaultGenerator.java#L103
Use default https://localhost as swagger-codegen - or update the migration guide.
The text was updated successfully, but these errors were encountered:
@tomplus thanks for reporting this. I'll update the migration guide accordingly.
Sorry, something went wrong.
Closed via #1957
No branches or pull requests
Description
The openapi-generator has default basePath defined here:
openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/utils/URLPathUtils.java
Line 40 in c51f333
but the swagger-codegen has
https://localhost
- the schema is different:https://github.com/swagger-api/swagger-codegen/blob/c4c5c062cd25db43cd0aa93882560f278e6cd4f7/modules/swagger-codegen/src/main/java/io/swagger/codegen/DefaultGenerator.java#L103
Suggest a fix
Use default
https://localhost
as swagger-codegen - or update the migration guide.The text was updated successfully, but these errors were encountered: