Alioth4J opened a new pull request, #6441:
URL: https://github.com/apache/jmeter/pull/6441

   ## Description
   <!--- Provide a general summary of your changes in the Title above -->
   <!--- Describe your changes in detail here -->
   - add `bsh` dependency to `build.gradle.kts (:src:core)`
   - remove reflection-related code
   - create `bshInstance` directly and invoke its methods directly
   - remove redundant exception handling
   
   ## Motivation and Context
   <!--- Why is this change required? What problem does it solve? -->
   Closes #5884  
   
   ## How Has This Been Tested?
   <!--- Please describe in detail how you tested your changes. -->
   <!--- Include details of your testing environment, tests ran to see how -->
   <!--- your change affects other areas of the code, etc. -->
   Run `./gradlew test`  
   
   OS: Linux-x64
   JDK: OpenJDK 21.0.6
   
   ## Screenshots (if appropriate):
   `./gradlew test`:  
   
![test](https://github.com/user-attachments/assets/6cae20e2-7daf-4d57-a2ad-a9f7eb9fcfe3)
   
   `./gradlew build`:  
   
![build](https://github.com/user-attachments/assets/7a3618b7-90ae-482a-87fe-0feabe8030b7)
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate 
-->
   Refactoring
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [x] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to