Release Notes for MariaDB Connector/J 2.7.10
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 a lightweight JDBC driver (Type 4) for building applications on top of MariaDB database products with Java 8, Java 11, and Java 17.
This release is compatible with JDBC 4.2.
MariaDB Connector/J 2.7.10 was released on 2023-08-03. This release is of General Availability (GA) maturity.
Issues Fixed
When a read-only replica is under heavy load and
SocketTimeout=0
, a connection to the primary replica cannot be established. (CONJ-1091)Starting with this release,
connectTimeout
is set as the timeout for the socket until a connection is established. This allows setting aconnectTimeout
value, whilesocketTimeout
can still be set to 0.