sttp icon indicating copy to clipboard operation
sttp copied to clipboard

Metrics caching rework

Open Pask423 opened this issue 1 year ago • 0 comments

We should remove the .synchronized for caching metrics, as it shouldn't be used in Java21+, and replace it with some kind of a concurrent data structure (or improve the cache in general)

Slightly more details in https://github.com/softwaremill/sttp/pull/2145

Pask423 avatar Apr 25 '24 08:04 Pask423