[Pljava-dev] Java SE 6 support

From: marek at lewczuk(dot)com (Marek Lewczuk)
To:
Subject: [Pljava-dev] Java SE 6 support
Date: 2007-01-02 07:26:26
Message-ID: 459A0922.2040105@lewczuk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Thomas Hallgren wrote:
> Not without giving up support for 1.4. What's the status of GCJ and 1.5 today? Anyone knows?
>
> Alternatively, we could branch off a specific branch for old stuff.
>
Hello Thomas,
you have promised to build pljava binaries for postgresql 8.2, any
chance to do it in near future ? What about support for java 6 ? I'm not
able to upgrade my postgresql server until pljava will be ready for 8.2.
Thanks in advance for an answer.

Regards,
ML

> Kind Regards,
> Thomas Hallgren
>
>
> Peter Henderson wrote:
>> Hi List.
>>
>> I've just tried to compile pljava with Sun's Java SE 6.
>> Not a pretty sight.
>>
>> Seems there are a number of extra methods in JDBC Connection,Statement
>> APIs which need coding.
>>
>> Has anyone already made any progress with this yet?
>>
>> I am wondering if it is even possible to support Java 6 and remain
>> backwards compatible, as the latest API has functions which use generics.
>>
>> <T> T unwrap(Class<T> iface)
>>
>> No idea if it's possible to support this for older Java versions.
>>
>>
>>
>> Cheers
>>
>>
>> Peter Henderson.

In response to

Browse pljava-dev by date

  From Date Subject
Next Message stefano bianchi 2007-01-05 10:39:53 [Pljava-dev] Newbie question org.postgresql.pljava.internal.ServerException
Previous Message Peter Henderson 2006-12-28 18:39:13 [Pljava-dev] Java SE 6 support