Connector/J 3.5.4 Release Notes
Release date: 1 Jul 2025
MariaDB Connector/J 3.5.4 is a Stable (GA) release.
Notable Changes
Added caching option for loadCodecs results to improve performance (CONJ-1261)
Added new option
cachedCodecs
Bugs Fixed
Fixed incorrect type definitions in
DatabaseMetaData.getTypeInfo()
(CONJ-1234)Resolved potential race condition that could cause
NullPointerException
(CONJ-1247)avoids redundant queries for
CallableStatement.getParameterMetaData()
(CONJ-1250)Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration (CONJ-1251)
Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte (CONJ-1252)
Corrected
DatabaseMetadata.getTypeInfo()
returning incorrect values forAUTO_INCREMENT
,FIXED_PREC_SCALE
, andCASE_SENSITIVE
fields (CONJ-1254)Fixed
getString
method onBIT(1)
fields to properly honortransformedBitIsBoolean
configuration (CONJ-1255)Enhanced metadata compatibility with MariaDB version 12.0 (CONJ-1259)
Improved performance of
DatabaseMetaData.getExportedKeys
method (CONJ-1260)Added new option
metaExportedKeys
Fixed issue to ensure correct catalog name is returned (CONJ-1256)
Changelog
For a complete list of changes made in MariaDB Connector/J 3.5.4, with links to detailed information on each push, see the changelog.
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?