Download | Release Notes | Changelog |
Release date: 4 Oct 2016
MariaDB Connector/J 1.5.3 is a Stable (GA) release.
This version is a bug-fix release.
: Permit using private key with password that differs from keyStore password
: secure connection : use KeyStore private key and associate public keys certificates only
: Empty clientCertificateKeyStoreUrl option correction
: IBM jdk compatibility issue
: Streaming issue when using procedures in PrepareStatement/Statement
: Regression with using COLLATE keyword in PrepareStatement query
: metadata correction on getPrecision() for numeric fields
: 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):
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.