From a265e0ce16feab288e3cf1c3f97aaad950b99c2e Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 7 Mar 2018 01:26:21 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 8b7a1fb0..c50bd2b0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,14 @@ HikariCP Changes +Changes in 2.7.8 + + * fixed 1095 fix breakage caused by sealed configuration with respect to special handling for the + metricsRegistry and metricsTrackerFactory properties, which are allowed to be altered *once* + after the pool has started (even after the configuration is sealed). + + * pull 1089 allowing anonymous subclasses of MetricRegistry. Changed checks for metrics libraries + from a class name check to the assignableFrom() API. + Changes in 2.7.7 * fixed issue whereby configuration through the HikariConfigMXBean could not be altered due