Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade beanshell library #15108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiangfu0
Copy link
Contributor

@xiangfu0 xiangfu0 commented Feb 21, 2025

@xiangfu0 xiangfu0 added the dependencies Pull requests that update a dependency file label Feb 21, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.42%. Comparing base (59551e4) to head (b5837f7).
Report is 1751 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #15108      +/-   ##
============================================
+ Coverage     61.75%   63.42%   +1.67%     
- Complexity      207     1483    +1276     
============================================
  Files          2436     2745     +309     
  Lines        133233   154311   +21078     
  Branches      20636    23807    +3171     
============================================
+ Hits          82274    97878   +15604     
- Misses        44911    49044    +4133     
- Partials       6048     7389    +1341     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 63.40% <ø> (+1.69%) ⬆️
java-21 63.31% <ø> (+1.69%) ⬆️
skip-bytebuffers-false 63.42% <ø> (+1.67%) ⬆️
skip-bytebuffers-true 63.29% <ø> (+35.56%) ⬆️
temurin 63.42% <ø> (+1.67%) ⬆️
unittests 63.42% <ø> (+1.67%) ⬆️
unittests1 56.03% <ø> (+9.14%) ⬆️
unittests2 33.96% <ø> (+6.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Comment on lines +2059 to +2064
<exclusions>
<exclusion>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
</exclusion>
</exclusions>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we added the explicit dependency, this shouldn't be required

Comment on lines +294 to +297
<dependency>
<groupId>org.apache-extras.beanshell</groupId>
<artifactId>bsh</artifactId>
</dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be required either

</exclusion>
</exclusions>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest adding a comment stating this is used in fmpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants