[2.x] Rename package 'o.o.action.support.master' to 'o.o.action.support.clustermanager' (#3556)#3597
Merged
dblock merged 1 commit intoopensearch-project:2.xfrom Jun 16, 2022
Conversation
…stermanager' (opensearch-project#3556) * Rename package org.opensearch.action.support.master to org.opensearch.action.support.clustermanager Signed-off-by: Tianli Feng <ftianli@amazon.com> * Rename classes with master term in the package org.opensearch.action.support.master Signed-off-by: Tianli Feng <ftianli@amazon.com>
dblock
approved these changes
Jun 16, 2022
Contributor
Author
|
@dblock Thank you so much for reviewing! 👍👍 |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport PR #3556 / commit e767924 to
2.xbranch.org.opensearch.action.support.mastertoorg.opensearch.action.support.clustermanagermasterterm in the packageorg.opensearch.action.support.masterFor an easier review, the change of class definition in the above package is starting with the file
AcknowledgedRequest.java, you could search for it in the "Files changed" tab. The other changes are most of the references of the renamed classes.Issues Resolved
The first step of issue #3542
On 2.x branch, the next step is to backport the commit 223d472 / PR #3593
Check List
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.