sttp
sttp copied to clipboard
Metrics caching rework
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