Re: Re: BUG #9611: Current jdbc driver doesn't support any classes in Java 8 java.time - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: Re: BUG #9611: Current jdbc driver doesn't support any classes in Java 8 java.time
Date
Msg-id 5336C4DE.1030008@2ndquadrant.com
Whole thread Raw
In response to Re: BUG #9611: Current jdbc driver doesn't support any classes in Java 8 java.time  (David Johnston <polobo@yahoo.com>)
List pgsql-bugs
On 03/18/2014 12:03 PM, David Johnston wrote:
> 2. Coding a Java 8 driver would seem to require de-supporting any prior
> versions...

No, it doesn't.

We already have support for building JDBC3 drivers against JDK5, and
JDBC4 against JDK6, as well as 4.1 against JDK7.

Adding JDK8 only method overloads, etc, would not be a significant
issue. However, I'd want to do that as part of a JDBC spec revision, so
that PgJDBC behaves consistently with other JDBC drivers on JDK8.

Have you, Vernon, done any checking to see whether JDK8 incorporates the
features you want in a JDBC spec update?

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-bugs by date:

Previous
From: Mike Blackwell
Date:
Subject: Re: BUG #9518: temporary login failure - "missing pg_hba entry"
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #9757: Why reclaim index deleted pages need twice vacuum