chore(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.4
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.mariadb.jdbc:mariadb-java-client (source) |
2.7.0 -> 2.7.4
|
Release Notes
mariadb-corporation/mariadb-connector-j
v2.7.4
- CONJ-890 getImportedKeys/getTables regression returning an empty resultset for null/empty catalog
- CONJ-863 Ensure socket state when SocketTimeout occurs
- CONJ-873 IndexOutOfBoundsException when executing prepared queries using automatic key generation in parallel
- CONJ-884 MariaDbPoolDataSource leaks connections when the mariadb server restarts
- CONJ-893 DatabaseMetaData.getColumns regression causing TINYINT(x) with x > 1 to return BIT type in place of TINYINT
- CONJ-889 CallableStatement using function throw wrong error on getter
v2.7.3
- CONJ-619 Multiple batch update fails after LOAD DATA LOCAL INFILE
- CONJ-854 LOAD XML INFILE breaks when using LOCAL
- CONJ-855 throwing more specific exception for updatable result-set that can not be updated by ResultSet
- CONJ-857 Remove use of mysql.proc table, relying on information_schema.parameters
- CONJ-864 includeThreadDumpInDeadlockExceptions always includes the thread dump, even when it is not a deadlock exception
- CONJ-866 long binary parsing improvement
- CONJ-871 OSGi: Missing Import-Package in Connector/J bundle (javax.sql.rowset.serial)
- CONJ-878 option serverSslCert file location
- CONJ-880 metadata query performance correction
- CONJ-858 Properties.put with object that differ from String supported even if use is not recommended
- CONJ-861 executeBatch must not clear last parameter value.
- CONJ-883 using unix socket, hostname is not mandatory anymore
v2.7.2
- CONJ-847 NPE at UpdatableResultSet#close
- CONJ-849 driver now doesn't close connection caused java.io.NotSerializableException as a result of incorrect data bind to a prepared statement parameter
- CONJ-850 MariaDbResultSetMetaData#getPrecision(int) now returns correct length for character data
- CONJ-851 metadata getBestRowIdentifier incompatibility with MySQL 8 correction
- CONJ-853 Support Aurora cluster custom endpoints
- CONJ-852 ON DUPLICATE KEY detection failed when using new line
v2.7.1
- CONJ-834 use of BULK batch is conditioned by capability, not checking server version
- CONJ-835 GSS Imports set in OSGI Bundle
- CONJ-839 Wrong exception message when rewriteBatchedStatements is enabled
- CONJ-841 ResultSetMetaData::getColumnTypeName() returns incorrect type name for LONGTEXT
- CONJ-842 Byte array parameters are now send as long data
- CONJ-837 prepared statement cache leak on ResultSet CONCUR_UPDATABLE concurrency
- CONJ-843 ParameterMetaData::getParameterType for CallableStatement parameter return expected "BINARY" value for BINARY type
minor:
Configuration
-
If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.