-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add CrateDB testcontainers #6790
Conversation
b4ba30e
to
ea781eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, @matriv ! I have left some comments and we suggest to remove the legacy driver given it is a new module.
Also, please do not use force push.
modules/cratedb/src/main/java/org/testcontainers/containers/CrateDBContainer.java
Outdated
Show resolved
Hide resolved
modules/jdbc/src/main/java/org/testcontainers/jdbc/ConnectionUrl.java
Outdated
Show resolved
Hide resolved
modules/jdbc/src/test/java/org/testcontainers/jdbc/ConnectionUrlTest.java
Outdated
Show resolved
Hide resolved
modules/jdbc/src/test/java/org/testcontainers/jdbc/ConnectionUrlTest.java
Outdated
Show resolved
Hide resolved
Thx a lot for reviewing the PR @eddumelendez !
There are certain places that still require the legacy driver, because if vanilla Postgres is used, Although, there is a workaround for such cases, so if you prefer not to include the legacy version, I'd be happy to remove it.
Apologies, I didn't change anything in my PR, just rebased with |
@matriv thanks for the quick update! Please, let's remove the legacy version |
It's reasonable, thx! please also check: #6790 (comment) |
I believe I've had addressed your comments so far, removed the legacy version, please have another look, many thx! |
Thanks for your contribution, @matriv ! This is now merged in |
Thx a lot for reviewing and merging! |
Addresses: #6789