-
Notifications
You must be signed in to change notification settings - Fork 282
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
Remove jackson-databind and jackson-annotations dependency now coming from core #2325
Remove jackson-databind and jackson-annotations dependency now coming from core #2325
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
CI won't pass until new artifacts are available for core. The distribution build for 3.0.0 has not succeeded since November 15. |
Can you create an issue on this? |
….apache.kafka:kafka-storage Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2325 +/- ##
============================================
- Coverage 61.09% 61.03% -0.06%
+ Complexity 3271 3267 -4
============================================
Files 260 260
Lines 18363 18369 +6
Branches 3250 3251 +1
============================================
- Hits 11219 11212 -7
- Misses 5559 5566 +7
- Partials 1585 1591 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Craig Perkins <[email protected]>
… from core (#2325) * Remove jackson-databind dependency now coming from core Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit ff798dd)
… from core (#2325) (#2343) * Remove jackson-databind dependency now coming from core Signed-off-by: Craig Perkins <[email protected]>
… from core (opensearch-project#2325) (opensearch-project#2343) * Remove jackson-databind dependency now coming from core Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins [email protected]
Description
jackson-databind and jackson-annotations were added as api dependencies in
server
of opensearch core. The security plugin now gets these dependencies transitively and does not need direct dependencies on the jars.PR in core where the dependencies are added: opensearch-project/OpenSearch#5366
Maintenance
Issues Resolved
#2324
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.