Kevin Wooten

Results 226 comments of Kevin Wooten
trafficstars

@brettwooldridge I committed changes to the Procs. It's now an instance that uses the Driver's class loader to build a list of ProcProviders using the Service mechanism. This appears to...

@JajaComp Can you make a simple reproducing project?

Apologies for the delayed response... Can you run this with protocol tracing enabled, maybe directed to a file, to see if it's that the listener is not getting called or...

Also, I'm happy to help but a small project that reproduces the issue would go a long way to getting this worked out.

The listening statement does not need to remain open. I modified the unit test to show that it works... ```java @Test public void testSimpleNotification() throws Exception { try (PGConnection conn...

If it was being closed due to a timeout or some network issue, you would get a `PNotificationListener.closed()` call.

At that point you can establish a new connection or whatever you need to do.

The driver is JDBC compliant so I imagine you need to just change the maven/gradle dependency and use the correct URL (see [here](http://impossibl.github.io/pgjdbc-ng/docs/current/user-guide/#connection-urls))

Not the I know of. I tried generating a spring boot application and added JDBC & PostgreSQL support... it doesn't have any code using the driver though. If you find...

@mickaeltr That'd be great. If I have something using the mainline driver I can switch it and work through any issues, then update docs.