Release Notes for MariaDB Connector/J 3.3.3

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.3 was released on 2024-02-20. This release is of General Availability (GA) maturity.

Issues Fixed

  • Improve message when reaching socket timeout during connection initial commands (CONJ-1152)

  • Error using PrepareStatement.setURL with null URL (CONJ-1150)

  • Regression: non-parameterized batch fails (CONJ-1050)