Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.11 #3220

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2021

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)

v2.7.11: MariaDB Connector/Java 2.7.11

Compare Source

2.7.11 (Nov 2023)

Full Changelog

  • CONJ-1075 LOAD DATA INFILE is broken on windows
  • CONJ-1108 Database metadata listing TEMPORARY tables/sequences
  • CONJ-1118 Aurora Single Write Cluster Endpoint can't make Read DB Connection for readonly transaction

v2.7.10

Compare Source

Full Changelog

  • CONJ-1091 Ensure setting connectTimeout as timeout for socket timeout until connection is done. This permit to set a
    connectTimeout, while socketTimeout can still be set to 0

v2.7.9

Compare Source

Full Changelog

  • CONJ-1062 correcting TlsSocketPlugin to use Driver classloader
  • CONJ-1063 DatabaseMetaData.getTypeInfo() returns wrong value for UNSIGNED_ATTRIBUTE

v2.7.8

Compare Source

Full Changelog

  • CONJ-1039 setQueryTimeout not honored by CallableStatement for procedures depending on security context
  • CONJ-1041 possible ArrayIndexOutOfBoundsException
  • CONJ-1023 set missing SSL capability in handshake after SSL exchanges

v2.7.7

Compare Source

Full Changelog

  • CONJ-1021 GSSAPI authentication might result in connection reset
  • CONJ-1019 DatabaseMetaData.getImportedKeys should return real value for PK_NAME column
  • CONJ-1016 avoid splitting BULK command into multiple commands in case of prepareStatement.setNull() use
  • CONJ-1011 correcting possible NPE when using statement.cancel() that coincide with statement.close() in another thread
  • CONJ-1007 Socket file descriptors are leaked after connecting with unix socket if DB is not up running

v2.7.6: MariaDB Connector/Java 2.7.6

Compare Source

2.7.6 (Jun 2022)

Full Changelog

  • CONJ-983 avoid race condition provoking locking issue

v2.7.5: MariaDB Connector/Java 2.7.5

Compare Source

2.7.5 (Jan 2021)

Full Changelog

  • CONJ-914 remove enabling session_track_schema on connection creation
  • CONJ-895 Wrong pattern for detection of aurora
  • CONJ-897 Include connection id in certain important log messages
  • CONJ-896 Fix regression in pooled connections

v2.7.4

Compare Source

Full Changelog

  • 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

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from d9aeeee to effb297 Compare October 18, 2021 21:31
@renovate renovate bot changed the title chore(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.3 chore(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.4 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from effb297 to b1fb4f3 Compare March 7, 2022 10:28
@renovate renovate bot changed the title chore(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.4 chore(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.5 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.5 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.6 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from b1fb4f3 to da27c22 Compare September 25, 2022 22:02
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from da27c22 to 19f00f0 Compare November 20, 2022 08:02
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.6 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.7 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.7 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.8 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from 19f00f0 to 23035d9 Compare March 16, 2023 06:46
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.8 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.9 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from 23035d9 to 7d7c150 Compare March 23, 2023 21:23
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from 7d7c150 to 183e6e8 Compare August 25, 2023 16:23
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.9 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 Aug 25, 2023
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 - autoclosed Oct 17, 2023
@renovate renovate bot closed this Oct 17, 2023
@renovate renovate bot deleted the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch October 17, 2023 19:20
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 - autoclosed fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 Oct 18, 2023
@renovate renovate bot reopened this Oct 18, 2023
@renovate renovate bot restored the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch October 18, 2023 01:12
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 - autoclosed Oct 18, 2023
@renovate renovate bot closed this Oct 18, 2023
@renovate renovate bot deleted the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch October 18, 2023 04:43
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 - autoclosed fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 Oct 18, 2023
@renovate renovate bot reopened this Oct 18, 2023
@renovate renovate bot restored the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch October 18, 2023 09:04
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.11 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/org.mariadb.jdbc-mariadb-java-client-2.x branch from 183e6e8 to 755f392 Compare November 8, 2023 22:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants