Skip to content

[Backport 2.x] Added jackson dependency to server#5517

Merged
dblock merged 1 commit into2.xfrom
backport/backport-5366-to-2.x
Dec 12, 2022
Merged

[Backport 2.x] Added jackson dependency to server#5517
dblock merged 1 commit into2.xfrom
backport/backport-5366-to-2.x

Conversation

@ryanbogan
Copy link
Copy Markdown
Member

Signed-off-by: Ryan Bogan rbogan@amazon.com

Description

In order for extensions to be read, the jackson dependency must be included in the server build.gradle file. This PR adds the license, notice, and SHA files necessary to accomplish this.
Note: Although the jackson files for plugins and modules are being deleted with this PR, they still have access under server and no functionality will be changed for them.

Backport of #5366

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: Ryan Bogan <rbogan@amazon.com>
@ryanbogan ryanbogan changed the title Added jackson dependency to server [Backport 2.x] Added jackson dependency to server Dec 11, 2022
@github-actions
Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #5517 (3268302) into 2.x (31f895e) will decrease coverage by 0.12%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                2.x    #5517      +/-   ##
============================================
- Coverage     70.72%   70.59%   -0.13%     
- Complexity    58377    58391      +14     
============================================
  Files          4701     4701              
  Lines        279161   279161              
  Branches      40765    40765              
============================================
- Hits         197424   197087     -337     
- Misses        65251    65705     +454     
+ Partials      16486    16369     -117     
Impacted Files Coverage Δ
...java/org/opensearch/client/indices/DataStream.java 0.00% <0.00%> (-76.09%) ⬇️
...adonly/AddIndexBlockClusterStateUpdateRequest.java 0.00% <0.00%> (-75.00%) ⬇️
.../opensearch/client/indices/CloseIndexResponse.java 17.50% <0.00%> (-73.75%) ⬇️
.../java/org/opensearch/node/NodeClosedException.java 50.00% <0.00%> (-50.00%) ⬇️
.../java/org/opensearch/search/dfs/AggregatedDfs.java 51.61% <0.00%> (-45.17%) ⬇️
...search/aggregations/pipeline/HoltWintersModel.java 21.47% <0.00%> (-44.30%) ⬇️
...readonly/TransportVerifyShardIndexBlockAction.java 9.75% <0.00%> (-41.47%) ⬇️
...indices/readonly/TransportAddIndexBlockAction.java 20.68% <0.00%> (-37.94%) ⬇️
...opensearch/index/reindex/BulkByScrollResponse.java 48.38% <0.00%> (-37.91%) ⬇️
...ava/org/opensearch/search/dfs/DfsSearchResult.java 43.26% <0.00%> (-35.58%) ⬇️
... and 485 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dblock dblock merged commit e8f21bf into 2.x Dec 12, 2022
@github-actions github-actions bot deleted the backport/backport-5366-to-2.x branch December 12, 2022 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants