[Pljava-dev] Simple patch for java 1.6 compatibility

From: Jon(dot)Roberts at asurion(dot)com (Roberts, Jon)
To:
Subject: [Pljava-dev] Simple patch for java 1.6 compatibility
Date: 2010-05-17 17:44:30
Message-ID: 8661B041D452404E8088FBD47D2443BE013CE592@NDCEXCUS703.int.asurion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

My development environment uses Java 1.6 and my production is still on 1.5. When I create new class files, I compile with "-target 1.5" and everything works in both environments.

Am I lucky that this works at all or is the way to use Java 1.6 with PL/Java?

Jon

-----Original Message-----
From: pljava-dev-bounces at pgfoundry.org [mailto:pljava-dev-bounces at pgfoundry.org] On Behalf Of Kris Jurka
Sent: Monday, May 17, 2010 12:38 PM
To: Petr Mich?lek
Cc: pljava-dev at pgfoundry.org
Subject: Re: [Pljava-dev] Simple patch for java 1.6 compatibility

On 5/17/2010 9:57 AM, Petr Mich?lek wrote:
> Hello,
>
> I'm sending patch that adds support for java 1.6.
>
> New JDBC4(java 1.6) API simple throws exception NotSupoprtedOperation.
>

This diff is unreadable. It seems like a diff between 1.4.0 and current
CVS with a ton of changes from tabs to spaces. We need a diff from
current CVS that doesn't have irrelevant whitespace changes.

It's also not clear that such a patch is a great idea unless it retains
the ability to still build with a 1.5 JDK as that still seems to be in use.

Kris Jurka
_______________________________________________
Pljava-dev mailing list
Pljava-dev at pgfoundry.org
http://pgfoundry.org/mailman/listinfo/pljava-dev

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2010-05-17 17:58:33 [Pljava-dev] Simple patch for java 1.6 compatibility
Previous Message Kris Jurka 2010-05-17 17:37:47 [Pljava-dev] Simple patch for java 1.6 compatibility