Skip to content

Conversation

@Ruwais-zaid
Copy link

This PR adds a new method getR2dbcUrl() to JdbcDatabaseContainer and its PostgreSQL implementation. It allows developers to easily obtain an R2DBC-compliant connection URL, improving compatibility with R2DBC-based applications.

Changes

  • Added getR2dbcUrl() to JdbcDatabaseContainer.
  • Overridden the method in PostgreSQLContainerProvider.
  • Added getR2dbcDriverName() for PostgreSQL.
  • Wrote a test in PostgreSQLR2DBCDatabaseContainerTest to verify the R2DBC URL.

Fixes: #8797

@eddumelendez
Copy link
Member

Hi, thanks for your contribution. The implementation doesn't follow the comment.

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

2 participants