PostgreSQL JDBC 42.6.0 Released - Mailing list pgsql-announce

From JDBC Project via PostgreSQL Announce
Subject PostgreSQL JDBC 42.6.0 Released
Date
Msg-id 167938523144.3349090.8890904568856109349@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

PostgreSQL JDBC 42.6.0 Released

The PostgreSQL pgJDBC team is proud to announce the release of version 42.6.0.

This version has two major changes.
1. The use of synchronized has been replaced with re-entrant locks. This is will facilitate the use of lightweight threads aka Project Loom.
2. Previously we used Object.finalize() to monitor for connection leaks. Java 9 has Cleaner, but we still need to support Java 8. thankfully Juan Lopes wrote LazyCleaner. We borrowed the code (Thanks again!) and are now using LazyCleaner instead of finalize().

Many thanks to those who contributed! See the ChangeLog for details.

The release has been pushed to Maven central.

The source can be found at our GitHub repo

 

pgsql-announce by date:

Previous
From: The CloudNativePG Contributors via PostgreSQL Announce
Date:
Subject: CloudNativePG 1.19.1, 1.18.3 and 1.17.5 Released!
Next
From: MigOps via PostgreSQL Announce
Date:
Subject: pgBadger v12.1 published