Skip to content
New issue

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

[kie-issues#754] Use UTF-8 on important places during Quarkus build #3323

Merged
merged 2 commits into from
Dec 13, 2023

Conversation

baldimir
Copy link
Contributor

@baldimir baldimir commented Dec 11, 2023

Fixes apache/incubator-kie-issues#754

Dependant Drools PR

Uses UTF-8 on important places during the Quarkus build. I suggest we should do a broader encoding review during next year. There are more places, like e.g. calling String.getBytes() without encoding and similar on many places. Unfortunately this is very hard to test, as the behaviour I was fixing only happens on an environment that doesn't use UTF-8, so there are no new test cases added. If you know about some option how to add such tests, please let me know and I will add them.

Copy link
Contributor

@gitgabrio gitgabrio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@baldimir baldimir merged commit 7065d9f into apache:main Dec 13, 2023
5 of 6 checks passed
fjtirado pushed a commit to fjtirado/kogito-runtimes that referenced this pull request Jan 10, 2024
rgdoliveira pushed a commit to rgdoliveira/kogito-runtimes that referenced this pull request Jan 17, 2024
@baldimir baldimir deleted the fix-encoding-code-generation-reduced branch April 11, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix problems on Japanese encoded envornments during Kogito DRL Quarkus build
3 participants