Обсуждение: Does Java 8 support drivers 42.2.19 and 42.7.6?
Good afternoon!
Dear PostgreSQL community. 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.
Thank you!
>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:
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
On 10/6/25 01:01, Артем Романюк wrote: > Good afternoon! > > Dear PostgreSQL community. 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. 1) Why not use the latest minor version? 2) "... provided fully and without problems" is not a guarantee that can be made. The best that can be said is it passed the project test suite. You will have to test on your setup to verify it works without issue and file a report here https://github.com/pgjdbc/pgjdbc/issues if it does not. > > Thank you! -- Adrian Klaver adrian.klaver@aklaver.com
Артем Романюк schrieb am 06.10.2025 um 10:01: > Dear PostgreSQL community. 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. The Postgres JDBC download page liststhe compatibility for the supported driver releases and Java versions. https://jdbc.postgresql.org/download/