You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running plantuml generation we are getting a lot of these 2 warnings:
[main] WARN o.o.codegen.DefaultCodegen - escapeQuotationMark should be overridden in the code generator with proper logic to escape single/double quote [main] WARN o.o.codegen.DefaultCodegen - escapeUnsafeCharacters should be overridden in the code generator with proper logic to escape unsafe characters
Bug Report Checklist
Description
When running plantuml generation we are getting a lot of these 2 warnings:
[main] WARN o.o.codegen.DefaultCodegen - escapeQuotationMark should be overridden in the code generator with proper logic to escape single/double quote
[main] WARN o.o.codegen.DefaultCodegen - escapeUnsafeCharacters should be overridden in the code generator with proper logic to escape unsafe characters
openapi-generator version
5.0.0-beta
OpenAPI declaration file content or url
petstore.yaml can be used to repeat this problem.
Command line used for generation
Steps to reproduce
Related issues/PRs
N/A
Suggest a fix
Provide overrides for escapeQuotationMark and escapeUnsafeCharacters.
The text was updated successfully, but these errors were encountered: