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
Hello,
I'm currently setting up an automated documentation for OpenAPI, but on Windows 10 the plugin exports the schema files with a different encoding than UTF8. (System Default)
Looking up the code the generated documentation will be transformed to an byte array without usage of encoding.
Hi Phillip,
currently I don't have the time to do so. I also didn't find any information about contributing. Would be nice, if you can add a code of conduct and contribution.md file für information.
I will try to find some time next week.
Hello,
I'm currently setting up an automated documentation for OpenAPI, but on Windows 10 the plugin exports the schema files with a different encoding than UTF8. (System Default)
Looking up the code the generated documentation will be transformed to an byte array without usage of encoding.
smallrye-open-api/tools/maven-plugin/src/main/java/io/smallrye/openapi/mavenplugin/GenerateSchemaMojo.java
Lines 431 to 433 in 0af0bec
So please allow to configure encoding or use utf-8 encoding as default.
Thanks,
Bernd Schmidt
The text was updated successfully, but these errors were encountered: