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

fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v3.3.2 #140

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v3.3.2: MariaDB Connector/Java 3.3.2

Compare Source

3.3.2 (Dec 2023)

Full Changelog

Bugs Fixed
  • CONJ-1117 new option returnMultiValuesGeneratedIds for connector 2.x compatibility, so getGeneratedKeys() return all
    ids of multi-value inserts
  • CONJ-1140 regression caussing ClassCastException on DatabaseMetaData when use with option defaultFetchSize set
  • CONJ-1129 Metadata.getPrimaryKeys table comparison using like in place of strict equality
  • CONJ-1130 ensuring batch parameter are cleared after SQL Failure
  • CONJ-1131 NullPointerException when Calling getGeneratedKeys() after an SQL Failure
  • CONJ-1132 Ensuring reseting result for getUpdateCount() after an SQL Failure
  • CONJ-1135 ensuring BULK command not used when using INSERT ON DUPLICATE KEY UPDATE in order to always have unique
    affected rows by default
  • CONJ-1136 wrong decoding for Resultset.getByte() results for binary varchar fields
  • CONJ-1137 ensuring never having NPE in OkPacket when setting auto commit
  • CONJ-1138 Inconsistency in Behavior of PreparedStatement After closeOnCompletion() Between MariaDB and MySQL
    Connectors
  • CONJ-1049 Metadata getTableTypes result was not ordered by TABLE_TYPE

v3.3.1

Compare Source

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

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 requested a review from rainbowdashlabs November 29, 2023 22:37
@renovate renovate bot force-pushed the deps/org.mariadb.jdbc-mariadb-java-client-3.x branch from 113d3d9 to b1ded25 Compare December 10, 2023 10:51
@renovate renovate bot changed the title fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v3.3.1 fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v3.3.2 Dec 19, 2023
@renovate renovate bot force-pushed the deps/org.mariadb.jdbc-mariadb-java-client-3.x branch from b1ded25 to 73f010b Compare December 19, 2023 17:25
@renovate renovate bot force-pushed the deps/org.mariadb.jdbc-mariadb-java-client-3.x branch from 73f010b to f9781d6 Compare January 23, 2024 08:58
@rainbowdashlabs rainbowdashlabs enabled auto-merge (squash) January 23, 2024 09:17
Copy link
Contributor Author

renovate bot commented Jan 23, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@rainbowdashlabs rainbowdashlabs merged commit 4e30701 into dev Jan 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant