Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.3 #293

Open
wants to merge 1 commit into
base: experimental
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 23, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mariadb.jdbc:mariadb-java-client (source) 2.6.0 -> 2.7.3 age adoption passing confidence

Release Notes

mariadb-corporation/mariadb-connector-j

v2.7.3

Compare Source

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

v2.7.2

Compare Source

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

v2.7.1

Compare Source

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

v2.7.0

Compare Source

Full Changelog

  • CONJ-805 maxFieldSize string truncation occurs on bytes length, not character length
  • CONJ-807 Correcting possible Get Access Denied error if using multiple classloader
  • CONJ-810 normalization of resultset getDate/getTime of timestamp field.
  • CONJ-812 DatabaseMetadata.getBestRowIdentifier and getMaxProcedureNameLength correction
  • CONJ-813 setConfiguration not being called on classes that extend ConfigurableSocketFactory
  • CONJ-816 Table with primary key with DEFAULT function can be inserted for 10.5 servers
  • CONJ-817 Switched position of REMARKS and PROCEDURE_TYPE in the getProcedures result
  • CONJ-820 MySQLPreparedStatement.setObject can now handle java.lang.Character type
  • CONJ-828 new option ensureSocketState to ensure protocol state
  • CONJ-829 Option to cache callablestatement is now disabled by default
  • CONJ-830 connector now throw a better error if SSL is mandatory and server doesn't support SSL
  • CONJ-814 Small possible improvement of getCrossReference, getExportedKeys and getImportedKey
  • CONJ-825 XAResource.isSameRM implementation

v2.6.2

Compare Source

Full Changelog

  • CONJ-804 - Automatic charset correction
  • CONJ-809 - SelectResultSet's (ResultSet)MetaData always indicates all columns to be readonly
  • CONJ-802 - Version parsing depending on Classloader might result in connection Exception

v2.6.1

Compare Source

Full Changelog

  • CONJ-781 - DatabaseMetaData.supportsMultipleResultSets() now return correctly true.
  • CONJ-791 - Using CallableStatement.getTimestamp() can't get data correctly
  • CONJ-705 - ParameterMetadata now return parameterCount() even if no information
  • CONJ-775 - avoid a NPE for malformed "jdbc:mariadb:///" connection string.
  • CONJ-776 - Temporal Data Tables are not listed in metadata
  • CONJ-785 - corrected escape sequence for multiple backslash escape
  • CONJ-786 - Connection.setReadOnly(true ) with option assureReadOnly now force read only connection even for mono server*
  • CONJ-795 - permit resultset.getRow() for TYPE_FORWARD_ONLY when streaming
  • CONJ-797 - Connector set UTF8mb4 equivalent in case of server configured with UTF8mb3 collation
  • CONJ-800 - implement Statement setEscapeProcessing to avoid escape
  • CONJ-801 - possible race condition using resultset getter using label
  • CONJ-778 - Missing import org.osgi.service.jdbc in Import-Package clause of the OSGi manifest
  • CONJ-779 - Logic error in stop() method of OSGi bundle activator
  • CONJ-780 - Logic error in implementation of OSGi DataSourceFactory (MariaDbDataSourceFactory)
  • CONJ-788 - resultset metadata always indicate that column is writable even if not
  • CONJ-789 - ensure connection reference removal on (prepared)Statement close
  • CONJ-782 - SkySQL testing

Configuration

📅 Schedule: "after 7pm every weekday,before 8am every weekday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate Renovate Bot label label Jun 23, 2020
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from da736c9 to d0a1603 Compare July 23, 2020 09:50
@renovate renovate bot changed the title Update dependency org.mariadb.jdbc:mariadb-java-client to v2.6.1 Update dependency org.mariadb.jdbc:mariadb-java-client to v2.6.2 Jul 23, 2020
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from d0a1603 to 286a8d2 Compare October 28, 2020 08:51
@renovate renovate bot changed the title Update dependency org.mariadb.jdbc:mariadb-java-client to v2.6.2 Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.0 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from 286a8d2 to d663b39 Compare November 27, 2020 08:53
@renovate renovate bot changed the title Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.0 Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.1 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from d663b39 to 3dee940 Compare February 1, 2021 16:57
@renovate renovate bot changed the title Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.1 Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.2 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from 3dee940 to 504afa3 Compare May 15, 2021 21:19
@renovate renovate bot changed the title Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.2 Update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.3 May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
renovate Renovate Bot label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant