> 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.4/3.4.3.md).

# Connector/J 3.4.3 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 %}

<a href="https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector" class="button primary">Download</a> <a href="/pages/gcHQdl944rh2dRBTctVb" class="button secondary">Release Notes</a> <a href="/pages/tmwrd5nMYmKSatoDRoK6" class="button secondary">Changelog</a> <a href="/spaces/CjGYMsT2MVP4nd3IyW2L/pages/2w3wOBJquBYSZu4GiT0h" class="button secondary">Connector/J Overview</a>

**Release date:** 15 Jun 2026

MariaDB Connector/J 3.4.3 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 %}

## Bugs Fixed

* [CONJ-1320](https://jira.mariadb.org/browse/CONJ-1320) - PAM (dialog) authentication now requires a secure connection (TLS or unix socket), like `mysql_clear_password`
* [CONJ-1319](https://jira.mariadb.org/browse/CONJ-1319) - Use constant-time comparison when validating the server certificate fingerprint
* [CONJ-1322](https://jira.mariadb.org/browse/CONJ-1322) - Match `LOAD LOCAL INFILE` filename case-sensitively
* [CONJ-1323](https://jira.mariadb.org/browse/CONJ-1323) - `LOAD LOCAL INFILE` validation rejects statements preceded by line comments
* [CONJ-1315](https://jira.mariadb.org/browse/CONJ-1315) - Cap `BigDecimal`/`BigInteger` string parsing length to prevent CPU exhaustion in case of a man-in-the-middle
* [CONJ-1317](https://jira.mariadb.org/browse/CONJ-1317) - Ensure a non-UTF-8 character set cannot be used for protocol exchanges
* [CONJ-1316](https://jira.mariadb.org/browse/CONJ-1316) - Pin `Locale.ROOT` on locale-sensitive call sites and date/time/Duration text formatting (fixes locale-dependent parsing/formatting, e.g. under `tr_TR`)
* [CONJ-1259](https://jira.mariadb.org/browse/CONJ-1259) - `DatabaseMetaData` read-only detection: handle MariaDB 12.0 `@@read_only` returning `ON`/`OFF` instead of `1`/`0`

## Changelog

For a complete list of changes made in MariaDB Connector/J 3.4.3, with links to detailed\
information on each push, see the [changelog](/docs/release-notes/connectors/java/changelogs/3.4/3.4.3.md).

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/release-notes/connectors/java/3.4/3.4.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
