Hibernate throws "Cannot do an operation on a closed statement" on MariaDB

Thanks again for your help.

It seems like I can control the idle timeout with hikari without changing the driver_class,

by adding: configuration.setProperty(“hibernate.hikari.idleTimeout”, “86400000”) to my code.

I’m I right??