Re: Patch: Add support for building with JDK 8

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Patch: Add support for building with JDK 8
Дата
Msg-id CADK3HHL+1Ra01s9_eVnHahCkSN5yOXh7gWNR8N4y=qExLYKJoQ@mail.gmail.com
обсуждение исходный текст
Ответ на Patch: Add support for building with JDK 8  (Mikko Tiihonen <mikko.tiihonen@nitorcreations.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Patch: Fix BaseDataSource.setProtocolVersion
Следующее
От: Clemens Eisserer
Дата:
Сообщение: Will using a PreparedStatement only once introduce additional round-trips compared to a simple text-only query?