All pages
Powered by GitBook
1 of 4

Loading...

Loading...

Loading...

Loading...

Connector/J 2.6 Changelogs

Changelogs for the MariaDB Connector/J 2.6 series

Connector/J 2.6.2 Changelog

Download | Release Notes | Changelog |

Release date: 23 Jul 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 #1bcf2b14 - Merge branch 'release/2.6.2'

  • Revision #6de6b5db - bump 2.6.2 version

  • - [] resultset metadata implementation correction for isReadOnly/isWritable/isDefinitelyWritable

  • - [misc] error improvement on wrong label

  • - [] collation utf32 regression correction

  • - [] version parser correction

Revision #ca79fb31
CONJ-809
Revision #426d8290
Revision #d7927934
CONJ-808
Revision #aa8cdc60
CONJ-802

Connector/J 2.6.1 Changelog

Download | Release Notes | Changelog |

Release date: 23 Jun 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 #fe21e66f - version 2.6.1 bump

  • Revision #1092f777 - [misc] Ssl test forcing old TLS version removed for newer server

  • - [] correcting CI test

  • - [misc] removing testing in appveyor for server 5.5 version since EOL

  • - [] Missing import org.osgi.service.jdbc in Import-Package clause of the OSGi manifest

  • - [] possible race condition correction using resultset getter with label

  • - [] nativeQuery escaping double backslash correction

  • - [] implementation of Statement setEscapeProcessing to permit skipping escaping for big query

  • - [] resultset.getRow() is now implemented for streaming resultset with TYPE_FORWARD_ONLY type

  • - Fix pool.close() issue

  • - [misc] javadoc missing parameter addition

  • - [] autodetection connection collation set to utf8mb4 equivalent collation for server configured to use UTF8mb3 collation

  • - [misc] correcting wrong snapshot version in README.md

  • - [] correcting CallableStatement.getter for output parameter.

  • - [misc] set 2.6.1-SNAPSHOT tag

  • - [] parameter metadata get parameter count even when query cannot be prepared

  • - [] Resultset metadata test correction

  • - [] Resultset metadata implementation for isReadOnly/isWritable/isDefinitelyWritable

  • - [] prepare statement getMetaData() now return null in case of command that cannot be prepared as JDBC requires

  • - [misc] code style correction

  • - [misc] small improvement - avoid skipping unread result-set when prepare is in cache - correct debug output format

  • - [] using option assureReadOnly Connection.setReadOnly set Session transaction in READ ONLY / READ WRITE mode

  • - [] ensure connection reference removal on (prepared) Statement close

  • - [misc] code style correction

  • - [] OSGi DataSourceFactory implementation correction

  • - [] stop() correction of OSGi bundle activator

  • - [] Add MariaDB Cloud testing to Travis

  • - [] DatabaseMetaData.supportsMultipleResultSets() return true as expected

  • - Merge branch 'pull/155' into develop

  • - Fix pool.close() issue

  • - [misc] ensuring avoiding ConcurrentModificationException when enabling LruTraceCache

  • - [] Temporal Data Tables test correction

  • - [] Temporal Data Tables are not listed in DatabaseMetaData.getTables

  • - [] correcting possible NPE with badly formed connection string

  • - [misc] removing 5.5 version testing, since not available in docker anymore

  • - Merge tag '2.6.0' into develop

Revision #28030fc1
CONJ-800
Revision #79ccf96a
Revision #dedad9aa
CONJ-778
Revision #a52752c3
CONJ-801
Revision #e629ae18
CONJ-785
Revision #9c71119f
CONJ-800
Revision #fbb4e9df
CONJ-795
Revision #2065a1a9
Revision #299dcac6
Revision #6edc091e
CONJ-797
Revision #87565cdd
Revision #c1db252e
CONJ-791
Revision #7b569cb5
Revision #12af84fa
CONJ-705
Revision #ceb2b5e7
CONJ-788
Revision #162c78c8
CONJ-788
Revision #05a9f753
CONJ-705
Revision #eb6ce240
Revision #30cb8c29
Revision #b271a747
CONJ-786
Revision #d4282eac
CONJ-789
Revision #0819dba4
Revision #0e6dc646
CONJ-780
Revision #f0e4180f
CONJ-779
Revision #01c53cb9
CONJ-782
Revision #8dfce9ab
CONJ-781
Revision #0c6a591f
Revision #27848813
Revision #7591a8d6
Revision #7e89ed83
CONJ-776
Revision #5506f004
CONJ-776
Revision #ab2e8dbc
CONJ-775
Revision #c5a016d6
Revision #134ff7fa

