-
Notifications
You must be signed in to change notification settings - Fork 275
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
Use updated method to lookup extension by unique id #2741
Use updated method to lookup extension by unique id #2741
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Strange to see the CI failures, the new build artifacts have been pushed to maven? |
Not yet for 3.0.0-SNAPSHOT, there hasn't been a successful build since the PR in core was merged. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #2741 +/- ##
============================================
- Coverage 61.61% 61.36% -0.26%
- Complexity 3409 3412 +3
============================================
Files 272 272
Lines 18751 18850 +99
Branches 3288 3296 +8
============================================
+ Hits 11554 11567 +13
- Misses 5599 5684 +85
- Partials 1598 1599 +1
|
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 9a271ec)
…ct#2741) Signed-off-by: Craig Perkins <[email protected]>
…ct#2741) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Maciej Mierzwa <[email protected]>
…ct#2741) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Maciej Mierzwa <[email protected]>
…ct#2741) Signed-off-by: Craig Perkins <[email protected]>
…ct#2741) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Sam <[email protected]>
Description
Change method to lookup extension based on unique id after change to access modifiers in ExtensionsManager: opensearch-project/OpenSearch#7374
Maintenance
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.