Connector/J 1.5.3 Release Notes

DownloadRelease NotesChangelogConnector/J Overview

Release date: 4 Oct 2016

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

For a description of MariaDB Connector/J see theAbout MariaDB Connector/J page

Notable Changes

This version is a bug-fix release.

  • CONJ-358 : Permit using private key with password that differs from keyStore password

  • CONJ-356 : secure connection : use KeyStore private key and associate public keys certificates only

  • CONJ-342 : Empty clientCertificateKeyStoreUrl option correction

  • CONJ-353 : IBM jdk compatibility issue

  • CONJ-354 : Streaming issue when using procedures in PrepareStatement/Statement

  • CONJ-345 : Regression with using COLLATE keyword in PrepareStatement query

  • CONJ-352 : metadata correction on getPrecision() for numeric fields

  • CONJ-350 : make prepare fallback to client prepare if query cannot be prepare

New Option :

keyPassword

keyPassword

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

Old option name
new option name
change

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"

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

Last updated

Was this helpful?