From: ch at lathspell.de (Christian Hammers) Date: Thu, 10 Jan 2013 23:27:46 +0100 Subject: [Pljava-dev] Compatibility with Java 1.7 and PostgreSQL 9.2? Is this project still alive? Message-ID: <20130110232746.105a633d@james.intern> 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-