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

Replace non unicode with ASCII character #49

Merged
merged 1 commit into from
Oct 15, 2021

Conversation

VijayanB
Copy link
Member

@VijayanB VijayanB commented Oct 15, 2021

Signed-off-by: Vijayan Balasubramanian balasvij@amazon.com

Description

Replace unmappable character (0xE2) for encoding US-ASCII. This was causing issue in infra vm
while building javadoc.

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
@VijayanB VijayanB self-assigned this Oct 15, 2021
@VijayanB VijayanB changed the title Replace with unicode UTF8 character Replace non unicode with ASCII character Oct 15, 2021
Copy link
Member

@jmazanec15 jmazanec15 left a comment

Choose a reason for hiding this comment

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

LGTM

@peternied
Copy link
Member

@VijayanB The root cause of this problem seems to be that the javadoc character encoding is sometimes set to ASCII, if you look in OpenSearch its explicitly set to UTF-8. Can we make a similar change in this libraries build.gradle?

If we want to enforce the ASCII character set, then I'd recommend changing the approval steps in this repo to block PRs that contain non-ASCII characters

@VijayanB
Copy link
Member Author

@peternied Thanks for feedback. I created an issue here #50

We will update unicode setting like OpenSearch, shall we merge this to unblock 1.0.0 maven release since it prevents jenkins to publish to maven local?

Copy link
Member

@vamshin vamshin left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks

@VijayanB VijayanB merged commit 5155170 into opensearch-project:main Oct 15, 2021
imRishN pushed a commit to imRishN/opensearch-java that referenced this pull request Jan 25, 2022
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.

4 participants