Java 6 support for org.postgresql.ds.PGPoolingDataSource - Mailing list pgsql-jdbc

From Don Pannese
Subject Java 6 support for org.postgresql.ds.PGPoolingDataSource
Date
Msg-id 4D84DF7D1051B74388F9D2DE6890A18A06EBE4EC@USSCCEVS101.corp.hds.com
Whole thread Raw
Responses Re: Java 6 support for org.postgresql.ds.PGPoolingDataSource  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc

Hello all,

 

I am attempting to upgrade from Java 5 to Java 6. When I tried this I found that the org.postgresql.ds.PGPoolingDataSource class is broken because it implements javax.sql.DataSource which in Java 6 now extends (which it does not in Java 5) the java.sql.ComonDataSource and java.sql.Wrapper interfaces (which I find totally ridiculous that Java would break backward compatibility like this). Anyway, my question is: Is there a postgresql jdbc driver that supports Java 6 or do we just have to implement the new interfaces ourselves in the jdbc code and then recompile? I searched the site and could not find anything about Java 6 support.

 

Thanks,

-Don

 

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: GSSAPI support [was: Re: New drivers released]
Next
From: Kris Jurka
Date:
Subject: md5sum of drivers [was Re: PostgreSQL JDBC drivers]