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

From Mikko Tiihonen
Subject Patch: Add support for building with JDK 8
Date
Msg-id 4FA04E19.6080005@nitorcreations.com
Whole thread Raw
Responses Re: Patch: Add support for building with JDK 8  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
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
forcompile target to work. 

PS. The JDK 8 early access releases can be downloaded from here: http://jdk8.java.net/download.html

-Mikko

Attachment

pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: fwd:
Next
From: Mikko Tiihonen
Date:
Subject: Patch: Fix BaseDataSource.setProtocolVersion