Re: Patch: Add support for building with JDK 8 - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Patch: Add support for building with JDK 8
Date
Msg-id CADK3HHL+1Ra01s9_eVnHahCkSN5yOXh7gWNR8N4y=qExLYKJoQ@mail.gmail.com
Whole thread Raw
In response to Patch: Add support for building with JDK 8  (Mikko Tiihonen <mikko.tiihonen@nitorcreations.com>)
List pgsql-jdbc
Applied, thanks!

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Tue, May 1, 2012 at 4:56 PM, Mikko Tiihonen
<mikko.tiihonen@nitorcreations.com> wrote:
> The attached patch adds support for compiling with JDK 8.
>
> Because current ant releases too lack support for JDK 8, one also needs to
> pass -Dbuild.compiler=modern property to ant for compile target to work.
>
> PS. The JDK 8 early access releases can be downloaded from here:
> http://jdk8.java.net/download.html
>
> -Mikko
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Patch: Fix BaseDataSource.setProtocolVersion
Next
From: Clemens Eisserer
Date:
Subject: Will using a PreparedStatement only once introduce additional round-trips compared to a simple text-only query?