You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/05/11 12:42:47 UTC

[jmeter] branch master updated (b2c1f2c6d8 -> 5380e59d62)

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 b2c1f2c6d8 Use Caffeine for caching HTTP headers instead of commons-collections4 LRUMap (#5911)
     add 5380e59d62 feat: Use Caffeine for caching compiled scripts in JSR223 samplers instead of commons-collections4 LRUMap

No new revisions were added by this update.

Summary of changes:
 .../org/apache/jmeter/util/JSR223TestElement.java  | 122 +++++++++++++--------
 .../org/apache/jmeter/util/ScriptCacheKey.java     | 116 ++++++++++++++++++++
 xdocs/changes.xml                                  |   1 +
 3 files changed, 195 insertions(+), 44 deletions(-)
 create mode 100644 src/core/src/main/java/org/apache/jmeter/util/ScriptCacheKey.java