Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2021

Bumps mariadb-java-client from 2.7.0 to 2.7.3.

Release notes

Sourced from mariadb-java-client's releases.

MariaDB Connector/Java 2.7.3

2.7.3 (12 May 2021)

Full Changelog

  • 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

MariaDB java connector 2.7.2

2.7.2 (29 Jan. 2021)

Full Changelog

  • 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

MariaDB java connector 2.7.1

2.7.1 (23 Nov. 2020)

Full Changelog

  • 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:

  • CONJ-845 test suite now test SkySQL with replication setting
  • CONJ-838 have a 'replica' alias for 'slave' connection option
Changelog

Sourced from mariadb-java-client's changelog.

2.7.3 (12 May 2021)

Full Changelog

  • 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

2.7.2 (29 Jan. 2021)

Full Changelog

  • 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

2.7.1 (23 Nov. 2020)

Full Changelog

  • 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:

  • CONJ-845 test suite now test SkySQL with replication setting
  • CONJ-838 have a 'replica' alias for 'slave' connection option
Commits
  • eef9e9b bump 2.7.3 version
  • 1925b0b misc - correct test for mysql 8 batch
  • 23f2cf7 CONJ-861 - executeBatch must not clear last parameter value
  • 90d6d19 CONJ-858 Properties.put with object that differ from String supported even if...
  • 6644194 CONJ-619 correcting Statement.executeBatch using LOAD DATA INFILE
  • 1acaffc CONJ-864 - includeThreadDumpInDeadlockExceptions always includes the thread d...
  • c4c3b81 CONJ-855 - throwing more specific exception for updatable result-set
  • 2150bfe CONJ-883 - mandatory hostname when using unix socket
  • 6bffa7b misc - ensure test cleanup
  • 1547321 Merge branch 'm-rm_master' into maintenance/2.x
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from bsideup, kiview and rnorth as code owners May 14, 2021 04:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels May 14, 2021
@rnorth rnorth merged commit 4ac8ded into master May 19, 2021
@rnorth rnorth deleted the dependabot/gradle/modules/mariadb/org.mariadb.jdbc-mariadb-java-client-2.7.3 branch May 19, 2021 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant