-
Notifications
You must be signed in to change notification settings - Fork 304
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
unify the coding style of using testcontainers #48
Conversation
Thanks for reply, and I just checked #60 pull request,there're some files changed on both. What I did is let all series of vector dbs to use log instead of system out, for example, and both of use did unify the coding style on testcontainers. So, I can merge this PR if it approved before mine, with pleasure. Or vice versa, maybe :) |
@langchain4j Please take a quick look, there's no conflects |
@@ -0,0 +1,8 @@ | |||
#!/bin/bash | |||
export JDK21_HOME=/usr/local/opt/openjdk/libexec/openjdk.jdk/Contents/Home |
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.
why is this required?
|
||
<dependency> | ||
<groupId>org.testcontainers</groupId> | ||
<artifactId>elasticsearch</artifactId> |
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.
there is another elasticsearch
dep with other version above
|
||
<dependency> | ||
<groupId>org.testcontainers</groupId> | ||
<artifactId>neo4j</artifactId> |
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.
same here.
please double-check all your changes.
I just created a new PR, and let's move to #78. |
To unify the coding style of using testcontainers, and improve maturity for logging