Buildfarm compile failure

From: "Mike Fowler" <mike(at)mlfowler(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Buildfarm compile failure
Date: 2014-08-19 08:17:40
Message-ID: 66630223437956cdc76dd6993ba0fe41.squirrel@www.mlfowler.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

My buildfarm member
(http://www.pgbuildfarm.org/cgi-bin/show_status.pl?member=piapiac) started
reporting the following error yesterday which is related to the commit
https://github.com/pgjdbc/pgjdbc/commit/f20437b2a7f8140c81215bc104b0f1109be8263a

compile:
[javac] /mnt/data/buildarea/REL9_3_STABLE/pgjdbc/build.xml:243:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 174 source files to
/mnt/data/buildarea/REL9_3_STABLE/pgjdbc/build
[javac]
/mnt/data/buildarea/REL9_3_STABLE/pgjdbc/org/postgresql/jdbc4/Jdbc4Connection.java:21:
org.postgresql.jdbc4.Jdbc4Connection is not abstract and does not
override abstract method haveMinimumServerVersion(int) in
org.postgresql.core.BaseConnection
[javac] public class Jdbc4Connection extends AbstractJdbc4Connection
implements java.sql.Connection
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

I've attached a patch to implement the missing method.
--
Mike Fowler
Registered Linux user: 379787

Attachment Content-Type Size
haveMinimumServerVersionInt.patch application/x-download 747 bytes

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paquier 2014-08-20 00:27:37 JDBC build broken by commit 9f9019b
Previous Message Craig Ringer 2014-08-19 01:48:48 Re: JBDC LDAP support for connection parameters