Fix Jackson exception handling due to 3.x release line migration#4784
Fix Jackson exception handling due to 3.x release line migration#4784dhrubo-os merged 1 commit intoopensearch-project:mainfrom
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 77df780.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
PR Reviewer Guide 🔍(Review updated until commit 870a012)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 870a012
Previous suggestionsSuggestions up to commit dc20767
|
|
@rithinpullela could you please take a look at this pull request, it fixes tests and addresses recent changes in Jackson dependencies for |
rithinpullela
left a comment
There was a problem hiding this comment.
Thanks for the PR @reta !
Signed-off-by: Andriy Redko <drreta@gmail.com>
|
Persistent review updated to latest commit 870a012 |
Thanks @rithinpullela could you please reapprove check runs (fixed tests) whenever you have time, thank you |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4784 +/- ##
=========================================
Coverage 77.41% 77.41%
+ Complexity 11900 11899 -1
=========================================
Files 963 963
Lines 53310 53310
Branches 6500 6500
=========================================
+ Hits 41268 41271 +3
- Misses 9287 9291 +4
+ Partials 2755 2748 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Regarding failing Windows build, the distribution publishing jobs fails to build Windows archives for quite some time [1], so the quite old build is picked up and it does not cut :( [1] https://build.ci.opensearch.org/job/distribution-build-opensearch/11842 |
What is the path forward in this case? |
Thanks @dhrubo-os, I see 2 options:
|
Description
Fix Jackson exception handling due to 3.x release line migration
Related Issues
Temporary fix exception handling while working on #4783
Check List
--signoff.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.