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

[Rename] Refactor o.e.watcher #399

Merged
merged 3 commits into from
Mar 18, 2021
Merged

[Rename] Refactor o.e.watcher #399

merged 3 commits into from
Mar 18, 2021

Conversation

setiah
Copy link
Contributor

@setiah setiah commented Mar 18, 2021

This commit refactors the o.e.watcher package to the o.opensearch namespace. All references throughout the codebase have also been refactored.

Signed-off-by: Himanshu Setia setiah@amazon.com

Himanshu Setia added 2 commits March 18, 2021 13:48
Signed-off-by: Himanshu Setia <setiah@amazon.com>
Signed-off-by: Himanshu Setia <setiah@amazon.com>
@odfe-release-bot
Copy link

✅   DCO Check Passed

Copy link
Collaborator

@nknize nknize left a comment

Choose a reason for hiding this comment

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

One small change needed otherwise LGTM!

* Other elasticsearch services can register their resource watchers with this service using {@link #add(ResourceWatcher)}
* method. This service will call {@link org.elasticsearch.watcher.ResourceWatcher#checkAndNotify()} method of all
* Other opensearch services can register their resource watchers with this service using {@link #add(ResourceWatcher)}
* method. This service will call {@link ResourceWatcher#checkAndNotify()} method of all
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
* method. This service will call {@link ResourceWatcher#checkAndNotify()} method of all
* method. This service will call {@link org.opensearch.watcher.ResourceWatcher#checkAndNotify()} method of all

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, added it back. I thought javadoc handles that automatically while publishing.

Adding FQCN for ResourceWatcher in javadoc

Signed-off-by: Himanshu Setia <setiah@amazon.com>
@odfe-release-bot
Copy link

✅   DCO Check Passed

@setiah setiah merged commit e161ea9 into opensearch-project:rename/opensearch Mar 18, 2021
nknize pushed a commit that referenced this pull request Mar 20, 2021
This commit refactors the o.e.watcher package.  References throughout the codebase are also refactored.

Signed-off-by: Himanshu Setia <setiah@amazon.com>
nknize pushed a commit that referenced this pull request Mar 22, 2021
This commit refactors the o.e.watcher package.  References throughout the codebase are also refactored.

Signed-off-by: Himanshu Setia <setiah@amazon.com>
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.

3 participants