Re: Maven Artifact JDK Suffix - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: Maven Artifact JDK Suffix
Date
Msg-id CAB=Je-HngF4CtMK_-nPDKTYRKbDRwiOLfGkpcx81aNC1SruUxw@mail.gmail.com
Whole thread Raw
In response to Re: Maven Artifact JDK Suffix  (Mark Rotteveel <mark@lawinegevaar.nl>)
Responses Re: Maven Artifact JDK Suffix
List pgsql-jdbc
>What if I am on the latest jre8 version when Java 9 is out, and I need to go
>back to an earlier version: then I need to track when the switch from
>unsuffixed Java 8 to suffixed Java 8 version occurred to be able to
>downgrade (granted, that is a bit less common scenario).

Frankly speaking, I do not get the use-case you are trying to convey.

Suppose you have x.y.z and that is the latest jre8 version at some
point in time.
Even after jre9 is launched, the same x.y.z will still be jre8.

So if you "do not want to upgrade", you just keep your version x.y.z.

If you want to upgrade (suppose, the most current version is "k.l.m"),
you just use k.l.m-jre8 if you a still stuck with jre8.

> What if I am on the latest jre8 version when Java 9 is out, and I need to go
> back to an earlier version

As I said above, I see no practical use case, except for some "bug
hunting via driver version bisection".
If that is the case, there is always list of all the versions:
https://jdbc.postgresql.org/download.html#others

Vladimir


pgsql-jdbc by date:

Previous
From: Mark Rotteveel
Date:
Subject: Re: Maven Artifact JDK Suffix
Next
From: Thomas Kellerer
Date:
Subject: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102