From: Jon.Roberts at asurion.com (Roberts, Jon) Date: Mon, 17 May 2010 12:44:30 -0500 Subject: [Pljava-dev] Simple patch for java 1.6 compatibility In-Reply-To: <4BF17EEB.9060307@ejurka.com> References: <4BF1758C.7060901@click.cz> <4BF17EEB.9060307@ejurka.com> Message-ID: <8661B041D452404E8088FBD47D2443BE013CE592@NDCEXCUS703.int.asurion.com> 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