You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/05/11 07:17:28 UTC

[GitHub] [jmeter] vlsi opened a new pull request, #5910: feat: Use Caffeine for caching customizers in TestBeanGUI instead of commons-collections4 LRUMap

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

   ## Motivation and Context
   
   Caffeine is a much more robust caching solution, so it makes sense to use it instead of the older `LRUMap`.
   


-- 
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-unsubscribe@jmeter.apache.org

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


[GitHub] [jmeter] vlsi merged pull request #5910: feat: Use Caffeine for caching customizers in TestBeanGUI instead of commons-collections4 LRUMap

Posted by "vlsi (via GitHub)" <gi...@apache.org>.
vlsi merged PR #5910:
URL: https://github.com/apache/jmeter/pull/5910


-- 
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-unsubscribe@jmeter.apache.org

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