Release Notes for MariaDB Connector/J 2.7.4
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/J 2.7
Topics on this page:
Overview
MariaDB Connector/J is an interface between Java applications and MariaDB Server. MariaDB Connector/J enables the development of Java 8 and Java 11 applications for MariaDB database products.
MariaDB Connector/J 2.7.4 was released on 2021-08-10. This release is of General Availability (GA) maturity. This release is compatible with JDBC 4.2.
Issues Fixed
Socket not closed after
SocketTimeoutException, leaving the socket and connection in an active state after timeout. (CONJ-863)Prepared queries executed in parallel with automatic key generation throw
IndexOutOfBoundsExceptionexceptions. (CONJ-873)MariaDbPoolDataSourceleaks connections when MariaDB Server is restarted. (CONJ-884)SQLExceptionmissing from anaddConnectionmethod in theorg.mariadb.jdbc.internal.util.pool.Poolclass. (CONJ-885)CallableStatementusing function throws wrong error on getter. (CONJ-889)getImportedKeysandgetTablesregression returns empty result-set for null/empty catalogs. (CONJ-890)DatabaseMetaData.getColumnsregression causes wherexis greater than1to return type instead of . (CONJ-893)
