Try-with-Resources Not Closing Database Connections for One Select Query #hikari
Facing an issue with try-with-resources as it is not closing the database connections automatically particularly for one select query while same is working for other queries of the same class within a java application.We are using hikari connection pool. Please suggest what could be the issue here.