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 2.3.0 to 2.4.0 in /modules/mariadb #1189

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mariadb-java-client from 2.3.0 to 2.4.0.

Release notes

Sourced from mariadb-java-client's releases.

MariaDB connector/j 2.4.0

This version is a general availability (GA) release.

Changelog

Evolutions

  • [CONJ-675] permit multiple alternative authentication methods for the same user (future MariaDB 10.4 feature)
  • {CONJ-678] permit indication of truststore/keystore type (JKS/PKCS12), then not relying on java default type
  • [CONJ-378] GSSAPI: client can provide SPN
  • [CONJ-667] Support MYSQL_TYPE_JSON datatype
  • [CONJ-652] faster results buffering socket available
  • [CONJ-659] improve text performance reading date/time/timestamp resultset
  • [CONJ-670] ability to Refresh SSL certificate

New options:

Option Description
useReadAheadInput use a buffered inputSteam that read socket available data.
Default: true
keyStoreType indicate key store type (JKS/PKCS12). default is null, then using java default type.
trustStoreType indicate trust store type (JKS/PKCS12). default is null, then using java default type
servicePrincipalName when using GSSAPI authentication, SPN (Service Principal Name) use the server SPN information. When set, connector will use this value, ignoring server information

Bugs

  • [CONJ-646] possible NullPointerException when connection lost to database using aurora configuration with one node
  • [CONJ-672] batch using multi-send can hang when using query timeout
  • [CONJ-544] disable SSL session resumption when using SSL
  • [CONJ-589] correcting Clob.length() for utf8mb4
  • [CONJ-649] datasource connectTimeout URL parameter is not honoured
  • [CONJ-650] Correction on resultset.getObject(columnName, byte[].class) when value is NULL
  • [CONJ-665] old MySQL (<5.5.3) doesn't support utf8mb4, using utf8 on 3 bytes as connection charset by default
  • [CONJ-671] MariaDb bulk threads occupy full cpu(99%) while db connections broken
  • [CONJ-673] abording a connection while fetching a query still does read whole resultset
  • [CONJ-669] SQLSyntaxErrorException when querying on empty column name
  • [CONJ-674] make dumpQueriesOnException = false by default as per documentation

minor:

  • [CONJ-644] small optimization when validating galera connection
  • [CONJ-625] add coverage test
  • [CONJ-654] DatabaseMetaData.getDriverName() returns connector/J with a lowercase c
Commits
  • 5811d26 Merge branch 'release/2.4.0'
  • 4ac64bd bump 2.4.0 version
  • 42ce66a [misc] correcting JNA default version and according documentation
  • bfacb30 [CONJ-378] client can provide SPN (GSSAPI) - correction when SPN is not provided
  • 4a373e6 [CONJ-378] client can provide SPN (GSSAPI)
  • 9cbf069 [misc] travis testing 10.4 build
  • 9d4b257 [CONJ-648] TLS now default to java TLS Default to permit using TLSv1.3 when a...
  • b070df7 [misc] correcting test, MySQL doesn't thrown warning for "select now() = 1"
  • 04251f9 [CONJ-678] permit to indicate truststore/keystore type, not relying on java d...
  • 7e7ad38 [misc] deprecating Connection.getUsername(), Connection.getPort() and Connect...
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 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 Jan 30, 2019
@rnorth rnorth merged commit 905ae0b into master Feb 2, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/modules/mariadb/org.mariadb.jdbc-mariadb-java-client-2.4.0 branch February 2, 2019 17:22
@bsideup bsideup added this to the next milestone Feb 15, 2019
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

3 participants