https://bz.apache.org/bugzilla/show_bug.cgi?id=59569
--- Comment #2 from Toby Nilsen <[email protected]> --- I ran into the same issue. In my case it was causing issues with the AWS Advanced JDBC driver for Postgres. In Jdbi, a plugin for Postgres expects to find PGConnect when unwrapping ProxyConnection, but becase the AWS jdbc driver injects itself between the ProxyConnection and PGConnect, it is not found when calling unwrap. I see this bug was reported a while ago now. Do you know if this repo is being actively maintained? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
