Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-support-plugin
Commit: fc82a38fcb9f7b0a9b7b3e8ac5b932e36eac7863
https://github.com/jenkinsci/workflow-support-plugin/commit/fc82a38fcb9f7b0a9b7b3e8ac5b932e36eac7863
Author: Vincent Latombe <[email protected]>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M pom.xml
M
src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java
Log Message:
-----------
Replace Guava cache with Caffeine (#132)
* Use weak keys/values for FlowNode cache
* Replace guava cache with Caffeine
* Use weak keys and values instead of soft values which are causing
unpredictibles GC pauses.
* Remove explicit version; rely on BOM
* Switch back to soft values
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/workflow-support-plugin/push/refs/heads/master/bd7c3d-fc82a3%40github.com.