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

Bump mariadb-java-client from 1.5.9 to 2.3.0 in /modules/mariadb #1068

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 23, 2018

Bumps mariadb-java-client from 1.5.9 to 2.3.0.

Release notes

Sourced from mariadb-java-client's releases.

MariaDB connector/j 2.3.0

This version is a general availability (GA) release.

Changelog

CONJ-398 Improve deadlock debugging capabilities

MariaDB has now 2 new options to permit identifying deadlock :
New options:

Option Description
includeInnodbStatusInDeadlockExceptions add "SHOW ENGINE INNODB STATUS" result to exception trace when having a deadlock exception.
Default: false
includeThreadDumpInDeadlockExceptions add thread dump to exception trace when having a deadlock exception.
Default: false

CONJ-639 the option "enabledSslProtocolSuites" now include TLSv1.2 by default

The previous default value was "TLSv1, TLSv1.1", disabling TLSv1.2 by default, due to a corrected issue (MDEV-12190) with servers using YaSSL - not OpenSSL.
Now, the default value is "TLSv1, TLSv1.1, TLSv1.2". So TLSv1.2 can be used directly.

Connecting MySQL community server use YaSSL without correction, and connection might result in SSLException: "Unsupported record version Unknown-0.0".

CONJ-642 disable the option "useBulkStmts" by default

Using useBulkStmts permit faster batch, but cause one major issue: Batch return -1 = SUCCESS_NO_INFO

Different option uses this information for optimistic update, and cannot confirm if update succeeds or not.
This option still makes sense, since for big batch is way faster, but will not be activated by default.

Minor changes

  • [CONJ-628] optimization to read metadata faster
  • [CONJ-637] java.sql.Driver class implement DriverPropertyInfo[] getPropertyInfo, permitting listing options on querying tools
  • [CONJ-641] update maven test dependencies for java 10 compatibility
  • [CONJ-643] PreparedStatement::getParameterMetaData always returns VARSTRING as type resulting in downstream libraries interpreting values wrongly

Bugfixes

  • [CONJ-616] correction on possible NPE on getConnection when using failover configuration and master is down, not throwing a proper exception
  • [CONJ-636] Error in batch might throw a NPE and not the proper Exception

MariaDB connector/j 2.2.6

This version is a general availability (GA) release for java 8+

Minor changes:

  • [CONJ-623] Increase connection logging when Primary node connection fails
  • [CONJ-384] Add option permit having "affected" or "found" rows

Bug correction:

... (truncated)
Commits
  • 0badaec [misc] correcting ssl test
  • ff44a2a Merge branch 'release/2.3.0'
  • 84ad1cf tag 2.3.0
  • 49c3e41 [misc] remove MariaDbDataSource.setURL() method, deprecated since 1.3
  • 1e6808c Merge remote-tracking branch 'origin/develop' into develop
  • 8afce38 [CONJ-641] update maven dependencies for java 10 compatibilities
  • 359afa1 [CONJ-643] update maven dependencies for java 10 compatibilities
  • 7b0c932 [CONJ-643] PreparedStatement::getParameterMetaData always returns VARSTRING a...
  • a75555f [CONJ-398] Improve deadlock debugging capabilties
  • a3ee75b [CONJ-642] travis correction to permit testing option "rewriteBatchedStatemen...
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java labels Dec 23, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/mariadb/org.mariadb.jdbc-mariadb-java-client-2.3.0 branch from ddc69a0 to 8f2e41b Compare December 23, 2018 22:22
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/mariadb/org.mariadb.jdbc-mariadb-java-client-2.3.0 branch from 8f2e41b to 871522b Compare December 24, 2018 08:54
@bsideup bsideup merged commit f48a152 into master Dec 25, 2018
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/modules/mariadb/org.mariadb.jdbc-mariadb-java-client-2.3.0 branch December 25, 2018 09:16
@bsideup bsideup added this to the 1.10.4 milestone Dec 28, 2018
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.

None yet

2 participants