The most recent release of is:

Connector/J 3.5.7 Download Now

The most recent release of is:

Connector/J 3.5.7 Download Now

Connector/J 2.6.0 Changelog

The most recent release of is:

Download | Release Notes | Changelog |

Release date: 20 Mar 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 #3bc66153 Merge branch 'release/2.6.0'

  • Revision #c8a8200e bump 2.6.0 version

  • [misc] code style correction

  • Merge remote-tracking branch 'origin/develop' into develop

  • Merge branch 'pull/153' into develop

  • [misc] ensure tracktrace results

  • [misc] adding test coverage

  • [] manage possible concurrent modification exception on connection force kill without needing synchronisation

  • [misc] update appveyor MariaDB server version

  • Merge remote-tracking branch 'origin/develop' into develop

  • [] avoid possible ConcurrentModificationException on LinkedHashMap

  • [] enablePacketDebug reset stack when reconnecting At the same time, avoid adding stack multiple time

  • [misc] changing pom organization link

  • [] Galera validation galeraAllowedState on connection

  • [] provide custom SocketFactory configuration option

  • [] permit using Aurora RO endpoint - code style correction after merge

  • Added unit test to help illustrate the problem

  • Modified reg-ex patterns to match Aurora's read-only endpoints

  • [] correcting implementation in case of explicit socketTimeout of 0

  • [] Adding a socket timeout until complete authentication, to avoid hangs is server doesn't support pipelining

  • [misc] correcting thread id value to long, even if only having int value for now

  • Merge branch 'pull/152' into develop

  • [misc] test correction

  • [misc] code style change using google style guide settings

  • [] DatabaseMetaData.getExportedKeys now not restricted to one mandatory table

  • Merge branch 'pull/153' into develop

  • [misc] ensure tracktrace results

  • [misc] adding test coverage

  • [] manage possible concurrent modification exception on connection force kill without needing synchronisation

  • [misc] update appveyor MariaDB server version

  • Merge remote-tracking branch 'origin/develop' into develop

  • [] correcting JDBC Conversion Function support parsing correcting javadoc hexadecimal format description

  • [] avoid possible ConcurrentModificationException on LinkedHashMap

  • [] enablePacketDebug reset stack when reconnecting At the same time, avoid adding stack multiple time

  • [misc] changing pom organization link

  • [] Add a hint about createDatabaseIfNotExist

  • [] Galera validation galeraAllowedState on connection

  • [] provide custom SocketFactory configuration option

  • [] permit using Aurora RO endpoint - code style correction after merge

  • Added unit test to help illustrate the problem

  • Modified reg-ex patterns to match Aurora's read-only endpoints

  • [] correcting implementation in case of explicit socketTimeout of 0

  • [] Adding a socket timeout until complete authentication, to avoid hangs is server doesn't support pipelining

  • [misc] correcting thread id value to long, even if only having int value for now

  • Merge branch 'pull/152' into develop

  • [misc] test correction

  • [misc] code style change using google style guide settings

  • [] DatabaseMetaData.getExportedKeys now not restricted to one mandatory table

  • [] DatabaseMetaData.getExportedKeys return "PRIMARY" for PK_NAME column (was null)

  • [misc] correcting wrong error message

  • [misc] update copyright

  • [misc] checkstyle correction

  • [misc] correct appveyor script

  • [misc] updating dependencies

  • [misc] removing HikariCP from test suite run sha256 test on windows

  • [misc] correcting optional tag for test dependencies

  • returns PRIMARY as PK_NAME in getExportedKeys

  • [misc] correction of field length in the hypothetical case of a parameter with a length of more than 2 ^ 48

  • [misc] adding javadoc for executeUpdate

  • [misc] better handling of case when command doesn't support prepare

  • Merge branch 'pull/148' into develop

  • Merge branch 'pull/150' into develop

  • Merge branch 'pull/151' into develop

  • update conditional to sync currentProtocol to newSecondary on lockAndSwitch

  • [misc] Bump checkstyle from 8.18 to 8.29

  • [misc] Exception handling refactoring test correction

  • Bump checkstyle from 8.18 to 8.29

  • [misc] updating copyright

  • [misc] Various change - Exception handling refactoring: * Sql is now only on first Exception of stracktrace * Always have thread id logged but for generic exception * ensure to log sql when on dumpQueriesOnException is enable - ColumnDefinition renaming to follow protocol description - Blob faster position() implementation - unnamed Savepoint now generate unique internal identifier

  • [misc] adding tests on travis and Appveyor

  • Merge branch 'master' into develop

  • [misc] small code cleanup

  • [] correction for LRUTraceCache excption loggin

  • [misc] code cleaning

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

  • [misc] import refactoring

  • [] better Trace format logging

  • [misc] remove unnecessary test

  • [misc] set version to 2.6.0 SNAPSHOT

  • improve skip condition

