New
Util 22.12.0
22.12.0
New Features
- util-core: Introduce Future.fromCompletableFuture
PHAB_ID=D940686 - util-core: Introduce Time.fromInstant e9d1bc9e
- util-core: Introduce TimeFormatter, a replacement for TimeFormat. TimeFormatter uses the modern java.time.format.DateTimeFormatter API instead of the java.text.SimpleDateFormat with the main advantage being that it doesn't require synchronization on either formatting or parsing, and is thus more performant and causes no contention. e9d1bc9e
- util-stats: MetricBuilder now has API to configure a format in which histograms are exported. Use .withHistogramFormat to access it.