Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture#19763
Merged
cwperks merged 4 commits intoopensearch-project:mainfrom Oct 27, 2025
Merged
Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture#19763cwperks merged 4 commits intoopensearch-project:mainfrom
cwperks merged 4 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
65 tasks
Contributor
|
❌ Gradle check result for 16c994a: 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? |
Signed-off-by: Craig Perkins <[email protected]>
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19763 +/- ##
============================================
- Coverage 73.10% 73.09% -0.02%
+ Complexity 70959 70922 -37
============================================
Files 5737 5737
Lines 324766 324774 +8
Branches 46981 46982 +1
============================================
- Hits 237425 237387 -38
- Misses 68226 68265 +39
- Partials 19115 19122 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
andrross
approved these changes
Oct 27, 2025
Signed-off-by: Craig Perkins <[email protected]>
Contributor
|
❕ Gradle check result for d632a52: 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. |
anandpatel9998
pushed a commit
to anandpatel9998/OpenSearch
that referenced
this pull request
Nov 3, 2025
opensearch-project#19763) * Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture Signed-off-by: Craig Perkins <[email protected]> * Add CHANGELOG entry Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
liuguoqingfz
pushed a commit
to liuguoqingfz/OpenSearch
that referenced
this pull request
Dec 15, 2025
opensearch-project#19763) * Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture Signed-off-by: Craig Perkins <[email protected]> * Add CHANGELOG entry Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture
This is to address CVEs flagged in 1.5.18. See https://mvnrepository.com/artifact/ch.qos.logback/logback-core
I also took the opportunity to replace instances of AccessController in this module to remove the removal warnings. Let me know if those should be taken out of this PR.
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.