Revision #642546a6
Revision #37b2c406
Revision #94fa2ace
Revision #82717fdd
Revision #f1d09242
Revision #3e6d64c8
CONJ-771
Revision #0aa3191a
Revision #b253802d
Revision #8af696fc
CONJ-771
Revision #7ed6405a
CONJ-771
Revision #4c61a2e5
Revision #026cca25
CONJ-768
Revision #fb58d9f0
CONJ-763
Revision #ef76fd11
CONJ-767
Revision #dd4ff051
Revision #11763f9f
Revision #82b4a329
CONJ-766
Revision #09ec2d73
CONJ-766
Revision #cc381152
Revision #6b9464d0
Revision #c5363493
Revision #b4598531
Revision #ca6989d2
CONJ-765
Revision #576137e8
Revision #47321494
Revision #a7fa67c6
Revision #ca164149
CONJ-711
Revision #536ae737
Revision #a959726d
Revision #75e1527c
CONJ-772
Revision #7a8dde44
CONJ-771
Revision #2374bbed
CONJ-771
Revision #32966da0
Revision #326cb9cf
CONJ-769
Revision #e5c26f8d
CONJ-768
Revision #0cb63054
CONJ-763
Revision #3029757c
CONJ-767
Revision #c626c8a9
Revision #5c220124
Revision #37511983
CONJ-766
Revision #75eca0ee
CONJ-766
Revision #57ff2248
Revision #eb46ba49
Revision #3f4a2852
Revision #e68858d1
Revision #1063fc44
CONJ-767
Revision #d2e0430d
CONJ-764
Revision #97cead8a
Revision #ae99e8d0
Revision #d5d095a2
Revision #4afda6ab
Revision #fed18ab3
Revision #5c41c872
Revision #a425786e
Revision #1990c34c
Revision #5875cbe0
Revision #90322375
Revision #ff504b52
Revision #ee9a7d05
Revision #744771ff
Revision #0cb0a434
Revision #be2168f9
Revision #8fce89db
Revision #dbe4202d
Revision #4b461e34
Revision #c88ef087
Revision #fcbcbc1a
Revision #b92896a7
MariaDB 10.5
Revision #6a6e2c3d
Revision #70ad37cc
Revision #493e69c4
CONJ-756
Revision #71ea050b
Revision #ab27ba97
CONJ-755
Revision #0d91ea2a
Revision #9a00b677
CONJ-756
Revision #b7248685
Revision #23bd79b9
Revision #fa8a5204
Connector/J 3.5.7
Download Now
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.