Add getR2dbcUrl() method to JdbcDatabaseContainer#11364
Add getR2dbcUrl() method to JdbcDatabaseContainer#11364NiMv1 wants to merge 1 commit intotestcontainers:mainfrom
Conversation
|
Hi team! 👋 Wanted to check in on this PR. It's been about 10 days since submission. This PR adds the
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! 🚀 |
|
Hi team! 👋 Just a gentle follow-up on this PR. It's been about 9 days since my last message. The PR adds the getR2dbcUrl() helper method to JdbcDatabaseContainer as requested in issue #8797. All tests are passing and the implementation follows the existing patterns in the codebase. Is there anything I can do to help move this forward? Happy to make any changes if needed! Thanks for your time! 🙏 |
|
Hi team! 👋 Just checking in again - it's been about 2 weeks since the PR was opened. Is there anything I can do to help move this forward? Happy to make any changes if needed. Thanks! |
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.