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

Correct class definitions in deprecated package org.opensearch.actionsupport.master #3661

Closed

Conversation

tlfeng
Copy link
Collaborator

@tlfeng tlfeng commented Jun 23, 2022

Description

Correct the class definitions in the deprecated package org.opensearch.actionsupport.master
For reference, the original package before deprecation is: https://github.com/opensearch-project/OpenSearch/tree/2.0.1/server/src/main/java/org/opensearch/action/support/master
The package is deprecated in the PR #3593 / commit 223d472

  • Use classes in the same package for inheritance (after extends) to keep original behavior
  • Correct the class name in the Javadoc replaced by {@link #...}

Issues Resolved

Related to issue #3542

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.

@tlfeng tlfeng requested review from a team and reta as code owners June 23, 2022 04:40
@tlfeng tlfeng added v2.1.0 Issues and PRs related to version 2.1.0 v3.0.0 Issues and PRs related to version 3.0.0 backport 2.x Backport to 2.x branch labels Jun 23, 2022
@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 3e32ffa
Log 6244

Reports 6244

@tlfeng tlfeng closed this Jun 23, 2022
@tlfeng tlfeng deleted the fix-compat-master-package branch June 27, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch v2.1.0 Issues and PRs related to version 2.1.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants