# Connector/J 1.5.3 Release Notes

{% hint style="info" %}

<p align="center">The most recent release of <a href="https://app.gitbook.com/s/CjGYMsT2MVP4nd3IyW2L/mariadb-connector-j">MariaDB Connector/J</a> is:</p>

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

[Download](https://downloads.mariadb.org/connector-java/1.5.3/) | **Release Notes** | [Changelog](https://mariadb.com/docs/release-notes/connectors/java/changelogs/1.5/1.5.3) | [About MariaDB Connector/J](https://app.gitbook.com/s/CjGYMsT2MVP4nd3IyW2L/mariadb-connector-j/about-mariadb-connector-j)

**Release date:** 4 Oct 2016

MariaDB Connector/J 1.5.3 is a [***Stable***](https://mariadb.com/docs/release-notes/community-server/about/release-criteria) ***(GA)*** release.

{% hint style="info" %}
**For an overview of MariaDB Connector/J see the** [**About MariaDB Connector/J**](https://app.gitbook.com/s/CjGYMsT2MVP4nd3IyW2L/mariadb-connector-j/about-mariadb-connector-j) **page**
{% endhint %}

## Notable Changes

This version is a bug-fix release.

* [CONJ-358](https://jira.mariadb.org/browse/CONJ-358) : Permit using private key with password that differs from keyStore password
* [CONJ-356](https://jira.mariadb.org/browse/CONJ-356) : secure connection : use KeyStore private key and associate public keys certificates only
* [CONJ-342](https://jira.mariadb.org/browse/CONJ-342) : Empty clientCertificateKeyStoreUrl option correction
* [CONJ-353](https://jira.mariadb.org/browse/CONJ-353) : IBM jdk compatibility issue
* [CONJ-354](https://jira.mariadb.org/browse/CONJ-354) : Streaming issue when using procedures in PrepareStatement/Statement
* [CONJ-345](https://jira.mariadb.org/browse/CONJ-345) : Regression with using COLLATE keyword in PrepareStatement query
* [CONJ-352](https://jira.mariadb.org/browse/CONJ-352) : metadata correction on getPrecision() for numeric fields
* [CONJ-350](https://jira.mariadb.org/browse/CONJ-350) : make prepare fallback to client prepare if query cannot be prepare

New Option :

Some options which names where confusing have been renamed (the old names still works):

| Old option name                   | new option name    | change                                                  |
| --------------------------------- | ------------------ | ------------------------------------------------------- |
| clientCertificateKeyStoreUrl      | keyStore           | like system property "javax.net.ssl.keyStore"           |
| clientCertificateKeyStorePassword | keyStorePassword   | like system property "javax.net.ssl.keyStorePassword"   |
| trustCertificateKeyStoreUrl       | trustStore         | like system property "javax.net.ssl.trustStore"         |
| trustCertificateKeyStorePassword  | trustStorePassword | like system property "javax.net.ssl.trustStorePassword" |

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

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