Re: Adding JDK1.5 removing 1.1 support. - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Adding JDK1.5 removing 1.1 support.
Date
Msg-id 40F798E4.6050703@opencloud.com
Whole thread Raw
In response to Re: Adding JDK1.5 removing 1.1 support.  (Kris Jurka <books@ejurka.com>)
Responses Re: Adding JDK1.5 removing 1.1 support.
List pgsql-jdbc
Kris Jurka wrote:

> I've done this for the core driver, but I'm kind of stuck on how to get
> this to work for the various DataSource implementations.  These don't
> have the same multi-version architecture and users are required to
> know what JDK they are dealing with in their configuration.

I have to admit I haven't looked too hard at this area, but I don't
understand why we need versioned implementations of DataSource at all.
Don't they all end up delegating to the Driver to create the connection
anyway? I couldn't see anything in the JDBC3 implementations that seems
JDBC3-specific..

We currently use the jdbc2.optional datasource implementations under a
1.4 JDK, for historical reasons more than anything. But it appears to
work fine.

-O

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Adding JDK1.5 removing 1.1 support.
Next
From: Kris Jurka
Date:
Subject: Re: Adding JDK1.5 removing 1.1 support.