Skip to content

fix(deps): update dependency org.mariadb:r2dbc-mariadb to v1.2.1#655

Merged
sdelamo merged 2 commits into5.6.xfrom
renovate/managed.r2dbc.mariadb
Aug 16, 2024
Merged

fix(deps): update dependency org.mariadb:r2dbc-mariadb to v1.2.1#655
sdelamo merged 2 commits into5.6.xfrom
renovate/managed.r2dbc.mariadb

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mariadb:r2dbc-mariadb 1.1.4 -> 1.2.1 age adoption passing confidence

Release Notes

mariadb-corporation/mariadb-connector-r2dbc (org.mariadb:r2dbc-mariadb)

v1.2.1

Compare Source

Full Changelog

Notable Changes:

  • R2DBC-96 Missing UUID support

Bugs Fixed:

  • R2DBC-97 NPE if No HaMode provided
  • R2DBC-98 correcting possible bug connecting if project contain a project.properties file
  • R2DBC-99 No encoding set for ByteBuffer parameter
  • R2DBC-101 Wrong default return type for MySQL JSON fields
  • R2DBC-102 avoid netty unneeded dependencies

v1.2.0

Compare Source

Full Changelog

Notable Changes:

  • R2DBC-93 new timezone option
  • R2DBC-66 add support for connection redirection

Bugs Fixed:

  • R2DBC-92 Properly end connection (in place of RST TCP packet)
  • R2DBC-86 Failover High availability mode "r2dbc:mariadb:[sequential|loadbalancing]://..." wrongly parsed
  • R2DBC-87 Compatibility with mariadb 11.1.1
  • R2DBC-88 java 8 compatibility regression
  • R2DBC-91 ensure respecting server collation
  • R2DBC-94 session tracking wrong implementation when multiple system variable changes

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.


  • 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 added the type: dependency-upgrade Upgrade a dependency label Jun 25, 2024
Without this Postgres tests hang
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 9, 2024

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
Copy link
Contributor

@radovanradic radovanradic Jul 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 9, 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.

@sdelamo sdelamo changed the base branch from 5.5.x to 5.6.x August 16, 2024 13:53
@sdelamo sdelamo merged commit e76a2ca into 5.6.x Aug 16, 2024
@sdelamo sdelamo deleted the renovate/managed.r2dbc.mariadb branch August 16, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependency-upgrade Upgrade a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants