Bump org.mariadb.jdbc:mariadb-java-client from 3.5.1 to 3.5.2
Bumps org.mariadb.jdbc:mariadb-java-client from 3.5.1 to 3.5.2.
Release notes
Sourced from org.mariadb.jdbc:mariadb-java-client's releases.
MariaDB Connector/Java 3.5.2
3.5.2 (Feb 2025)
Bugs Fixed
- CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
- CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
- CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
- CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
- CONJ-1225 System throws an exception prematurely without checking all available connections
- CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte[]
- CONJ-660 new
disconnectOnExpiredPasswords
connection option that controls client behavior when connecting with an expired password. When set to true (default), the client disconnects if it detects an expired password. When false, the client maintains the connection and allows setting a new password.- CONJ-1229 Permit executeQuery commands to not return a result-set
Changelog
Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.
3.5.2 (Feb 2025)
Bugs Fixed
- CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
- CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
- CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
- CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
- CONJ-1225 System throws an exception prematurely without checking all available connections
- CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte[]
- CONJ-660 new
disconnectOnExpiredPasswords
connection option that controls client behavior when connecting with an expired password. When set to true (default), the client disconnects if it detects an expired password. When false, the client maintains the connection and allows setting a new password.- CONJ-1229 Permit executeQuery commands to not return a result-set
Commits
-
16ffe8e
[misc] removing metadata getTypeInfo listing BOOL to BOOLEAN change to avoid ... -
9e53e68
[misc] changelog update -
3331508
[CONJ-1229] Permit executeQuery commands to not return a result-set -
b2d3f59
[misc] ensure test stability sith mysql servers -
79cefb8
[CONJ-660] support expired password -
63991b7
[misc] code style correction -
39ee017
[CONJ-1228] result-set.getObject() on BLOB type returns Blob by default in pl... -
a86e330
[misc] improve no cache benchmark -
b3a3735
[misc] correcting javadoc -
6ce18d5
[misc] update copyright header - 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 354d9afb
Please register or sign in to reply