| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Adds a convenience method to generate R2DBC connection strings from JDBC URLs, similar to the existing getJdbcUrl() method. This makes integration with R2DBC drivers more seamless. Fixes testcontainers#8797
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: d9e2ea59-f03c-42f4-aaee-b47508686939 📥 CommitsReviewing files that changed from the base of the PR and between 2ac3c97 and d4dce64. 📒 Files selected for processing (2)
Summary by CodeRabbit
WalkthroughThe JDBC container API now provides getR2dbcUrl(). The method converts the jdbc: scheme to r2dbc:. A test verifies the conversion for a MySQL URL. ChangesR2DBC URL helper
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to d4dce This localized helper-method change is merge-ready after normal checks and review; no actionable merge-blocking risk remains. Suggested reviewers: eddumelendez, kiview, pioorg Poem 🚥 Pre-merge checks | ✅ 5 ✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands. Warning ⚠️ This pull request shows signs of AI-generated slop (redundant_comments). It has been flagged by CodeRabbit slop detection and should be reviewed carefully. |
Sorry, something went wrong.
|
@mipo256 sir , @eddumelendez please check this pr. |
Sorry, something went wrong.
There was a problem hiding this comment.
I think overall fine as a starting point. This is a bit simplified, since R2DBC URL has an explicitly specified format of the URL. Still, I think, as it is now, it is probably fine for the trivial cases, which I guess would be the majority.
P.S: I am not the core maintainer of testcontainers by any means.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds a convenience method to generate R2DBC connection strings from JDBC URLs, similar to the existing getJdbcUrl() method. This makes integration with R2DBC drivers more seamless.
Fixes #8797