arrow-left

All pages
gitbookPowered by GitBook
1 of 6

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Connector/J 3.3.3 Release Notes

circle-info

The most recent release of is:

hashtag
Connector/J 3.5.7 Download Now

| Release Notes | |

Release date: 20 Feb 2024

MariaDB Connector/J 3.3.3 is a (GA) release.

circle-info

For an overview of MariaDB Connector/J see the page

hashtag
Bugs Fixed

  • regression: nonparameterized batch fails

  • Error using PrepareStatement.setURL with null url

  • Improve message when reaching socket timeout during connection initial commands

hashtag
Changelog

For a complete list of changes made in MariaDB Connector/J 3.3.3, with links to detailed information on each push, see the .

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

Downloadarrow-up-right
Changelog
Stable
CONJ-1050arrow-up-right
CONJ-1150arrow-up-right
CONJ-1152arrow-up-right
changelog

Connector/J 3.3 Release Notes

Release Notes for MariaDB Connector/J 3.3 series

Connector/J 3.3.1 Release Notes

circle-info

The most recent release of is:

hashtag
Connector/J 3.5.7 Download Now

| Release Notes | |

Release date: 29 Nov 2023

MariaDB Connector/J 3.3.1 is a (GA) release, and will replace 3.2 as the maintenance releases.

circle-info

For an overview of MariaDB Connector/J see the page

hashtag
Bugs Fixed

  • java 8 compatibility error in 3.3.0

  • missing OSGi javax.crypto dependency

  • ensure not having OOM when setting huge fetch size

hashtag
Changelog

For a complete list of changes made in MariaDB Connector/J 3.3.1, with links to detailed information on each push, see the .

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

Regression in clearBatch() for parameterized statements
  • setting fetchSize directly on a ResultSet object does not reflect the expected change

  • Statement.getResultSetType () failed to change the result set type

  • Setting Negative Fetch Size on ResultSet Without Throwing Error

  • Downloadarrow-up-right
    Changelog
    Stable
    CONJ-1120arrow-up-right
    CONJ-1123arrow-up-right
    CONJ-1124arrow-up-right
    changelog
    CONJ-1109arrow-up-right
    CONJ-1126arrow-up-right
    CONJ-1127arrow-up-right
    CONJ-1128arrow-up-right
    spinner
    spinner
    MariaDB Connector/J
    About MariaDB Connector/J
    About MariaDB Connector/J
    MariaDB Connector/J
    About MariaDB Connector/J
    About MariaDB Connector/J

    Connector/J 3.3.4 Release Notes

    circle-info

    The most recent release of MariaDB Connector/J is:

    hashtag
    Connector/J 3.5.7 Download Now

    | Release Notes | |

    Release date: 27 Mar 2025

    MariaDB Connector/J 3.3.4 is a (GA) release.

    circle-info

    For an overview of MariaDB Connector/J see the page

    hashtag
    Bugs Fixed

    • : Fixed issue with incorrect statements.isClosed value after closing connection

    • : Prevented NPE (Null Pointer Exception) after reconnection failure in high availability configurations

    • : Disabled BULK operations when no parameters are present

    hashtag
    Changelog

    For a complete list of changes made in MariaDB Connector/J 3.3.4, with links to detailed information on each push, see the .

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

    Downloadarrow-up-right
    Changelog
    Stable
    CONJ-1237arrow-up-right
    CONJ-1236arrow-up-right
    CONJ-1239arrow-up-right
    changelog
    spinner
    About MariaDB Connector/J
    About MariaDB Connector/J

    Connector/J 3.3.2 Release Notes

    circle-info

    The most recent release of MariaDB Connector/J is:

    hashtag
    Connector/J 3.5.7 Download Now

    | Release Notes | |

    Release date: 19 Dec 2023

    MariaDB Connector/J 3.3.2 is a (GA) release, and will replace 3.2 as the maintenance releases.

    circle-info

    For an overview of MariaDB Connector/J see the page

    hashtag
    Bugs Fixed

    • new option returnMultiValuesGeneratedIds for connector 2.x compatibility, so getGeneratedKeys() return all ids of multi-value inserts

    • regression caussing ClassCastException on DatabaseMetaData when use with option defaultFetchSize set

    • Metadata.getPrimaryKeys table comparison using like in place of strict equality

    hashtag
    Changelog

    For a complete list of changes made in MariaDB Connector/J 3.3.2, with links to detailed information on each push, see the .

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

    ensuring batch parameter are cleared after SQL Failure

  • NullPointerException when Calling getGeneratedKeys() after an SQL Failure

  • Ensuring reseting result for getUpdateCount() after an SQL Failure

  • ensuring BULK command not used when using INSERT ON DUPLICATE KEY UPDATE in order to always have unique affected rows by default

  • wrong decoding for Resultset.getByte() results for binary varchar fields

  • ensuring never having NPE in OkPacket when setting auto commit

  • Inconsistency in Behavior of PreparedStatement After closeOnCompletion() Between MariaDB and MySQL Connectors

  • Metadata getTableTypes result was not ordered by TABLE_TYPE

  • Downloadarrow-up-right
    Changelog
    Stable
    CONJ-1117arrow-up-right
    CONJ-1140arrow-up-right
    CONJ-1129arrow-up-right
    changelog
    spinner
    About MariaDB Connector/J
    About MariaDB Connector/J
    CONJ-1130arrow-up-right
    CONJ-1131arrow-up-right
    CONJ-1132arrow-up-right
    CONJ-1135arrow-up-right
    CONJ-1136arrow-up-right
    CONJ-1137arrow-up-right
    CONJ-1138arrow-up-right
    CONJ-1049arrow-up-right

    Connector/J 3.3.0 Release Notes

    circle-info

    The most recent release of MariaDB Connector/J is:

    hashtag
    Connector/J 3.5.7 Download Now

    | Release Notes | |

    Release date: 8 Nov 2023

    MariaDB Connector/J 3.3.0 is a (GA) release, and will replace 3.2 as the maintenance releases.

    circle-info

    For an overview of MariaDB Connector/J see the page

    hashtag
    Notable Changes

    • Make connector become more virtual-thread friendly

    • Database metadata listing TEMPORARY tables/sequences

    • update ed25519 to recent version

    hashtag
    Bugs Fixed

    • BatchUpdateException.getUpdateCounts() returns SUCCESS_NO_INFO but expects EXECUTE_FAILED

    hashtag
    Changelog

    For a complete list of changes made in MariaDB Connector/J 3.3.0, with links to detailed information on each push, see the .

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

    Avoid unnecessary synchronization on calendar when no calendar parameter
    Downloadarrow-up-right
    Changelog
    Stable
    CONJ-1115arrow-up-right
    CONJ-1108arrow-up-right
    CONJ-1113arrow-up-right
    CONJ-1102arrow-up-right
    changelog
    spinner
    About MariaDB Connector/J
    About MariaDB Connector/J
    CONJ-1116arrow-up-right