PostgreSQL JDBC 42.6.0 Released

Поиск
Список
Период
Сортировка
От JDBC Project via PostgreSQL Announce
Тема PostgreSQL JDBC 42.6.0 Released
Дата
Msg-id 167938523144.3349090.8890904568856109349@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: The CloudNativePG Contributors via PostgreSQL Announce
Дата:
Сообщение: CloudNativePG 1.19.1, 1.18.3 and 1.17.5 Released!
Следующее
От: MigOps via PostgreSQL Announce
Дата:
Сообщение: pgBadger v12.1 published