The following bug has been logged on the website:
Bug reference: 15957
Logged by: Prakash Prabhu Bantwal
Email address: prakashprabhu87@gmail.com
PostgreSQL version: Unsupported/Unknown
Operating system: linux
Description:
Hi,
Testing with version
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.5</version>
</dependency>
I am using postgres with hibernate and during the close() call from the Jdbc
template is called, the connectionClosed() from the event listner is not
being called. i see the listener is being invoked from
fireConnectionClosed() but this should also be invoked from close() method.