MariaDB Connector/J 1.5.3 Release Notes

You are viewing an old version of this article. View the current version here.

The most recent Stable (GA) release of MariaDB Connector/J is:
MariaDB Connector/J 3.3.3

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 :

keyPasswordPassword 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 namenew option namechange
clientCertificateKeyStoreUrlkeyStorelike system property "javax.net.ssl.keyStore"
clientCertificateKeyStorePasswordkeyStorePasswordlike system property "javax.net.ssl.keyStorePassword"
trustCertificateKeyStoreUrltrustStorelike system property "javax.net.ssl.trustStore"
trustCertificateKeyStorePasswordtrustStorePasswordlike 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.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.