Skip to content

Conversation

@NiMv1
Copy link

@NiMv1 NiMv1 commented Dec 18, 2025

Closes #8797 - Added getR2dbcUrl() method that converts JDBC URL to R2DBC format by replacing jdbc: prefix with r2dbc:. Includes unit tests. Method can be overridden in subclasses if custom conversion is needed.

@NiMv1 NiMv1 requested a review from a team as a code owner December 18, 2025 08:05
@NiMv1
Copy link
Author

NiMv1 commented Dec 28, 2025

Hi team! 👋

Wanted to check in on this PR. It's been about 10 days since submission.

This PR adds the getR2dbcUrl() helper method to JdbcDatabaseContainer as requested in issue #8797. The implementation:

  • Converts JDBC URL to R2DBC format by replacing jdbc: prefix with r2dbc:
  • Includes unit tests
  • Can be overridden in subclasses for custom conversion logic

The CI checks have passed. Let me know if there's anything I should adjust or if you need any additional information.

Thanks for maintaining this awesome project! 🚀

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.

Add getR2dbcUrl helper method to JdbcDatabaseContainer

1 participant