[Pljava-dev] Compatibility with Java 1.7 and PostgreSQL 9.2? Is this project still alive?

From: hal(dot)hildebrand at me(dot)com (Hal Hildebrand)
To:
Subject: [Pljava-dev] Compatibility with Java 1.7 and PostgreSQL 9.2? Is this project still alive?
Date: 2013-01-11 00:48:57
Message-ID: 622891DB-3ED6-4A37-BDD0-169321496E14@me.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

I have a git hub fork where I've worked through these Java 1.6 issues.

https://github.com/Hellblazer/pljava

This is a Maven 3 project, and requires 1.6. Just cd to the top level directory and do:

mvn clean install

Sent from my Tricorder

On Jan 10, 2013, at 2:27 PM, Christian Hammers <ch at lathspell.de> wrote:

> Hello
>
> I can't find Debian packages of plJava for PostgreSQL 9.2 and found
> some unanswered questions regarding the availability for 9.2 on
> last years mailing list archives.
> So is it currently impossible to build against 9.2? Any plans for
> updates?
>
> Apart from that, there seem to be problems with Java 1.7.0 as well,
> it seems some abstract classes got more methods:
>
> /srv/home/james/Desktop/pljava-1.4.2/src/java/pljava/org/postgresql/pljava/jdbc/TriggerResultSet.java:22:
> error: TriggerResultSet is not abstract and does not override abstract
> method getObject(String,Class) in ResultSet public class
> TriggerResultSet extends SingleRowResultSet
>
> /srv/home/james/Desktop/pljava-1.4.2/src/java/pljava/org/postgresql/pljava/jdbc/SingleRowReader.java:22:
> error: SingleRowReader is not abstract and does not override abstract
> method getObject(String,Class) in ResultSet public class
> SingleRowReader extends SingleRowResultSet
>
> I can file a more verbose report in your bug tracker if you like but
> I'm wondering if this project is still alive as the latest release is
> from 2011-09 and the latest on the Wiki "Downloads" page even from
> 2010...
>
> bye,
>
> -christian-
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20130110/f9982e20/attachment.html>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Craig Ringer 2013-01-11 03:40:36 [Pljava-dev] Compatibility with Java 1.7 and PostgreSQL 9.2? Is this project still alive?
Previous Message Christian Hammers 2013-01-10 22:27:46 [Pljava-dev] Compatibility with Java 1.7 and PostgreSQL 9.2? Is this project still alive?