Connector/J 2.4.0 Release Notes

circle-info

Downloadarrow-up-right | Release Notes | Changelog | About MariaDB Connector/J

Release date: 29 Jan 2019

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

circle-exclamation

[CONJ-654arrow-up-right] change metadata behaviour: DatabaseMetaData.getDatabaseProductName() nows return "MariaDB"/"MySQL" according to server. This can cause some incompatibilities with some libraries and products that do not yet know Database Type "MariaDB"

circle-info

For an overview of MariaDB Connector/J see the About MariaDB Connector/J page

Evolutions

New options

useReadAheadInput
keyStoreType
trustStoreType
servicePrincipalName

useReadAheadInput

use a buffered inputSteam that read socket available data. Default: true

keyStoreType

indicate key store type (JKS/PKCS12). default is null, then using java default type.

trustStoreType

indicate trust store type (JKS/PKCS12). default is null, then using java default type

servicePrincipalName

when using GSSAPI authentication, SPN (Service Principal Name) use the server SPN information. When set, connector will use this value, ignoring server information

Bug fixes

Minor

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

spinner

Last updated

Was this helpful?