Skip to content

Bump commons-beanutils to 1.11.0#18775

Merged
cwperks merged 1 commit intoopensearch-project:mainfrom
andrross:update-beanutils
Jul 17, 2025
Merged

Bump commons-beanutils to 1.11.0#18775
cwperks merged 1 commit intoopensearch-project:mainfrom
andrross:update-beanutils

Conversation

@andrross
Copy link
Copy Markdown
Member

Resolves #18401

Check List

  • Functionality includes testing.

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: Andrew Ross <andrross@amazon.com>
@andrross andrross requested review from a team, cwperks and peternied as code owners July 16, 2025 22:56
@github-actions github-actions bot added bug Something isn't working Plugins labels Jul 16, 2025
@andrross andrross added backport 2.19 and removed bug Something isn't working Plugins labels Jul 16, 2025
@github-actions github-actions bot added bug Something isn't working Plugins labels Jul 16, 2025
@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for 6b578b2: SUCCESS

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.77%. Comparing base (52b102e) to head (6b578b2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #18775      +/-   ##
============================================
- Coverage     72.80%   72.77%   -0.04%     
+ Complexity    68518    68509       -9     
============================================
  Files          5566     5566              
  Lines        314669   314669              
  Branches      45652    45652              
============================================
- Hits         229104   228995     -109     
- Misses        67002    67125     +123     
+ Partials      18563    18549      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cwperks cwperks merged commit 548e467 into opensearch-project:main Jul 17, 2025
40 checks passed
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 2.19 failed:

The process '/usr/bin/git' failed with exit code 128

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-18775-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 548e46791a0aa65067e13a6a8063e32252138f12
# Push it to GitHub
git push --set-upstream origin backport/backport-18775-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19

Then, create a pull request where the base branch is 2.19 and the compare/head branch is backport/backport-18775-to-2.19.

andrross added a commit to andrross/OpenSearch that referenced this pull request Jul 17, 2025
Signed-off-by: Andrew Ross <andrross@amazon.com>
(cherry picked from commit 548e467)
andrross added a commit that referenced this pull request Jul 17, 2025
(cherry picked from commit 548e467)

Signed-off-by: Andrew Ross <andrross@amazon.com>
pranikum pushed a commit to pranikum/OpenSearch that referenced this pull request Jul 21, 2025
Signed-off-by: Andrew Ross <andrross@amazon.com>
tandonks pushed a commit to tandonks/OpenSearch that referenced this pull request Aug 5, 2025
Signed-off-by: Andrew Ross <andrross@amazon.com>
@andrross andrross deleted the update-beanutils branch August 5, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] CVE-2025-48734 in commons-beanutils-1.9.4 impacting OS 3.0.0 image

2 participants