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

Backport core String lib refactor fix PR and migrate all ImmutableMap with j.u.map #1045

Closed
wants to merge 2 commits into from

Conversation

b4sjoo
Copy link
Collaborator

@b4sjoo b4sjoo commented Jul 7, 2023

Description

This PR should fix refactor changes in this core backport PR opensearch-project/OpenSearch#8382, meanwhile we've migrated all ImmutableMap with java.util.HashMap and use Collections.unmodifableMap or use java.util.Map.of(... by @nknize 's recommendation in opensearch-project/OpenSearch#7309.

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • 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.

@b4sjoo
Copy link
Collaborator Author

b4sjoo commented Jul 7, 2023

Hi @nknize I kindly want you to help review this PR to see if any migration is inappropriate.

@b4sjoo
Copy link
Collaborator Author

b4sjoo commented Jul 7, 2023

Please notice that integ test fail at this moment because container is not updated. We can wait until all tests are passed.

Signed-off-by: Sicheng Song <[email protected]>
@b4sjoo
Copy link
Collaborator Author

b4sjoo commented Jul 7, 2023

All tests passed, build success.

@b4sjoo
Copy link
Collaborator Author

b4sjoo commented Jul 7, 2023

@nknize We think a better idea is to use a separate PR to do the migration so that you can review it whenever you are free. Close it.

@b4sjoo b4sjoo closed this Jul 7, 2023
@b4sjoo b4sjoo reopened this Jul 7, 2023
@b4sjoo b4sjoo closed this Jul 7, 2023
@b4sjoo b4sjoo deleted the 2.x_refactor branch July 12, 2023 03:56
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.

1 participant