Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Support for quarkus-hibernate-reactive-panache #9249

Open
cobar79 opened this issue Sep 19, 2024 · 2 comments
Open

[Enhancement]: Support for quarkus-hibernate-reactive-panache #9249

cobar79 opened this issue Sep 19, 2024 · 2 comments

Comments

@cobar79
Copy link

cobar79 commented Sep 19, 2024

Module

Core

Proposal

Currently the Postgres container I was using with the standard quarkus-jdbc-postgresql dependency can't be upgraded to the quarkus-hibernate-reactive-panache framework since the Postgres container only supports JDBC connections.

Purpose enhancement to provide support for Vert.x Drivers.

@kiview
Copy link
Member

kiview commented Sep 20, 2024

Hi @cobar79 , can you please elaborate a bit? How do you connect using a Vert.x driver?
While the PostgreSQL module only supports a shorthand method for constructing the JDBC URL, you can connect to it using any kind of driver, just manually constructing the connection string, as you would for any other container.

@cobar79
Copy link
Author

cobar79 commented Sep 27, 2024

In the test life cycle in the start override, I replaced the jdbc connection with the vertex connection string. With the jdbc connection, the reactive panache hibernate repo failed. With the vertical connection also failed. For now I reverted back to hibernate-orm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants