All pages
Powered by GitBook
1 of 6

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Connector/J 2.5.3 Changelog

Download | Release Notes | Changelog |

Release date: 8 Jan 2020

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub 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

  • - [] better import package format in manifest file

  • - Merge branch 'pull/149' into develop

  • - [misc] better variable naming

  • - [misc] changing travis link to

  • - [] protocol error when not setting database, indicating null authentication plugin

  • - [misc] change github links to mariadb-corporation

  • - remove invalid header, reformat headers for easier reading/editing

  • - [] JDBC Conversion Function fast-path skipped

Revision #7be1f01c
CONJ-752
Revision #dd5e00d6
Revision #370aa7ef
Revision #e56a115f
Revision #87e79e0f
CONJ-750
Revision #8340e69e
Revision #2e54cee7
Revision #e2e6c245
CONJ-747

Connector/J 2.5.2 Changelog

Download | Release Notes | Changelog |

Release date: 22 Nov 2019

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub 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

  • - ] pool reset removal for mysql server since incompatibility

  • - [misc] ensure metadata column name fastpath value

  • - [misc] metadata column name fastpath correction

  • - Merge branch 'master' into develop

  • - [] use pool reset only for corrected COM_RESET_CONNECTION

  • - [] Signed byte value wrong serialization for text protocol

  • - [] ensure plugin using Driver classloader

  • - [misc] update to 2.5.2-SNAPSHOT version

  • - [misc] update README to latest version

Connector/J 2.5.4 Changelog

Download | Release Notes | Changelog |

Release date: 27 Jan 2020

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub 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

  • [] permits to avoid setting session_track_schema with new option trackSchema

  • [] better Trace format logging

Connector/J 2.5 Changelogs

Changelogs for the MariaDB Connector/J 2.5 series

Revision #f7c59bc6
CONJ-745
Revision #1d929580
Revision #30e52a12
Revision #564dfc4f
Revision #f6d27fa8
CONJ-745
Revision #87946bb9
CONJ-743
Revision #4e0705bb
CONJ-742
Revision #ed382fa6
Revision #93167ab9
Revision #39eeb60e
CONJ-755
Revision #38c8a69d
CONJ-756

Connector/J 2.5.0 Changelog

The most recent release of is:

Download | Release Notes | Changelog |

Release date: 3 Oct 2019

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub 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

  • [misc] updating copyright

  • [misc] code format standardization following google-java-format

  • [] ConnectionPoolDataSource interface addition to MariaDbPoolDataSource

  • [] JDBC 4.3 Statement enquoteLiteral, enquoteIdentifier, isSimpleIdentifier and enquoteNCharLiteral methods

  • [] TLS socket factory service implementation Default implementation is provided.

  • [misc] removing test for sha2 plugin for MySQL version before 5.7

  • [misc] travis testing configuration correction for caching_sha2_password

  • [] Implement caching_sha2_password and sha256_password plugin

  • [misc] remove multi-authentication test if using maxscale

  • [] DatabaseMetaData.getSchemaTerm must return "schema"

  • [misc] correcting appveyor MariaDB server version

  • [misc] set default testing to 10.4, removing deprecated

  • [] 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

  • [] adding javadoc to Authentication plugin management classes moving Options class since available from external authentication plugin

  • [] 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

  • [] Driver getPropertyInfo returns no options information for empty url

  • Merge branch 'master' into develop

  • [misc] enwuring test stability for aurora

  • [misc] test stability improvement on Driver deregisterDriver

  • [] master-slave regression: commit on read-only server Executed only when there is an active transaction on master connection

  • [] handling driver possible de-reregistration then new registration

  • [misc] checktyle code correction

  • [] ensure closing when using custom scheduler provider Removing race condition in case of Driver de-reregistration and new registration

  • [] Driver deregistration now close active thread pools. Customs pool provided interface will have to implements a new close method.

  • [misc] correction to return expected exception type on connection error

  • [misc] travis jdk test

  • Merge branch 'feature/' into develop

  • [misc] connection refactoring for simplification This will a future proxy redirection evolution

  • [] Connection Failure when using PAM authenticated user on 10.4 MariaDB server

  • [] Do not ignore the Calendar parameter in ResultSet#getTime(int, Calendar)

  • [] Test passing explicit calendars to setDate/getDate/setTime/getTime/etc.

  • Merge tag '2.4.3' into develop

Connector/J 2.5.1 Changelog

The most recent release of is:

Download | Release Notes | Changelog |

Release date: 16 Oct 2019

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub 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

  • - [] PAM authentication multiple exchanges using connection string information

  • - [misc] batch testing correction

  • - [] sha256User testing correction

  • - [] Error packet caching_sha2_password not handled when not having password

  • - [] OSGI compliance

  • - Merge branch 'develop' into pull/133

  • - [misc] simplify attribute test

  • - skip for mysql 5.5 and mariadb <10.0

  • - test why version filter doesnot work

  • - skip for mysql5.5

  • - attribute _server_host test

  • - Merge branch 'master' into develop

  • - Update readme to latest version

  • - [misc] Statement enquoteLiteral proper escape

  • - [] Multi insert should return multi generated keys

  • - Comments from review

  • - Support the Data Service Specification for JDBCâ„¢ Technology

The most recent release of is:

The most recent release of is:

The most recent release of is:

Revision #ae066948
Revision #d4eecfbb
Revision #533b1f8d
CONJ-692
Revision #a0f2f42a
CONJ-561
Revision #4c894f94
CONJ-727
Revision #d462f323
Revision #a5cc2bf6
Revision #4630edc3
CONJ-663
Revision #5549f4bb
Revision #9ad6dea0
CONJ-734
Revision #67af2abb
Revision #6a3d4aa0
MariaDB 10.0
Revision #b653d149
CONJ-733
Revision #7880c6a9
CONJ-733
Revision #bfaa6a24
CONJ-733
Revision #492c2e90
CONJ-732
Revision #1b8c88ad
Revision #1bcbc8c9
Revision #955d7a9e
Revision #d286f819
CONJ-729
Revision #0dba4723
CONJ-563
Revision #6d55197b
Revision #0831106b
CONJ-563
Revision #cbe7f560
CONJ-563
Revision #6b473f7c
Revision #6caf2118
Revision #ad8b9752
CONJ-724
Revision #ffa77219
Revision #57c36588
CONJ-725
Revision #501e3fbd
CONJ-724
Revision #89fcc879
CONJ-724
Revision #b0ead1f1
Connector/J 3.5.6
Download Now
Revision #aa352d56
CONJ-738
Revision #cd680e89
Revision #e1b9d5a9
CONJ-737
Revision #3d4586a2
CONJ-737
Revision #b92a483c
CONJ-736
Revision #e242f8c3
Revision #a5486a5e
Revision #7f9efa1b
Revision #25a83e7b
Revision #0cd9720f
Revision #255566de
Revision #a33c3304
Revision #4ee1c442
Revision #66cb42af
Revision #2c8e06ac
CONJ-735
Revision #1d831664
Revision #3dd5178a
Connector/J 3.5.6
Download Now
Connector/J 3.5.6
Download Now
Connector/J 3.5.6
Download Now
Connector/J 3.5.6
Download Now
About MariaDB Connector/J
MariaDB Connector/J
About MariaDB Connector/J
MariaDB Connector/J
About MariaDB Connector/J
MariaDB Connector/J
About MariaDB Connector/J
MariaDB Connector/J
About MariaDB Connector/J
MariaDB Connector/J

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

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

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

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

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