Release Notes for MariaDB Connector/J 3.3.1
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/J 3.3
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, Java 17, and Java 21.
This release is compatible with JDBC 4.2.
MariaDB Connector/J 3.3.1 was released on 2023-11-29. This release is of General Availability (GA) maturity.
Issues Fixed
java 8 compatibility error in 3.3.0 (CONJ-1120)
missing OSGi javax.crypto dependency (CONJ-1123)
ensure not having OOM when setting huge fetch size (CONJ-1124)
Regression in clearBatch() for parameterized statements (CONJ-1109)
setting fetchSize directly on a ResultSet object does not reflect the expected change (CONJ-1126)
Statement.getResultSetType () failed to change the result set type (CONJ-1127)
Setting Negative Fetch Size on ResultSet Without Throwing Error (CONJ-1128)