MariaDB Connector/J 1.5.3 Release Notes
The most recent Stable (GA) release of MariaDB Connector/J is:
MariaDB Connector/J 3.5.0
Download Release Notes Changelog Connector/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 the About 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 | Password for the private key in client certificate keyStore. (only needed if private key password differ from keyStore password). Since 1.5.3 |
---|
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" |
Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.
MariaDB may already be included in your favorite OS distribution. More
information can be found on the
Distributions which Include MariaDB
page.