| From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
|---|---|
| To: | Mikko Tiihonen <mikko(dot)tiihonen(at)nitorcreations(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: Patch: Add support for building with JDK 8 |
| Date: | 2012-05-02 18:13:04 |
| Message-ID: | CADK3HHL+1Ra01s9_eVnHahCkSN5yOXh7gWNR8N4y=qExLYKJoQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)tiihonen(at)nitorcreations(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Clemens Eisserer | 2012-05-03 10:28:53 | Will using a PreparedStatement only once introduce additional round-trips compared to a simple text-only query? |
| Previous Message | Dave Cramer | 2012-05-02 18:12:50 | Re: Patch: Fix BaseDataSource.setProtocolVersion |