Bump org.mariadb.jdbc:mariadb-java-client from 3.5.2 to 3.5.3
Bumps org.mariadb.jdbc:mariadb-java-client from 3.5.2 to 3.5.3.
Release notes
Sourced from org.mariadb.jdbc:mariadb-java-client's releases.
MariaDB Connector/Java 3.5.3
3.5.3 (Feb 2025)
Bugs Fixed
- CONJ-1226 Fixed issue where dates containing zero day or month resulted in a DateTimeException
- CONJ-1232 Resolved timestamp string representation incompatibility between versions 2.7 and 3.x
- see new option oldModeNoPrecisionTimestamp
- CONJ-1226 Fixed incorrect values returned by ResultSet.getColumnType() for unsigned values
- CONJ-1241 Corrected regression in 3.x affecting column metadata for unsigned types
- CONJ-1243 Fixed CallableStatement.getParameterMetadata() returning wrong java.sql.Type for boolean values
- CONJ-1236 Prevented NPE (Null Pointer Exception) after reconnection failure in high availability configurations
- CONJ-1237 Fixed issue with incorrect statements.isClosed value after closing connection
- CONJ-1239 Disabled BULK operations when no parameters are present
- CONJ-1240 Fixed connectivity issues with databases that only accept TLSv1.3
- CONJ-1235 Modified redirection option to enable by default only when SSL is enabled
Changelog
Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.
3.5.3 (Mar 2025)
Bugs Fixed
- CONJ-1226 Fixed issue where dates containing zero day or month resulted in a DateTimeException
- CONJ-1232 Resolved timestamp string representation incompatibility between versions 2.7 and 3.x
- see new option oldModeNoPrecisionTimestamp
- CONJ-1226 Fixed incorrect values returned by ResultSet.getColumnType() for unsigned values
- CONJ-1241 Corrected regression in 3.x affecting column metadata for unsigned types
- CONJ-1243 Fixed CallableStatement.getParameterMetadata() returning wrong java.sql.Type for boolean values
- CONJ-1236 Prevented NPE (Null Pointer Exception) after reconnection failure in high availability configurations
- CONJ-1237 Fixed issue with incorrect statements.isClosed value after closing connection
- CONJ-1239 Disabled BULK operations when no parameters are present
- CONJ-1240 Fixed connectivity issues with databases that only accept TLSv1.3
- CONJ-1235 Modified redirection option to enable by default only when SSL is enabled
Commits
-
1622933
[misc] set 3.5.3 version -
b0c299e
Merge branch 'develop' -
bd1d18f
[misc] zero config not permitting non plugins without hash -
ac2555b
Merge branch 'develop' -
22f8126
[misc] test improvement -
cb03a35
[misc] correcting test for MySQL user length limitation -
031de36
[CONJ-1235] enable redirection option by default only when SSL is enabled -
5352d6b
[CONJ-1226] Dates containing zero day or month results into DateTimeException -
2d48120
[CONJ-1243] CallableStatement.getParameterMetadata for Boolean return wrong v... -
606fe0d
[misc] code style correction - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Merge request reports
Activity
added dependencies java labels
mentioned in commit 6e58d372
Please register or sign in to reply