Re: Does Java 8 support drivers 42.2.19 and 42.7.6?

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Артем Романюк <artemromaniuk4(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Does Java 8 support drivers 42.2.19 and 42.7.6?
Date: 2025-10-06 08:18:57
Message-ID: CAB=Je-G0FPAiYXJAHF_AZXNN8H3sc7z8XjBEL_o0dnd7OFNwbQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

>Can I ask the developers if Java 8 officially supports drivers 42.2.19 and
42.7.6? It is important that support is provided fully and without problems.

Both pgjdbc 42.2.19 and pgjdbc 42.7.6 should work fine with Java 8.
The set of known issues differs between the versions.

42.2.19 was tested with Java 6, 7, 8, and 11:
https://github.com/pgjdbc/pgjdbc/blob/REL42.2.19/.travis.yml#L222
https://github.com/pgjdbc/pgjdbc/blob/REL42.2.19/.travis.yml#L210
https://github.com/pgjdbc/pgjdbc/blob/REL42.2.19/.github/workflows/main.yml#L41

42.7.6 was tested with Java 8, 11, 17, 21, and 24:
https://github.com/pgjdbc/pgjdbc/blob/REL42.7.6/.github/workflows/matrix.mjs#L45-L48

Vladimir

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bernice Southey 2025-10-06 14:15:20 Are SQL-language function lock ordering deadlocks solved in PostgreSQL 18?
Previous Message Артем Романюк 2025-10-06 08:01:25 Does Java 8 support drivers 42.2.19 and 42.7.6?