Bump jetty version in hdfs-fixture to 9.4.57.v20241219#17395
Bump jetty version in hdfs-fixture to 9.4.57.v20241219#17395reta merged 1 commit intoopensearch-project:mainfrom
Conversation
Signed-off-by: Owais <owaiskazi19@gmail.com>
|
❌ Gradle check result for 9895039: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 9895039: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❕ Gradle check result for 9895039: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17395 +/- ##
============================================
+ Coverage 72.38% 72.43% +0.05%
- Complexity 65516 65553 +37
============================================
Files 5291 5291
Lines 304319 304302 -17
Branches 44176 44174 -2
============================================
+ Hits 220269 220423 +154
+ Misses 65964 65862 -102
+ Partials 18086 18017 -69 ☔ View full report in Codecov by Sentry. |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-17395-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1b7c0552c3f43461b91a77ff6e937b6f27705a51
# Push it to GitHub
git push --set-upstream origin backport/backport-17395-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.xThen, create a pull request where the |
|
@owaiskazi19 could you please backport it to 2.x branch? (just in case) thank you |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.19
# Create a new branch
git switch --create backport/backport-17395-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1b7c0552c3f43461b91a77ff6e937b6f27705a51
# Push it to GitHub
git push --set-upstream origin backport/backport-17395-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19Then, create a pull request where the |
Description
Jetty version bump
Related Issues
Resolves https://nvd.nist.gov/vuln/detail/CVE-2024-8184
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.