-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature/extensions] Handles version conflicts for AD Extension #4539
[Feature/extensions] Handles version conflicts for AD Extension #4539
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
ae083f6
to
76065e2
Compare
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## feature/extensions #4539 +/- ##
========================================================
+ Coverage 70.60% 70.62% +0.02%
- Complexity 57409 57431 +22
========================================================
Files 4641 4641
Lines 276257 276271 +14
Branches 40386 40389 +3
========================================================
+ Hits 195045 195115 +70
+ Misses 64905 64871 -34
+ Partials 16307 16285 -22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
@owaiskazi19 I think we should bring |
|
Changes are merged to main. We can rebase to get it on |
Signed-off-by: Owais Kazi owaiskazi19@gmail.com
Description
jackson 2.13.3
brings a transitive dependency ofsnakeyml:1.30
which has a CVE and also conflict with other dependencies for AD exetensionCompanion PR on AD: opensearch-project/anomaly-detection#672
SDK: opensearch-project/opensearch-sdk-java#145
Issues Resolved
[List any issues this PR will resolve]
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.