This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


    from eedabdd6c0 feat: use ServiceLoader to find implementations instead of 
searching classes in jars (#5885)
     new d0bdbafd7b fix: disable FunctionProperty caching
     new 41981f0aa4 fix: avoid calling getScript and getFilename two times in 
BeanShellSampler, and JSR223TestSampler

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/jmeter.properties                              |  7 +++
 .../testelement/property/FunctionProperty.java     | 19 +++++++-
 .../apache/jmeter/util/BeanShellTestElement.java   | 33 +++++++++++--
 .../org/apache/jmeter/util/JSR223TestElement.java  | 21 ++++----
 src/protocol/java/build.gradle.kts                 |  6 +++
 .../protocol/java/sampler/BeanShellSampler.java    | 10 +---
 .../protocol/java/sampler/BeanShellSamplerTest.kt  | 57 ++++++++++++++++++++++
 xdocs/changes.xml                                  |  4 ++
 xdocs/usermanual/properties_reference.xml          |  9 ++++
 9 files changed, 143 insertions(+), 23 deletions(-)
 create mode 100644 
src/protocol/java/src/test/kotlin/org/apache/jmeter/protocol/java/sampler/BeanShellSamplerTest.kt

Reply via email to