Skip to content

Bump mariadb-java-client from 3.3.0 to 3.3.1

Bumps mariadb-java-client from 3.3.0 to 3.3.1.

Release notes

Sourced from mariadb-java-client's releases.

MariaDB Connector/Java 3.3.1

3.3.1 (Nov 2023)

Full Changelog

Bugs Fixed
  • CONJ-1120 java 8 compatibility error in 3.3.0
  • CONJ-1123 missing OSGi javax.crypto dependency
  • CONJ-1124 ensure not having OOM when setting huge fetch size
  • CONJ-1109 Regression in clearBatch() for parameterized statements
  • CONJ-1126 setting fetchSize directly on a ResultSet object does not reflect the expected change
  • CONJ-1127 Statement.getResultSetType () failed to change the result set type
  • CONJ-1128 Setting Negative Fetch Size on ResultSet Without Throwing Error
Changelog

Sourced from mariadb-java-client's changelog.

3.3.1 (Nov 2023)

Full Changelog

Bugs Fixed
  • CONJ-1120 java 8 compatibility error in 3.3.0
  • CONJ-1123 missing OSGi javax.crypto dependency
  • CONJ-1124 ensure not having OOM when setting huge fetch size
  • CONJ-1109 Regression in clearBatch() for parameterized statements
  • CONJ-1126 setting fetchSize directly on a ResultSet object does not reflect the expected change
  • CONJ-1127 Statement.getResultSetType () failed to change the result set type
  • CONJ-1128 Setting Negative Fetch Size on ResultSet Without Throwing Error
Commits
  • 4acb834 [misc] set connection to autocommit if not the case and not explicitly set to...
  • c74a8e4 [misc] changelog correction
  • 22b8585 Merge tag '3.3.1' into develop
  • 9ebf69a Merge branch 'release/3.3.1'
  • 397478f BUMP 3.3.1
  • da715da [misc] code style correction
  • 1c65b49 [misc] benchmark profile correction
  • cbb930b [CONJ-1109] Regression in clearBatch() for parameterized statements
  • 1562038 [CONJ-1124] ensure not having OOM when setting huge fetch size
  • 7b8db20 [CONJ-1128] test addition: Setting Negative Fetch Size on ResultSet results ...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports