diff --git a/release-notes/.gitbook/includes/unreleased-java.md b/release-notes/.gitbook/includes/unreleased-java.md index 98d1418d32..9a33ee3691 100644 --- a/release-notes/.gitbook/includes/unreleased-java.md +++ b/release-notes/.gitbook/includes/unreleased-java.md @@ -5,5 +5,5 @@ title: unreleased-java {% hint style="danger" %} **Note:** This page describes features in an _**unreleased**_ version of [**MariaDB Connector/J**](https://app.gitbook.com/s/CjGYMsT2MVP4nd3IyW2L/mariadb-connector-j/about-mariadb-connector-j). -_**Unreleased**_ means there are no official packages or binaries available for download which contain the features. The source code is available on [**GitHub**](https://github.com/mariadb-corporation/mariadb-connector-j/). +_**Unreleased**_ means there are no official packages or binaries available for download which contain the features. The source code is available on [**GitHub**](https://github.com/mariadb-corporation/mariadb-connector-j/). Until it is released, any download links will take you to the previous version. {% endhint %} diff --git a/release-notes/connectors/java/2.7/2.7.13.md b/release-notes/connectors/java/2.7/2.7.13.md new file mode 100644 index 0000000000..0c3457e098 --- /dev/null +++ b/release-notes/connectors/java/2.7/2.7.13.md @@ -0,0 +1,33 @@ +--- +hidden: true +--- +# Connector/J 2.7.12 Release Notes + +{% include "../../../.gitbook/includes/unreleased-java.md" %} + +{% include "../../../.gitbook/includes/latest-java.md" %} + +[Download](https://mariadb.com/downloads/connectors) | **Release Notes** | [Changelog](../changelogs/2.7/2.7.13.md) | [About MariaDB Connector/J](https://app.gitbook.com/s/CjGYMsT2MVP4nd3IyW2L/mariadb-connector-j/about-mariadb-connector-j) + +**Release date:** XX Dec 2025 + +MariaDB Connector/J 2.7.13 is a [_**Stable**_](../../../community-server/about/release-criteria.md) _**(GA)**_ release. + +{% include "../../../.gitbook/includes/connector-j-overview.md" %} + +## Bugs Fixed + +* [CONJ-661](https://jira.mariadb.org/browse/CONJ-661) Fixed intermittent NullPointerException when calling prepareStatement +* [CONJ-1167](https://jira.mariadb.org/browse/CONJ-1167) Fixed possible ArrayIndexOutOfBoundsException when using CallableStatement +* [CONJ-1185](https://jira.mariadb.org/browse/CONJ-1185) Fixed Android compatibility issue: Pattern CANON_EQ flag not supported +* [CONJ-1293](https://jira.mariadb.org/browse/CONJ-1293) Fixed NullPointerException in MariaDbDataSource when setLoginTimeout(0) has been called +* [CONJ-1174](https://jira.mariadb.org/browse/CONJ-1174) Fixed ResultSetMetaData precision for signed BIGINT (was reported as 20) + +## Changelog + +For a complete list of changes made in MariaDB Connector/J 2.7.13, with links to detailed\ +information on each push, see the [changelog](../changelogs/2.7/2.7.13.md). + +{% include "https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/~/reusable/pNHZQXPP5OEz2TgvhFva/" %} + +{% @marketo/form formid="4316" formId="4316" %} diff --git a/release-notes/connectors/java/all-releases.md b/release-notes/connectors/java/all-releases.md index 65ec369154..843477f673 100644 --- a/release-notes/connectors/java/all-releases.md +++ b/release-notes/connectors/java/all-releases.md @@ -70,7 +70,8 @@ description: A list of all MariaDB Connector/J releases ## 2.7 | Release | Release Date | Status | Min. Java Compat. | -| ----------------------- | ------------ | ----------- | ----------------- | +|-------------------------|--------------| ----------- | ----------------- | +| [2.7.13](2.7/2.7.13.md) | XX Dec 2025 | Stable (GA) | Java 8 | | [2.7.12](2.7/2.7.12.md) | 20 Feb 2024 | Stable (GA) | Java 8 | | [2.7.11](2.7/2.7.11.md) | 08 Nov 2023 | Stable (GA) | Java 8 | | [2.7.10](2.7/2.7.10.md) | 25 Aug 2023 | Stable (GA) | Java 8 | diff --git a/release-notes/connectors/java/changelogs/2.7/2.7.13.md b/release-notes/connectors/java/changelogs/2.7/2.7.13.md new file mode 100644 index 0000000000..89903d7a61 --- /dev/null +++ b/release-notes/connectors/java/changelogs/2.7/2.7.13.md @@ -0,0 +1,43 @@ +# Connector/J 2.7.13 Changelog + +{% include "../../../../.gitbook/includes/latest-java.md" %} + +[Download](https://mariadb.com/downloads/#connectors) | [Release Notes](../../2.7/2.7.13.md) | **Changelog** | [About MariaDB Connector/J](https://app.gitbook.com/s/CjGYMsT2MVP4nd3IyW2L/mariadb-connector-j/about-mariadb-connector-j) + +**Release date:** XX Dec 2025 + +For the highlights of this release, see the [release notes](../../2.7/2.7.13.md). + +The revision number links will take you to the revision's page on GitHub. On [GitHub](https://github.com/MariaDB/mariadb-connector-j) you can view more\ +details of the revision and view diffs of the code modified in that revision. + +* [Revision #682238698](https://github.com/mariadb-corporation/mariadb-connector-j/commit/682238698) bump 2.7.13 release version +* [Revision #984e85228](https://github.com/mariadb-corporation/mariadb-connector-j/commit/984e85228) \[[CONJ-1293](https://jira.mariadb.org/browse/CONJ-1293)] NPE with MariaDbDataSource when setLoginTimeout(0) has been called +* [Revision #9485da154](https://github.com/mariadb-corporation/mariadb-connector-j/commit/9485da154) [misc] bump dependencies +* [Revision #3d4f78aba](https://github.com/mariadb-corporation/mariadb-connector-j/commit/3d4f78aba) [misc] code style correction +* [Revision #2c707945a](https://github.com/mariadb-corporation/mariadb-connector-j/commit/2c707945a) [misc] correcting label on github action +* [Revision #a70de9b6f](https://github.com/mariadb-corporation/mariadb-connector-j/commit/a70de9b6f) [misc] ensure test stability on windows/osx +* [Revision #b6ad97217](https://github.com/mariadb-corporation/mariadb-connector-j/commit/b6ad97217) [misc] ensure mysql test compatibility for local socket test +* [Revision #5c69eb9dc](https://github.com/mariadb-corporation/mariadb-connector-j/commit/5c69eb9dc) [misc] ensure mysql test compatibility +* [Revision #8af9c9ec1](https://github.com/mariadb-corporation/mariadb-connector-j/commit/8af9c9ec1) [misc] add github action cron +* [Revision #fd8afff54](https://github.com/mariadb-corporation/mariadb-connector-j/commit/fd8afff54) [misc] test stability improvement +* [Revision #9e1db7335](https://github.com/mariadb-corporation/mariadb-connector-j/commit/9e1db7335) [misc] github action testing by default all maintained / develop branches +* [Revision #1c6b3ca73](https://github.com/mariadb-corporation/mariadb-connector-j/commit/1c6b3ca73) [misc] action script improvement +* [Revision #74b2ba3e5](https://github.com/mariadb-corporation/mariadb-connector-j/commit/74b2ba3e5) [misc] add correct CI badge +* [Revision #c4eaaa387](https://github.com/mariadb-corporation/mariadb-connector-j/commit/c4eaaa387) [misc] permit using serverRsaPublicKeyFile certificate string value +* [Revision #22c64bd69](https://github.com/mariadb-corporation/mariadb-connector-j/commit/22c64bd69) [misc] ensure MySQL test stability with 8.4 +* [Revision #a6ec64879](https://github.com/mariadb-corporation/mariadb-connector-j/commit/a6ec64879) [misc] improve test for stability +* [Revision #a9e863986](https://github.com/mariadb-corporation/mariadb-connector-j/commit/a9e863986) [misc] ensure test stability with recent ES servers +* [Revision #aaca0dbff](https://github.com/mariadb-corporation/mariadb-connector-j/commit/aaca0dbff)) [misc] test stability improvement +* [Revision #6b962e9c4](https://github.com/mariadb-corporation/mariadb-connector-j/commit/6b962e9c4) [misc] update travis +* [Revision #3f6873546](https://github.com/mariadb-corporation/mariadb-connector-j/commit/3f6873546) \[[CONJ-661](https://jira.mariadb.org/browse/CONJ-661)] avoiding NullPointerException when no primary and replica are available +* [Revision #0cb7bf7e6](https://github.com/mariadb-corporation/mariadb-connector-j/commit/0cb7bf7e6) \[[CONJ-1185](https://jira.mariadb.org/browse/CONJ-1185)] error CANON_EQ flag not supported in Android app +* [Revision #75b1201bf](https://github.com/mariadb-corporation/mariadb-connector-j/commit/75b1201bf) [misc] improve test for maxscale +* [Revision #8591c0796](https://github.com/mariadb-corporation/mariadb-connector-j/commit/8591c0796) [misc] update server test to recent version +* [Revision #a624620bb](https://github.com/mariadb-corporation/mariadb-connector-j/commit/a624620bb) \[[CONJ-1174](https://jira.mariadb.org/browse/CONJ-1174)] wrong value for ResultSetMetaData.getPrecision() signed numeric +* [Revision #4db1631fb](https://github.com/mariadb-corporation/mariadb-connector-j/commit/4db1631fb) \[[CONJ-1167](https://jira.mariadb.org/browse/CONJ-1167)] possible java.lang.ArrayIndexOutOfBoundsException when using callableStatement +* [Revision #59bb5f4db](https://github.com/mariadb-corporation/mariadb-connector-j/commit/59bb5f4db) bump 2.7.13 SNAPSHOT version +* +{% include "https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/~/reusable/pNHZQXPP5OEz2TgvhFva/" %} + +{% @marketo/form formid="4316" formId="4316" %}