fix(deps): update dependency org.mariadb:r2dbc-mariadb to v1.2.1#655
fix(deps): update dependency org.mariadb:r2dbc-mariadb to v1.2.1#655
Conversation
Without this Postgres tests hang
|
| managed-r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "managed-r2dbc-mssql" } | ||
| managed-r2dbc-postgresql = { module = "org.postgresql:r2dbc-postgresql", version.ref = "managed-r2dbc-postgresql" } | ||
|
|
||
| # Reactor Netty Dependencies |
There was a problem hiding this comment.
It turns out maria-r2dbc 1.2.1 version removed reactor-netty dependency and added only reactor-netty-core. This got reactor-netty-http removed and I noticed Postgres r2dbc tests were failing and hanging indefinitely.
Adding this dependency resolved the issue with failing Postgres tests. So, apparently this project needed reactor-netty-http dependency that it was getting via maria r2dbc dependency but probably we were not aware. We can leave it like this, or add whole reactor-netty dependency since we could end up having version diffs between catalog and reactor-netty-core coming from maria r2dbc dependency.
Edited/Blocked NotificationRenovate 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. |



This PR contains the following updates:
1.1.4->1.2.1Release Notes
mariadb-corporation/mariadb-connector-r2dbc (org.mariadb:r2dbc-mariadb)
v1.2.1Compare Source
Full Changelog
Notable Changes:
Bugs Fixed:
v1.2.0Compare Source
Full Changelog
Notable Changes:
Bugs Fixed:
Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, 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.
This PR has been generated by Mend Renovate. View repository job log here.