moving to java 1.6

Lists: pgsql-jdbc
From: Maya Nigrosh <mnigrosh(at)andrew(dot)cmu(dot)edu>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: moving to java 1.6
Date: 2006-06-19 17:40:10
Message-ID: Pine.LNX.4.61-042.0606191338370.13681@snapdragon.andrew.cmu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Is there any action being taken to expand the postgres jdbc to
build under the 1.6 jdk?

I'm interested in helping if there is.

--
Maya Nigrosh
Eddy Project/ISAM Group
Carnegie Mellon


From: Kris Jurka <books(at)ejurka(dot)com>
To: Maya Nigrosh <mnigrosh(at)andrew(dot)cmu(dot)edu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: moving to java 1.6
Date: 2006-06-19 18:22:09
Message-ID: Pine.BSO.4.63.0606191320250.1502@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

On Mon, 19 Jun 2006, Maya Nigrosh wrote:

> Is there any action being taken to expand the postgres jdbc to build under
> the 1.6 jdk?
>

I recently enabled a 1.6 build in the cvs tree. It only supports the core
driver, not xa or datasource stuff. Also all of the new methods are just
stubbed out so there's certainly more work to do and we're interested in
any help we can get.

Kris Jurka