Re: RFC: Make new versions of pgjdbc Java8+ - Mailing list pgsql-jdbc

From rapidtransit440@aol.com
Subject Re: RFC: Make new versions of pgjdbc Java8+
Date
Msg-id 15b35ddd89f-42a2-d78a@webprd-a06.mail.aol.com
Whole thread Raw
In response to Re: RFC: Make new versions of pgjdbc Java8+  (Jorge Solórzano <jorsol@gmail.com>)
List pgsql-jdbc
Why not just have a LTS release, also speaking of performance, a long time ago I was having a problem with the Query Parser, calling toCharArray() was slowing down my larger queries, confirmed with JProfiler, some one should look at using charAt()  (I forked and hacked it with sun.misc.Unsafe 😊)


-----Original Message-----
From: Jorge Solórzano <jorsol@gmail.com>
To: Álvaro Hernández Tortosa <aht@8kdata.com>
Cc: Brad DeJong <Brad.Dejong@infor.com>; Dave Cramer <pg@fastcrypt.com>; John R Pierce <pierce@hogranch.com>; List <pgsql-jdbc@postgresql.org>
Sent: Mon, Apr 3, 2017 4:27 pm
Subject: Re: [JDBC] RFC: Make new versions of pgjdbc Java8+

On Mon, Apr 3, 2017 at 1:58 PM, Álvaro Hernández Tortosa <aht@8kdata.com> wrote:



On 03/04/17 21:47, Brad DeJong wrote:
 
On 2017-04-03 at 09:32-05, Álvaro Hernández Tortosa <aht@8kdata.com> wrote:
> However, I wonder if it would be such a big deal for people that are upgrading to
> Postgres 10 and require SCRAM not to ask them to upgrade their JVM to a non EOLed
> version.
 
If only the people who want the new functionality are required to upgrade to Java 8, then I think it is not a big deal.
If everyone who wants the latest pgjdbc patches has to upgrade to Java 8, then I think it is a big deal.

    I believe the intersection is minimal. What is the chance of users willing to upgrade to Postgres 10, needing SCRAM, running JRE6 or JRE7 and *not* wanting to upgrade their JRE? (all four conditions need to apply).
 
On 2017-04-03 at 09:32-05, Álvaro Hernández Tortosa <aht@8kdata.com> wrote:
> I think the intersection of people who go for very modern PG and non supported Java if almost 0.
The problem with using that argument as a reason to move to Java 8 is that Java 6 and 7 are supported - just not for free.
 

    I stand corrected. I mean now "non supported for free" or equivalent :)

​Well, as I said Oracle JDK is not the only JDK, the OpenJDK/IcedTea Team still supports actively Java 7 (and it's recent the drop of Java 6) and it's free in both as speech and as in beer. :-) if you use Ubuntu 14.04 (which should be supported until April 2019) you will get openjdk-7, and you can get the Azul Zulu JDK for free too :-)
 


    Álvaro

-- 

Álvaro Hernández Tortosa


-----------
<8K>data

pgsql-jdbc by date:

Previous
From: rado@edno.moe
Date:
Subject: Re: RFC: Make new versions of pgjdbc Java8+
Next
From: James
Date:
Subject: [pgjdbc/pgjdbc] 74a426: fix: use SQLWarning(String reason)constructor for...