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

[Extensions] Adds supports to read extension dependencies #6137

Conversation

saratvemulapalli
Copy link
Member

@saratvemulapalli saratvemulapalli commented Feb 1, 2023

Description

Extensions can depend on other extensions, but the configuration defined by user for an extension dependency is not read by ExtensionsManager.
This PR adds support to read extension dependencies.

Issues Resolved

Closes #6115 and #5936

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
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
@saratvemulapalli saratvemulapalli added skip-changelog extensions backport PRs or issues specific to backporting features or enhancments backport 2.x Backport to 2.x branch and removed backport PRs or issues specific to backporting features or enhancments labels Feb 1, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2023

Gradle Check (Jenkins) Run Completed with:

@saratvemulapalli saratvemulapalli merged commit 2f9a475 into opensearch-project:main Feb 3, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 3, 2023
* Adds supports to read extension dependencies

Signed-off-by: Sarat Vemulapalli <[email protected]>
(cherry picked from commit 2f9a475)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
kotwanikunal pushed a commit that referenced this pull request Feb 3, 2023
* Adds supports to read extension dependencies

Signed-off-by: Sarat Vemulapalli <[email protected]>
(cherry picked from commit 2f9a475)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
saratvemulapalli pushed a commit that referenced this pull request Feb 3, 2023
)

* Adds supports to read extension dependencies


(cherry picked from commit 2f9a475)

Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Extensions dependencies are not read from configuration
3 participants