> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.2.md).

# Connector/J 3.5.2 Release Notes

{% hint style="info" %}

<p align="center">The most recent release of <a href="/spaces/CjGYMsT2MVP4nd3IyW2L/pages/Y7PAVcAiFWL6chXpLkk5">MariaDB Connector/J</a> is: <a href="/pages/11aRnlmZLQuDGG1JwEfE"><strong>3.5.9</strong></a></p>

<p align="center"><a href="https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector" class="button primary">Download Connector/J 3.5.9</a></p>
{% endhint %}

[Download](https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector) | **Release Notes** | [Changelog](/docs/release-notes/connectors/java/changelogs/3.5/3.5.2.md) | [About MariaDB Connector/J](/docs/connectors/mariadb-connector-j/about-mariadb-connector-j.md)

**Release date:** 11 Feb 2025

MariaDB Connector/J 3.5.2 is a [***Stable***](/docs/release-notes/community-server/about/release-criteria.md) ***(GA)*** release.

{% hint style="info" %}
**For an overview of MariaDB Connector/J see the** [**About MariaDB Connector/J**](/docs/connectors/mariadb-connector-j/about-mariadb-connector-j.md) **page**
{% endhint %}

## Notable change

* [CONJ-1229](https://jira.mariadb.org/browse/CONJ-1229) Permit executeQuery commands to not return a result-set

## Bugs Fixed

* [CONJ-1228](https://jira.mariadb.org/browse/CONJ-1228) 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)
    * resultset.getObject(val, byte\[].class)
    * resultset.getObject(val, Blob.class)\
      all returns expected type)
* [CONJ-1225](https://jira.mariadb.org/browse/CONJ-1225) System throws an SQLTimeoutException prematurely without checking all available connections
* [CONJ-1221](https://jira.mariadb.org/browse/CONJ-1221) DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
* [CONJ-1218](https://jira.mariadb.org/browse/CONJ-1218) Incorrect behavior where XA connections are closed when regular connections are terminated - this is against JDBC specifications
* [CONJ-1217](https://jira.mariadb.org/browse/CONJ-1217) When using the parameter trustCertificateKeyStorePassword, alias for trustStorePassword, an exception is thrown
* [CONJ-660](https://jira.mariadb.org/browse/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.

## 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 [changelog](/docs/release-notes/connectors/java/changelogs/3.5/3.5.2.md).

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formid="4316" formId="4316" %}
