You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* dev:
Updated change log
Restore max lifetime check to getConnection() rather than only in the housekeeper thread. An extremely active pool may never find an idle connection in the housekeeper alone.
Restore max lifetime check to getConnection() rather than only in the housekeeper thread. An extremely active pool may never find an idle connection in the housekeeper alone.
Fixed#51 fix logging string substitution parameter.
Switch back to setting our own context class loader during code generation.
Change visibility.
in HikariMBeanElf.java there is line:
LOGGER.error("No registered MBean for {0}.", configuration.getPoolName());
but slf4j doesn't work that way. it should just be {}.
the message i'm seeing in logs is:
No registered MBean for {0}.
The text was updated successfully, but these errors were encountered: