Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-15479 Bump org.mariadb.jdbc:mariadb-java-client from 2.7.3 to 2.7.11 #11716

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps org.mariadb.jdbc:mariadb-java-client from 2.7.3 to 2.7.11.

Release notes

Sourced from org.mariadb.jdbc:mariadb-java-client's releases.

MariaDB Connector/Java 2.7.11

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

MariaDB Connector/Java 2.7.10

2.7.10 (Aug 2023)

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

MariaDB Connector/Java 2.7.9

2.7.9 (Mar 2023)

Full Changelog

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

MariaDB Connector/Java 2.7.8

2.7.8 (Jan 2023)

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

MariaDB Connector/Java 2.7.7

2.7.7 (Nov 2022)

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 only fix socket descriptor issue for unix socket

MariaDB Connector/Java 2.7.6

2.7.6 (Jun 2022)

Full Changelog

  • CONJ-983 avoid race condition provoking locking issue

MariaDB Connector/Java 2.7.5

2.7.5 (Jan 2021)

Full Changelog

  • CONJ-914 remove enabling session_track_schema on connection creation

... (truncated)

Changelog

Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.

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

2.7.10 (Aug 2023)

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

2.7.9 (Mar 2023)

Full Changelog

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

2.7.8 (Jan 2023)

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

2.7.7 (Nov 2022)

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 only fix socket descriptor issue for unix socket

2.7.6 (Jun 2022)

Full Changelog

  • CONJ-983 avoid race condition provoking locking issue

2.7.5 (Jan 2022)

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

2.7.4 (29 Jul 2021)

Full Changelog

... (truncated)

Commits
  • 12369df bump 2.7.11
  • e2ba060 [CONJ-1075] LOAD DATA INFILE is broken on windows
  • 287ed2a [CONJ-1108] Database metadata listing TEMPORARY tables/sequences
  • 0628320 [misc] bump 2.7.11-SNAPSHOT version
  • 0a10408 [CONJ-1118] Aurora Single Write Cluster Endpoint doesn't connect replica
  • 32df385 [misc] remove skysql testing
  • f5ef643 [CONJ-1111] ensure using same ip in place of DNS when creating a connection t...
  • 75a21de [misc] test stability improvement
  • ecf8b24 [misc] update server versions test
  • 28f1269 [misc] test suite update
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.7.3 to 2.7.11.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/2.7.11/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@2.7.3...2.7.11)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 18, 2024
Copy link

@github-actions github-actions bot changed the title Bump org.mariadb.jdbc:mariadb-java-client from 2.7.3 to 2.7.11 ISPN-15479 Bump org.mariadb.jdbc:mariadb-java-client from 2.7.3 to 2.7.11 Jan 18, 2024
@tristantarrant tristantarrant merged commit dec1ef1 into 14.0.x Jan 22, 2024
4 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/14.0.x/org.mariadb.jdbc-mariadb-java-client-2.7.11 branch January 22, 2024 07:27
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 java Pull requests that update Java code
Projects
None yet
1 participant