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

A documentation issue, used CONTRIBUTING.md instead of DEVELOPER_GUIDE.md #13985

Closed

Conversation

akolarkunnu
Copy link
Contributor

Description:
Just replaced CONTRIBUTING.md to DEVELOPER_GUIDE.md in that particular file.

Resolves #13984

Signed-off-by: Abdul Muneer Kolarkunnu muneer.kolarkunnu@netapp.com

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.

akolarkunnu added 3 commits June 3, 2024 18:38
Description:
From JDK21 onwards a new warning has started to come, "WARNING: COMPAT locale provider will be removed in a future release". So, we have to avoid usage of COMPAT provider.
We were setting exlpicitly to COMPAT locale provider in couple of places, this change is to convert COMPAT to CLDR locale provider.
After this change, couple of tests started to fail becasue some locale data has minor changes in CLDR compared to COMPAT.
For example, day and month short names of GERMAN "de" locale are different in CLDR and COMPAT, just need to add a . in the end for CLDR.

Resolves opensearch-project#11550
Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com>
Description:
From JDK21 onwards a new warning has started to come, "WARNING: COMPAT locale provider will be removed in a future release". So, we have to avoid usage of COMPAT provider.
We were setting exlpicitly to COMPAT locale provider in couple of places, this change is to convert COMPAT to CLDR locale provider.
After this change, couple of tests started to fail becasue some locale data has minor changes in CLDR compared to COMPAT.
For example, day and month short names of GERMAN "de" locale are different in CLDR and COMPAT, just need to add a . in the end for CLDR.

Resolves opensearch-project#11550
Signed-off-by: Abdul Muneer Kolarkunnu muneer.kolarkunnu@netapp.com
…E.md

Description:
t replaced CONTRIBUTING.md to DEVELOPER_GUIDE.md

Resolves opensearch-project#13984
Signed-off-by: Abdul Muneer Kolarkunnu muneer.kolarkunnu@netapp.com
Copy link
Contributor

github-actions bot commented Jun 5, 2024

❌ Gradle check result for 31fc9fc: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Other
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] A documentation issue, used CONTRIBUTING.md instead of DEVELOPER_GUIDE.md
1 participant