Changelogs for the MariaDB Connector/J 2.5 series
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 27 Jan 2020
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #12d22ecc TAG 2.5.4
Revision #f5fe3456 [CONJ-756] correction for LRUTraceCache exception logging
Revision #39eeb60e [CONJ-755] permits to avoid setting session_track_schema with new option trackSchema
Revision #38c8a69d [CONJ-756] better Trace format logging
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 8 Jan 2020
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #c95f2325 - bump 2.5.3
Revision #af1f4c5d - Merge branch 'master' into develop
Revision #7be1f01c - [CONJ-752] better import package format in manifest file
Revision #dd5e00d6 - Merge branch 'pull/149' into develop
Revision #370aa7ef - [misc] better variable naming
Revision #e56a115f - [misc] changing travis link to
Revision #87e79e0f - [CONJ-750] protocol error when not setting database, indicating null authentication plugin
Revision #8340e69e - [misc] change github links to mariadb-corporation
Revision #2e54cee7 - remove invalid header, reformat headers for easier reading/editing
Revision #e2e6c245 - [CONJ-747] JDBC Conversion Function fast-path skipped
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 22 Nov 2019
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #1eab311b - bump 2.5.2 version
Revision #1cdeac52 - [misc] uniform code style format
Revision #f7c59bc6 - CONJ-745] pool reset removal for mysql server since incompatibility
Revision #1d929580 - [misc] ensure metadata column name fastpath value
Revision #30e52a12 - [misc] metadata column name fastpath correction
Revision #564dfc4f - Merge branch 'master' into develop
Revision #f6d27fa8 - [CONJ-745] use pool reset only for corrected COM_RESET_CONNECTION
Revision #87946bb9 - [CONJ-743] Signed byte value wrong serialization for text protocol
Revision #4e0705bb - [CONJ-742] ensure plugin using Driver classloader
Revision #ed382fa6 - [misc] update to 2.5.2-SNAPSHOT version
Revision #93167ab9 - [misc] update README to latest version
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 16 Oct 2019
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #cae12e79 - bump 2.5.1 version
Revision #21d94935 - [misc] batch test correction
Revision #aa352d56 - [CONJ-738] PAM authentication multiple exchanges using connection string information
Revision #cd680e89 - [misc] batch testing correction
Revision #e1b9d5a9 - [CONJ-737] sha256User testing correction
Revision #3d4586a2 - [CONJ-737] Error packet caching_sha2_password not handled when not having password
Revision #b92a483c - [CONJ-736] OSGI compliance
Revision #e242f8c3 - Merge branch 'develop' into pull/133
Revision #a5486a5e - [misc] simplify attribute test
Revision #7f9efa1b - skip for mysql 5.5 and mariadb <10.0
Revision #25a83e7b - test why version filter doesnot work
Revision #0cd9720f - skip for mysql5.5
Revision #255566de - attribute _server_host test
Revision #a33c3304 - Merge branch 'master' into develop
Revision #4ee1c442 - Update readme to latest version
Revision #66cb42af - [misc] Statement enquoteLiteral proper escape
Revision #2c8e06ac - [CONJ-735] Multi insert should return multi generated keys
Revision #1d831664 - Comments from review
Revision #3dd5178a - Support the Data Service Specification for JDBC™ Technology
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 3 Oct 2019
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #8c53983c [CONJ-698] statement#getGeneratedKeys() returns two rows if ON DUPLICATE KEY UPDATE statement updated a row
Revision #ae066948 [misc] updating copyright
Revision #d4eecfbb [misc] code format standardization following google-java-format
Revision #533b1f8d [CONJ-692] ConnectionPoolDataSource interface addition to MariaDbPoolDataSource
Revision #a0f2f42a [CONJ-561] JDBC 4.3 Statement enquoteLiteral, enquoteIdentifier, isSimpleIdentifier and enquoteNCharLiteral methods
Revision #4c894f94 [CONJ-727] TLS socket factory service implementation Default implementation is provided.
Revision #d462f323 [misc] removing test for sha2 plugin for MySQL version before 5.7
Revision #a5cc2bf6 [misc] travis testing configuration correction for caching_sha2_password
Revision #4630edc3 [CONJ-663] Implement caching_sha2_password and sha256_password plugin
Revision #5549f4bb [misc] remove multi-authentication test if using maxscale
Revision #9ad6dea0 [CONJ-734] DatabaseMetaData.getSchemaTerm must return "schema"
Revision #67af2abb [misc] correcting appveyor MariaDB server version
Revision #6a3d4aa0 [misc] set default testing to 10.4, removing deprecated MariaDB 10.0
Revision #b653d149 [CONJ-733] adding credential service implementation Credential service permits providing user / password just implementing CredentialPlugin interface. 3 default implementations : - using environment credential - using java system properties credential - using IAM authentication
Revision #7880c6a9 [CONJ-733] adding javadoc to Authentication plugin management classes moving Options class since available from external authentication plugin
Revision #bfaa6a24 [CONJ-733] Authentication plugin management using service loader. Authentication plugins now implements AuthenticationPlugin and must be declared in services. This permits automatic loading if present in classpath
Revision #492c2e90 [CONJ-732] Driver getPropertyInfo returns no options information for empty url
Revision #1b8c88ad Merge branch 'master' into develop
Revision #1bcbc8c9 [misc] enwuring test stability for aurora
Revision #955d7a9e [misc] test stability improvement on Driver deregisterDriver
Revision #d286f819 [CONJ-729] master-slave regression: commit on read-only server Executed only when there is an active transaction on master connection
Revision #0dba4723 [CONJ-563] handling driver possible de-reregistration then new registration
Revision #6d55197b [misc] checktyle code correction
Revision #0831106b [CONJ-563] ensure closing when using custom scheduler provider Removing race condition in case of Driver de-reregistration and new registration
Revision #cbe7f560 [CONJ-563] Driver deregistration now close active thread pools. Customs pool provided interface will have to implements a new close method.
Revision #6b473f7c [misc] correction to return expected exception type on connection error
Revision #6caf2118 [misc] travis jdk test
Revision #ad8b9752 Merge branch 'feature/CONJ-724' into develop
Revision #ffa77219 [misc] connection refactoring for simplification This will a future proxy redirection evolution
Revision #57c36588 [CONJ-725] Connection Failure when using PAM authenticated user on 10.4 MariaDB server
Revision #501e3fbd [CONJ-724] Do not ignore the Calendar parameter in ResultSet#getTime(int, Calendar)
Revision #89fcc879 [CONJ-724] Test passing explicit calendars to setDate/getDate/setTime/getTime/etc.
Revision #b0ead1f1 Merge tag '2.4.3' into develop
This page is: Copyright © 2025 MariaDB. All rights reserved.