All pages
Powered by GitBook
1 of 1

Loading...

Connector/J 3.5.2 Release Notes

Download | Release Notes | Changelog |

Release date: 11 Feb 2025

MariaDB Connector/J 3.5.2 is a Stable (GA) release.

Notable change

  • Permit executeQuery commands to not return a result-set

Bugs Fixed

  • The method result-set.getObject(val) for a field of type BLOB returns an object of type Blob by default instead of the expected object of type byte[].

    • The following methods are not affected

      • resultset.getBytes(val)

      • resultset.getBlob(val)

Changelog

For a complete list of changes made in MariaDB Connector/J 3.5.2, with links to detailed information on each push, see the .

resultset.getObject(val, byte[].class)

  • resultset.getObject(val, Blob.class) all returns expected type)

  • CONJ-1225 System throws an SQLTimeoutException prematurely without checking all available connections

  • CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR

  • CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against JDBC specifications

  • CONJ-1217 When using the parameter trustCertificateKeyStorePassword, alias for trustStorePassword, an exception is thrown

  • CONJ-660 The connection option disconnectOnExpiredPasswords was not handled by the connector..It controls the client behavior when connecting with an expired password.

    • When set to true (default), the client disconnects if it detects an expired password.

    • When false, the client maintains the connection and allows setting a new password.

  • CONJ-1229
    CONJ-1228
    changelog

    For an overview of MariaDB Connector/J see the page

    The most recent release of is:

    Connector/J 3.5.7 Download Now

    About MariaDB Connector/J
    About MariaDB Connector/J
    MariaDB Connector/J

    This page is: Copyright © 2025 MariaDB. All rights reserved.