-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
base: master
Are you sure you want to change the base?
Upgrade beanshell library #15108
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
<exclusions> | ||
<exclusion> | ||
<groupId>org.beanshell</groupId> | ||
<artifactId>bsh</artifactId> | ||
</exclusion> | ||
</exclusions> |
There was a problem hiding this comment.
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
<dependency> | ||
<groupId>org.apache-extras.beanshell</groupId> | ||
<artifactId>bsh</artifactId> | ||
</dependency> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
Upgrade beanshell package from org.beanshell:bsh:2.0b4 to org.apache-extras.beanshell:bsh:2.0b6